Skip to content

Commit 0563f32

Browse files
Merge pull request #355 from BitGo/CGD-190-hpp-gaslimit-increment
fix: raise HPP mainnet deploy gasLimit to 60M
2 parents 3241ef2 + 0bc0550 commit 0563f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/chainConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ export async function getChainConfig(chainId: number): Promise<ChainConfig> {
379379
}
380380

381381
if (chainId === CHAIN_IDS.HPP) {
382-
gasParams = { ...gasParams, gasLimit: 16_000_000 };
382+
gasParams = { ...gasParams, gasLimit: 60_000_000 };
383383
}
384384

385385
return {

0 commit comments

Comments
 (0)