Skip to content

Commit

Permalink
Raise trx gas limit for sei
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Oct 2, 2024
1 parent 90525ff commit 2cd57e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ export const RPC_CONFIG: Record<Chain, RpcConfig> = {
transaction: {
...defaultTransactionConfig,
type: 'legacy',
maxNativePerTransactionWei: bigintMultiplyFloat(ONE_ETHER, 0.2),
maxNativePerTransactionWei: bigintMultiplyFloat(ONE_ETHER, 0.4),
},
harvest: {
...defaultHarvestConfig,
Expand Down

0 comments on commit 2cd57e3

Please sign in to comment.