From f9d84f39f5c3f84d7f31bbbbe279dfe02c843752 Mon Sep 17 00:00:00 2001 From: hmisty Date: Mon, 12 Jun 2023 17:46:47 +0800 Subject: [PATCH] Update eip155-3666.json (#2897) update the chain info Co-authored-by: ligi --- _data/chains/eip155-3666.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_data/chains/eip155-3666.json b/_data/chains/eip155-3666.json index b23cd329..a3e045d2 100644 --- a/_data/chains/eip155-3666.json +++ b/_data/chains/eip155-3666.json @@ -1,21 +1,21 @@ { - "name": "Metacodechain", - "chain": "metacode", - "rpc": ["https://j.blockcoach.com:8503"], + "name": "Jouleverse Mainnet", + "chain": "Jouleverse", + "rpc": ["https://rpc.jnsdao.com:8503"], "faucets": [], "nativeCurrency": { "name": "J", "symbol": "J", "decimals": 18 }, - "infoURL": "https://j.blockcoach.com:8089", - "shortName": "metacode", + "infoURL": "https://jnsdao.com", + "shortName": "jouleverse", "chainId": 3666, "networkId": 3666, "explorers": [ { - "name": "meta", - "url": "https://j.blockcoach.com:8089", + "name": "jscan", + "url": "https://jscan.jnsdao.com", "standard": "EIP3091" } ]