We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3373ab commit c75a9ffCopy full SHA for c75a9ff
2 files changed
packages/account/src/account.ts
@@ -739,6 +739,9 @@ export class Account {
739
case BigInt(ChainId.SKALE_NEBULA):
740
gasLimit = 10000000n
741
break
742
+ case BigInt(ChainId.SOMNIA_TESTNET):
743
+ gasLimit = 10000000n
744
+ break
745
}
746
747
// Wallet deployment will vary depending on the version
packages/wallet/src/wallet.ts
@@ -188,7 +188,7 @@ export class Wallet<
188
189
190
case BigInt(ChainId.SOMNIA_TESTNET):
191
- gasLimit = 1000000n
192
193
194
0 commit comments