Skip to content

Commit 8dc959c

Browse files
committed
Update entrypoint contract
1 parent 7e319a7 commit 8dc959c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/thirdweb/src/assets/constants.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
export const DEFAULT_MAX_SUPPLY_ERC20 = 10_000_000_000n;
1+
export const DEFAULT_MAX_SUPPLY_ERC20 = 1_000_000_000n;
22
export const DEFAULT_POOL_INITIAL_TICK = 230200;
3-
export const DEFAULT_REFERRER_REWARD_BPS = 5000; // 50%
3+
export const DEFAULT_REFERRER_REWARD_BPS = 1250; // 12.50%
44
export const DEFAULT_INFRA_ADMIN = "0x1a472863cf21d5aa27f417df9140400324c48f22";
55
export const DEFAULT_FEE_RECIPIENT =
66
"0x1Af20C6B23373350aD464700B5965CE4B0D2aD94";
77
export const DEFAULT_SALT = "0x";
88

99
export const IMPLEMENTATIONS: Record<number, Record<string, string>> = {
1010
8453: {
11-
AssetEntrypointERC20: "0xf27e8A456D3Fa6AA6ffc10Cf13361a682B5ed8C3",
11+
AssetEntrypointERC20: "0x42e3a6eB0e96641Bd6e0604D5C6Bb96db874A942",
1212
},
1313
84532: {
14-
AssetEntrypointERC20: "0x518aC4beE28eebfa3818978E69137CDA78d0C73b",
14+
AssetEntrypointERC20: "0xcB8ab50D2E7E2e2f46a2BF440e60375b28A4b82f",
1515
},
1616
};
1717

0 commit comments

Comments
 (0)