Skip to content

Commit b7fbe5b

Browse files
kev1n-petersevan-gray
authored andcommitted
feat: set CreditCoin gas limit to 1.5M
1 parent cfe9973 commit b7fbe5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

evm/ts/src/nttWithExecutor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ const gasLimitOverrides: Partial<
7171
> = {
7272
Mainnet: {
7373
Arbitrum: 800_000n,
74+
CreditCoin: 1_500_000n,
7475
},
7576
Testnet: {
7677
ArbitrumSepolia: 800_000n,

0 commit comments

Comments
 (0)