Skip to content

Commit

Permalink
fix: Update TPR Amoy contract (#58)
Browse files Browse the repository at this point in the history
This PR updates the TPR Amoy contract address to the new one.

Signed-off-by: Lautaro Petaccio <[email protected]>
  • Loading branch information
LautaroPetaccio authored Sep 19, 2024
1 parent 772c201 commit e42f003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const l2Contracts = {
},
amoy: {
checker: '0x0ffc7e6d72ee2f287b877533454210621b1b7822', // This contract address is just a placeholder, it's not required to deploy a contract to the testnet
thirdParty: '0x41e07f9d48586df0ac59a09a940ffdf4af306a13',
thirdParty: '0x7d7c0b9d97385bada5fec6861e97d0df414af3c3',
factories: [{ address: '0x802de0c509add2ee29de24de7225daaff4741c43', sinceBlock: 5763249 }],
commitees: [{ address: '0x53c9c388000b6fc91b91fb466742d0e869785c3b', sinceBlock: 5706678 }],
poi: '0x7a0fad6854de8df1245da952cd3ae7f6893154c1',
Expand Down

0 comments on commit e42f003

Please sign in to comment.