Skip to content

Commit

Permalink
add roburna mainnet and testnet (#4702)
Browse files Browse the repository at this point in the history
* add roburna

* fix codestyle

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
openstuck and ligi authored Apr 3, 2024
1 parent 7134bec commit 9f76e9f
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _data/chains/eip155-158.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "Roburna Mainnet",
"chain": "RBA",
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"rpc": ["https://dataseed.roburna.com"],
"faucets": [],
"nativeCurrency": {
"name": "Roburna",
"symbol": "RBA",
"decimals": 18
},
"infoURL": "https://www.roburna.com/",
"shortName": "rba",
"chainId": 158,
"networkId": 158,
"icon": "roburna",
"explorers": [
{
"name": "Rbascan Explorer",
"url": "https://rbascan.com",
"standard": "EIP3091"
}
]
}
31 changes: 31 additions & 0 deletions _data/chains/eip155-159.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "Roburna Testnet",
"chain": "RBAT",
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"rpc": ["https://preseed-testnet-1.roburna.com"],
"faucets": [],
"nativeCurrency": {
"name": "Roburna",
"symbol": "RBAT",
"decimals": 18
},
"infoURL": "https://www.roburna.com/",
"shortName": "rbat",
"chainId": 159,
"networkId": 159,
"icon": "roburna",
"explorers": [
{
"name": "Rbascan Testnet Explorer",
"url": "https://testnet.rbascan.com",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/roburna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmTk1uhB9nvnvXifvwEPGFcdgsXRt4EXNjovUGyUmfFRcB",
"width": 4000,
"height": 4000,
"format": "png"
}
]

0 comments on commit 9f76e9f

Please sign in to comment.