diff --git a/_data/chains/eip155-273.json b/_data/chains/eip155-273.json index 6c988c6028a5..15c05ab6a7be 100644 --- a/_data/chains/eip155-273.json +++ b/_data/chains/eip155-273.json @@ -1,8 +1,13 @@ { "name": "XR One", - "chain": "ETH", + "chain": "xr-one", "rpc": ["https://xr-one.calderachain.xyz/http"], "faucets": [], + "nativeCurrency": { + "name": "XR", + "symbol": "XR", + "decimals": 18 + }, "features": [ { "name": "EIP155" @@ -11,33 +16,16 @@ "name": "EIP1559" } ], - "nativeCurrency": { - "name": "XR", - "symbol": "XR", - "decimals": 18 - }, - "infoURL": "https://xr-one.gitbook.io", - "shortName": "xr", + "infoURL": "https://xr-one.hub.caldera.xyz", + "shortName": "xr-one", "chainId": 273, "networkId": 273, - "icon": "xr", - "slip44": 60, + "icon": "xr-one", "explorers": [ { - "name": "XR One Explorer", + "name": "XR One Caldera Explorer", "url": "https://xr-one.calderaexplorer.xyz", - "icon": "blockscout", "standard": "EIP3091" } - ], - "parent": { - "type": "L2", - "chain": "eip155-42161", - "bridges": [ - { - "url": "https://xr-one.bridge.caldera.xyz/" - } - ] - }, - "status": "active" + ] } diff --git a/_data/icons/xr-one.json b/_data/icons/xr-one.json new file mode 100644 index 000000000000..7584e7bf76e7 --- /dev/null +++ b/_data/icons/xr-one.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreihmi6ostmc2zkiw3nn3475hnaihkgv3dntp2a34clxo2hrt43ad6u", + "width": 400, + "height": 400, + "format": "jpg" + } +] diff --git a/_data/icons/xr.json b/_data/icons/xr.json deleted file mode 100644 index c20c36dda5ae..000000000000 --- a/_data/icons/xr.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "url": "ipfs://QmTrFxtjUBwxi87rty13jbXg4BW9nvVuBmtbzb9j9F99Gt", - "width": 886, - "height": 886, - "format": "png" - } -]