Skip to content

Commit

Permalink
river
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-nyquist committed Dec 15, 2024
1 parent d010767 commit ab283d2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _data/chains/eip155-550.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "River Mainnet",
"chain": "River",
"rpc": [
"https://towns-mainnet.calderachain.xyz/http"
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://www.river.build",
"shortName": "river",
"chainId": 550,
"networkId": 550,
"icon": "river",
"explorers": [
{
"name": "River Explorer",
"url": "https://explorer.river.build/",
"standard": "EIP3091"
}
]
}

8 changes: 8 additions & 0 deletions _data/icons/river.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreidithvbbi7f7repl4rb5mkzizaohaxxkyhjt64lh6jabp3klvfjai",
"width": 500,
"height": 500,
"format": "png"
}
]

0 comments on commit ab283d2

Please sign in to comment.