Skip to content

Commit

Permalink
Enable batchSend on all networks
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat committed Oct 23, 2023
1 parent 06e79c3 commit 4705209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/AccountSend.vue
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ function useSendForm() {
// Batch Send Form Parameters
const batchSends = ref<BatchSendData[]>([]);
const tab = ref('send');
const batchSendSupportedChains = [42161, 11155111];
const batchSendSupportedChains = [1, 10, 100, 137, 42161, 11155111];
const batchSendIsSupported = ref(false);
// Computed form parameters.
Expand Down

0 comments on commit 4705209

Please sign in to comment.