Skip to content

add r5 network #7156

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions _data/chains/eip155-337.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "R5 Network",
"chain": "r5",
"rpc": ["https://rpc.r5.network"],
"faucets": [],
"nativeCurrency": {
"name": "R5",
"symbol": "R5",
"decimals": 18
},
"infoURL": "https://r5.network",
"shortName": "r5",
"chainId": 337,
"networkId": 337,
"icon": "r5",
"explorers": [
{
"name": "R5 Explorer",
"url": "https://explorer.r5.network",
"standard": "EIP3091"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-33710.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "R5 Network Testnet",
"chain": "r5testnet",
"rpc": ["https://rpc-testnet.r5.network"],
"faucets": [],
"nativeCurrency": {
"name": "Test R5",
"symbol": "TR5",
"decimals": 18
},
"infoURL": "https://r5.network",
"shortName": "tr5",
"chainId": 33710,
"networkId": 33710,
"icon": "r5",
"explorers": [
{
"name": "R5 Explorer",
"url": "https://explorer-testnet.r5.network",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/r5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreihrnrmjndul22scpktxzfvm6lyuxdepjtbfrn7ce4znl2blrqw6te",
"width": 1024,
"height": 1024,
"format": "png"
}
]
Binary file not shown.