-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
1dffdbb
commit 8356b96
Showing
3 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" }] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://Qmd532nWBVgUJy8m9ajGKwb2oaFPdnB7Xngepge2sarNBm", | ||
"width": 24, | ||
"height": 24, | ||
"format": "svg" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmbALStb7WtVPHMdwp5DBhE1pUs9QdTgYU1XqRnyJKobE4", | ||
"width": 24, | ||
"height": 24, | ||
"format": "svg" | ||
} | ||
] |