Skip to content

Commit 9c9553c

Browse files
committed
Custom gas config for ronin create2 factory
1 parent b98c228 commit 9c9553c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/thirdweb/src/contract/deployment/utils/create-2-factory.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ const CUSTOM_GAS_FOR_CHAIN: Record<string, CustomChain> = {
314314
name: "Europa",
315315
gasPrice: 110000n,
316316
},
317+
"2020": {
318+
name: "Ronin",
319+
gasPrice: 110n * 10n ** 9n,
320+
},
317321
};
318322

319323
const CUSTOM_GAS_BINS = [

0 commit comments

Comments
 (0)