Skip to content

Commit

Permalink
reenable westmint opts
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Nov 29, 2023
1 parent 8a3b7fc commit e6e8644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/disabledOpts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const disabledOpts: DisabledOptions = {
},
paysWithFeeOrigin: {
disabled: true,
chains: ['westmint'],
chains: [],
error: (opt: string, chain: string) => callError(opt, chain),
},
paysWithFeeDest: {
Expand Down

0 comments on commit e6e8644

Please sign in to comment.