Skip to content

Commit be21309

Browse files
authored
Node/EVM: Update repair tool (#4291)
1 parent bbabce4 commit be21309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node/hack/repair_eth/repair_eth.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ var etherscanAPIMap = map[vaa.ChainID]string{
4747
vaa.ChainIDOptimism: "https://api-optimistic.etherscan.io",
4848
vaa.ChainIDBase: "https://api.basescan.org",
4949
vaa.ChainIDScroll: "https://api.scrollscan.com",
50-
vaa.ChainIDMantle: "", // TODO: Does Mantle have an etherscan equivalent API endpoint?
50+
vaa.ChainIDMantle: "https://api.mantlescan.xyz/",
5151
vaa.ChainIDBlast: "https://api.blastscan.io",
5252
vaa.ChainIDXLayer: "", // TODO: Does X Layer have an etherscan API endpoint?
5353
vaa.ChainIDBerachain: "https://api.berascan.com/",
54-
vaa.ChainIDUnichain: "", // TODO: Add Unichain once the public explorer is available.
54+
vaa.ChainIDUnichain: "https://api.uniscan.xyz/",
5555
vaa.ChainIDWorldchain: "https://api.worldscan.org",
5656
}
5757

0 commit comments

Comments
 (0)