Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add Treasure Mainnet and Update Treasure Topaz and Ruby Testnets #6332

Merged
merged 13 commits into from
Dec 9, 2024
Merged
34 changes: 34 additions & 0 deletions _data/chains/eip155-61166.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "Treasure",
"chain": "Treasure",
"shortName": "treasure",
"chainId": 61166,
"networkId": 61166,
"nativeCurrency": {
"name": "MAGIC",
"symbol": "MAGIC",
"decimals": 18
},
"slip44": 1,
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://app.treasure.lol",
"icon": "treasure",
"rpc": ["https://rpc.treasure.lol", "wss://rpc.treasure.lol/ws"],
"faucets": [
"https://app.treasure.lol/chain/faucet",
"https://thirdweb.com/treasure"
],
"explorers": [
{
"name": "Treasure Block Explorer",
"url": "https://treasurescan.io",
"icon": "treasure",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{ "url": "https://app.treasure.lol/chain/bridge" }]
}
}
21 changes: 6 additions & 15 deletions _data/chains/eip155-978657.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,15 @@
},
"slip44": 1,
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://portal.treasure.lol",
"infoURL": "https://app.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"
}
],
"rpc": [],
"faucets": [],
"status": "deprecated",
"explorers": [],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{ "url": "https://portal.treasure.lol/bridge" }]
"bridges": []
}
}
9 changes: 3 additions & 6 deletions _data/chains/eip155-978658.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Treasure Topaz",
"chain": "Treasure Topaz",
"shortName": "Topaz",
"shortName": "treasure-topaz",
"chainId": 978658,
"networkId": 978658,
"nativeCurrency": {
Expand All @@ -20,7 +20,7 @@
],
"explorers": [
{
"name": "treasurescan",
"name": "Treasure Topaz Block Explorer",
"url": "https://topaz.treasurescan.io",
"icon": "treasure",
"standard": "EIP3091"
Expand All @@ -29,9 +29,6 @@
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [
{ "url": "https://app.treasure.lol/chain/bridge" },
{ "url": "https://portal.topaz.treasure.lol/bridge" }
]
"bridges": [{ "url": "https://app.treasure.lol/chain/bridge" }]
}
}
2 changes: 1 addition & 1 deletion _data/icons/treasure.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"url": "ipfs://Qmd532nWBVgUJy8m9ajGKwb2oaFPdnB7Xngepge2sarNBm",
"url": "ipfs://QmQn3dhxoMDY3R2w9PZtJaVXVh9YtJaozcLesu19B7e1KQ",
"width": 24,
"height": 24,
"format": "svg"
Expand Down
Loading