Skip to content

Commit

Permalink
Editing XR One chain details (#6739)
Browse files Browse the repository at this point in the history
* update to xr1

* revert icon name

* remove slashes
  • Loading branch information
RealWooblay authored Feb 5, 2025
1 parent 3a8ca39 commit 0a12204
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _data/chains/eip155-273.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "XR One",
"chain": "ETH",
"rpc": ["https://xr-one.calderachain.xyz/http"],
"rpc": ["https://xr1.calderachain.xyz/http", "wss://xr1.calderachain.xyz/ws"],
"faucets": [],
"features": [
{
Expand All @@ -12,20 +12,20 @@
}
],
"nativeCurrency": {
"name": "XR",
"symbol": "XR",
"name": "XR1",
"symbol": "XR1",
"decimals": 18
},
"infoURL": "https://xr-one.gitbook.io",
"shortName": "xr",
"shortName": "xr1",
"chainId": 273,
"networkId": 273,
"icon": "xr",
"slip44": 60,
"explorers": [
{
"name": "XR One Explorer",
"url": "https://xr-one.calderaexplorer.xyz",
"url": "https://xr1.calderaexplorer.xyz",
"icon": "blockscout",
"standard": "EIP3091"
}
Expand All @@ -35,7 +35,7 @@
"chain": "eip155-42161",
"bridges": [
{
"url": "https://xr-one.bridge.caldera.xyz/"
"url": "https://xr1.bridge.caldera.xyz"
}
]
},
Expand Down

0 comments on commit 0a12204

Please sign in to comment.