Skip to content

Commit 2622b0d

Browse files
authored
Update SetChains.s.sol
1 parent 9636b9f commit 2622b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry-contracts/script/v2/SetChains.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ contract SetChains is Script {
7373
caip2ChainIds[54] = "eip155:2000"; // Dogechain Mainnet
7474
caip2ChainIds[55] = "eip155:3776"; // Aster zkEVM
7575
caip2ChainIds[56] = "eip155:196"; // X Layer Mainnet
76-
caip2ChainIds[58] = "eip155:5888"; // MANTRACHAIN Mainnet
76+
caip2ChainIds[57] = "eip155:5888"; // MANTRACHAIN Mainnet
7777

7878
vm.broadcast(deployerPrivateKey);
7979
registry.setValidChains(caip2ChainIds);

0 commit comments

Comments
 (0)