Skip to content

Commit

Permalink
Add Treasure Ruby testnet (#4914)
Browse files Browse the repository at this point in the history
* Add Treasure Ruby testnet

* Prettify

* Add Treasure icon and fix errors

* Fix RPC lint

* Update Treasure Ruby icon svg with width and height

Embedded into svg

* Remove erroneous space to fix validation error

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
karelvuong and ligi authored Jun 6, 2024
1 parent 1dffdbb commit 8356b96
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
34 changes: 34 additions & 0 deletions _data/chains/eip155-978657.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "Treasure Ruby",
"chainId": 978657,
"shortName": "treasure-ruby",
"chain": "TRS",
"networkId": 978657,
"nativeCurrency": {
"name": "Testnet MAGIC",
"symbol": "MAGIC",
"decimals": 18
},
"slip44": 1,
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://portal.treasure.lol",
"icon": "treasureruby",
"rpc": [
"https://rpc-testnet.treasure.lol/http",
"wss://rpc-testnet.treasure.lol/ws"
],
"faucets": ["https://portal.treasure.lol/faucet"],
"explorers": [
{
"name": "treasurescan",
"url": "https://testnet.treasurescan.io",
"icon": "treasure",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{ "url": "https://portal.treasure.lol/bridge" }]
}
}
8 changes: 8 additions & 0 deletions _data/icons/treasure.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmd532nWBVgUJy8m9ajGKwb2oaFPdnB7Xngepge2sarNBm",
"width": 24,
"height": 24,
"format": "svg"
}
]
8 changes: 8 additions & 0 deletions _data/icons/treasureruby.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmbALStb7WtVPHMdwp5DBhE1pUs9QdTgYU1XqRnyJKobE4",
"width": 24,
"height": 24,
"format": "svg"
}
]

0 comments on commit 8356b96

Please sign in to comment.