File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/thirdweb/src/assets Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- export const DEFAULT_MAX_SUPPLY_ERC20 = 10_000_000_000n ;
1+ export const DEFAULT_MAX_SUPPLY_ERC20 = 1_000_000_000n ;
22export 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%
44export const DEFAULT_INFRA_ADMIN = "0x1a472863cf21d5aa27f417df9140400324c48f22" ;
55export const DEFAULT_FEE_RECIPIENT =
66 "0x1Af20C6B23373350aD464700B5965CE4B0D2aD94" ;
77export const DEFAULT_SALT = "0x" ;
88
99export 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
You can’t perform that action at this time.
0 commit comments