Skip to content

Commit b2e56f8

Browse files
authored
Custom factory addr for Chiliz mainnet (#6824)
1 parent ec194a6 commit b2e56f8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/whole-planets-heal.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Custom factory addr for Chiliz mainnet

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ const CUSTOM_GAS_FOR_CHAIN: Record<string, CustomChain> = {
322322
const FACTORIES: Record<string, string> = {
323323
"420120000": COMMON_FACTORY_ADDRESS,
324324
"420120001": COMMON_FACTORY_ADDRESS,
325+
"88888": "0xc501b9abf5540de1dd24f66633b1ecf35ff7101f", // EIP155 is enforced, but the check fails, hence we hardcode the address here instead of computing dynamically
325326
};
326327

327328
const CUSTOM_GAS_BINS = [

0 commit comments

Comments
 (0)