Skip to content

Commit d488473

Browse files
committed
feat: update contract with amoy address | docs
1 parent fee9fe3 commit d488473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This is the Tableland Tables EVM contracts and client components.
3131
| sepolia | 11155111 | 0xc50C62498448ACc8dBdE43DA77f8D5D2E2c7597D |
3232
| optimism-sepolia | 11155420 | 0x68A2f4423ad3bf5139Db563CF3bC80aA09ed7079 |
3333
| arbitrum-sepolia | 421614 | 0x223A74B8323914afDC3ff1e5005564dC17231d6e |
34-
| polygon-amoy | 80002 | 0x4b48841d4b32C4650E4ABc117A03FE8B51f38F68 |
34+
| polygon-amoy | 80002 | 0x170fb206132b693e38adFc8727dCfa303546Cec1 |
3535
| filecoin-calibration | 314159 | 0x030BCf3D50cad04c2e57391B12740982A9308621 |
3636

3737
# Development

contracts/utils/TablelandDeployments.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ library TablelandDeployments {
4747
0x223A74B8323914afDC3ff1e5005564dC17231d6e;
4848
// TablelandTables address on Polygon Amoy.
4949
address internal constant POLYGON_AMOY =
50-
0x4b48841d4b32C4650E4ABc117A03FE8B51f38F68;
50+
0x170fb206132b693e38adFc8727dCfa303546Cec1;
5151
// TablelandTables address on Filecoin Calibration.
5252
address internal constant FILECOIN_CALIBRATION =
5353
0x030BCf3D50cad04c2e57391B12740982A9308621;

0 commit comments

Comments
 (0)