Skip to content

Commit c75a9ff

Browse files
committed
somnia-testnet: wallet deployment 10M gas limit
1 parent c3373ab commit c75a9ff

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

packages/account/src/account.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,9 @@ export class Account {
739739
case BigInt(ChainId.SKALE_NEBULA):
740740
gasLimit = 10000000n
741741
break
742+
case BigInt(ChainId.SOMNIA_TESTNET):
743+
gasLimit = 10000000n
744+
break
742745
}
743746

744747
// Wallet deployment will vary depending on the version

packages/wallet/src/wallet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export class Wallet<
188188
gasLimit = 10000000n
189189
break
190190
case BigInt(ChainId.SOMNIA_TESTNET):
191-
gasLimit = 1000000n
191+
gasLimit = 10000000n
192192
break
193193
}
194194

0 commit comments

Comments
 (0)