Skip to content

Commit

Permalink
increase min native value for mantle
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Mar 20, 2024
1 parent a69238f commit e570153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/networks/mantle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const mantle: NetworkInfo = {
name: 'MNT',
logo: 'https://storage.googleapis.com/ks-setting-1d682dca/2bccd96f-b100-4ca1-858e-d8353ab0d0861710387147471.png',
decimal: 18,
minForGas: 10 ** 16,
minForGas: 20 ** 16,
},
defaultRpcUrl: 'https://rpc.mantle.xyz',
multicall: '0xcA11bde05977b3631167028862bE2a173976CA11',
Expand Down

0 comments on commit e570153

Please sign in to comment.