Skip to content

Commit 6dc8a6f

Browse files
committed
Custom create2 factory deployment for skale chains
1 parent 46b2071 commit 6dc8a6f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,23 @@ const CUSTOM_GAS_FOR_CHAIN: Record<string, CustomChain> = {
278278
gasPrice: 2500n * 10n ** 9n,
279279
gasLimit: 200000n,
280280
},
281+
// SKALE chains
282+
"1350216234": {
283+
name: "Titan",
284+
gasPrice: 120n * 10n ** 9n,
285+
},
286+
"1482601649": {
287+
name: "Nebula",
288+
gasPrice: 120n * 10n ** 9n,
289+
},
290+
"1564830818": {
291+
name: "Calypso",
292+
gasPrice: 120n * 10n ** 9n,
293+
},
294+
"2046399126": {
295+
name: "Europa",
296+
gasPrice: 120n * 10n ** 9n,
297+
},
281298
};
282299

283300
const CUSTOM_GAS_BINS = [

0 commit comments

Comments
 (0)