Skip to content

Commit

Permalink
Treasure Topaz (eip155-978658) (#5986)
Browse files Browse the repository at this point in the history
* addition of eip155-978658 - treasure topaz

* added topaz icon (copy of ruby)

* applied prettier formatting

* updated topaz icon cid
  • Loading branch information
aphexyuri authored Oct 13, 2024
1 parent 670d515 commit 4509ab6
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
37 changes: 37 additions & 0 deletions _data/chains/eip155-978658.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "Treasure Topaz",
"chain": "Treasure Topaz",
"shortName": "Topaz",
"chainId": 978658,
"networkId": 978658,
"nativeCurrency": {
"name": "Testnet MAGIC",
"symbol": "MAGIC",
"decimals": 18
},
"slip44": 1,
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://app.treasure.lol",
"icon": "treasuretopaz",
"rpc": ["https://rpc.topaz.treasure.lol", "wss://rpc.topaz.treasure.lol/ws"],
"faucets": [
"https://app.treasure.lol/chain/faucet",
"https://thirdweb.com/treasure-topaz"
],
"explorers": [
{
"name": "treasurescan",
"url": "https://topaz.treasurescan.io",
"icon": "treasure",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [
{ "url": "https://app.treasure.lol/chain/bridge" },
{ "url": "https://portal.topaz.treasure.lol/bridge" }
]
}
}
8 changes: 8 additions & 0 deletions _data/icons/treasuretopaz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmT9TS1vsxxq4pToEXPouuYtDcpQZWZfh91NZdNXVQGPrY",
"width": 24,
"height": 24,
"format": "svg"
}
]

0 comments on commit 4509ab6

Please sign in to comment.