Skip to content

Commit ef6b116

Browse files
committed
remove custom config
1 parent 58ab8c2 commit ef6b116

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,6 @@ const CUSTOM_GAS_FOR_CHAIN: Record<string, CustomChain> = {
317317
name: "Europa",
318318
gasPrice: 110000n,
319319
},
320-
"2020": {
321-
name: "Ronin",
322-
gasPrice: 110n * 10n ** 9n,
323-
},
324320
};
325321

326322
const FACTORIES: Record<string, string> = {

0 commit comments

Comments
 (0)