@@ -114,14 +114,14 @@ export const L1_ADDRESS_MAP: { [key: number]: { [contractName: string]: string }
114
114
modeCrossDomainMessenger : "0xc19a60d9E8C27B9A43527c3283B4dd8eDC8bE15C" ,
115
115
modeStandardBridge : "0xbC5C679879B2965296756CD959C3C739769995E2" ,
116
116
117
- // More information is needed to verify these addresses:
118
- polygonRootChainManager : "0xA0c68C638235ee32657e8f720a23ceC1bFc77C77 " ,
119
- polygonFxRoot : "0xfe5e5D361b2ad62c541bAb87C45a0B9B018389a2 " ,
120
- polygonERC20Predicate : "0x40ec5B33f54e0E8A33A975908C5BA1c14e5BbbDf " ,
121
- polygonRegistry : "0x33a02E6cC863D393d6Bf231B697b82F6e499cA71 " ,
122
- polygonDepositManager : "0x401F6c983eA34274ec46f84D70b31C151321188b " ,
117
+ // https://github.com/maticnetwork/static/blob/master/network/testnet/amoy/index.json
118
+ polygonRootChainManager : "0x34F5A25B627f50Bb3f5cAb72807c4D4F405a9232 " ,
119
+ polygonFxRoot : "0x0E13EBEdDb8cf9f5987512d5E081FdC2F5b0991e " ,
120
+ polygonERC20Predicate : "0x4258C75b752c812B7Fa586bdeb259f2d4bd17f4F " ,
121
+ polygonRegistry : "0xfE92F7c3a701e43d8479738c8844bCc555b9e5CD " ,
122
+ polygonDepositManager : "0x44Ad17990F9128C6d823Ee10dB7F0A5d40a731A4 " ,
123
123
matic : "0x3fd0A53F4Bf853985a95F4Eb3F9C9FDE1F8e2b53" ,
124
- l2WrappedMatic : "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270 " ,
124
+ l2WrappedMatic : "0x360ad4f9a9A8EFe9A8DCB5f461c4Cc1047E1Dcf9 " ,
125
125
} ,
126
126
} ;
127
127
@@ -169,6 +169,13 @@ export const L2_ADDRESS_MAP: { [key: number]: { [contractName: string]: string }
169
169
cctpTokenMessenger : "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5" ,
170
170
cctpMessageTransmitter : "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73" ,
171
171
} ,
172
+ 80002 : {
173
+ wMatic : "0x360ad4f9a9A8EFe9A8DCB5f461c4Cc1047E1Dcf9" ,
174
+ fxChild : "0xE5930336866d0388f0f745A2d9207C7781047C0f" ,
175
+ l2Usdc : "0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582" ,
176
+ cctpTokenMessenger : "0x9f3B8679c73C2Fef8b59B4f3444d4e156fb70AA5" ,
177
+ cctpMessageTransmitter : "0x7865fAfC2db2093669d92c0F33AeEF291086BEFD" ,
178
+ } ,
172
179
280 : {
173
180
l2Weth : "0x20b28B1e4665FFf290650586ad76E977EAb90c5D" ,
174
181
zkErc20Bridge : "0x00ff932A6d70E2B8f1Eb4919e1e09C1923E7e57b" ,
@@ -251,6 +258,7 @@ export const L2_ADDRESS_MAP: { [key: number]: { [contractName: string]: string }
251
258
export const POLYGON_CHAIN_IDS : { [ l1ChainId : number ] : number } = {
252
259
1 : 137 ,
253
260
5 : 80001 ,
261
+ 11155111 : 80002 ,
254
262
} ;
255
263
256
264
/**
@@ -271,5 +279,6 @@ export const CIRCLE_DOMAIN_IDs: { [chainId: number]: number } = {
271
279
420 : 2 , // Optimism Goerli
272
280
421613 : 3 , // Arbitrum Goerli
273
281
84531 : 6 , // Base Goerli
274
- 80001 : 7 , // Polygon Mumbai
282
+ 80001 : 7 , // Polygon Goerli
283
+ 80002 : 7 , // Polygon Amoy
275
284
} ;
0 commit comments