Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8356b96 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed Jun 6, 2024
1 parent c140968 commit 14549d1
Show file tree
Hide file tree
Showing 58 changed files with 124 additions and 5 deletions.
16 changes: 16 additions & 0 deletions chain_icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,14 @@
"height": 52,
"format": "svg"
}]
}, {
"name": "treasureruby",
"icons": [{
"url": "ipfs://QmbALStb7WtVPHMdwp5DBhE1pUs9QdTgYU1XqRnyJKobE4",
"width": 24,
"height": 24,
"format": "svg"
}]
}, {
"name": "G8Chain",
"icons": [{
Expand Down Expand Up @@ -2262,6 +2270,14 @@
"height": 512,
"format": "png"
}]
}, {
"name": "treasure",
"icons": [{
"url": "ipfs://Qmd532nWBVgUJy8m9ajGKwb2oaFPdnB7Xngepge2sarNBm",
"width": 24,
"height": 24,
"format": "svg"
}]
}, {
"name": "miyou",
"icons": [{
Expand Down
2 changes: 1 addition & 1 deletion chain_icons_mini.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chains.json

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions 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" }]
}
}
2 changes: 1 addition & 1 deletion chains_mini.json

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions chains_mini_pretty.json
Original file line number Diff line number Diff line change
Expand Up @@ -19069,6 +19069,19 @@
"rpc": ["https://host-76-74-28-226.contentfabric.io/eth/", "https://host-76-74-28-232.contentfabric.io/eth/", "https://host-76-74-29-2.contentfabric.io/eth/", "https://host-76-74-29-8.contentfabric.io/eth/", "https://host-76-74-29-34.contentfabric.io/eth/", "https://host-76-74-29-35.contentfabric.io/eth/", "https://host-154-14-211-98.contentfabric.io/eth/", "https://host-154-14-192-66.contentfabric.io/eth/", "https://host-60-240-133-202.contentfabric.io/eth/", "https://host-64-235-250-98.contentfabric.io/eth/"],
"faucets": [],
"infoURL": "https://eluv.io"
}, {
"name": "Treasure Ruby",
"chainId": 978657,
"shortName": "treasure-ruby",
"networkId": 978657,
"nativeCurrency": {
"name": "Testnet MAGIC",
"symbol": "MAGIC",
"decimals": 18
},
"rpc": ["https://rpc-testnet.treasure.lol/http", "wss://rpc-testnet.treasure.lol/ws"],
"faucets": ["https://portal.treasure.lol/faucet"],
"infoURL": "https://portal.treasure.lol"
}, {
"name": "Forma",
"chainId": 984122,
Expand Down
34 changes: 34 additions & 0 deletions chains_pretty.json
Original file line number Diff line number Diff line change
Expand Up @@ -31023,6 +31023,40 @@
"url": "https://explorer.eluv.io",
"standard": "EIP3091"
}]
}, {
"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"
}]
}
}, {
"name": "Forma",
"chain": "Forma",
Expand Down
8 changes: 8 additions & 0 deletions 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 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"
}
]
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion page-data/sq/d/2609099887.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions shortNameMapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -1466,6 +1466,7 @@
"tFNCY": "eip155:923018",
"jono12": "eip155:955081",
"elv": "eip155:955305",
"treasure-ruby": "eip155:978657",
"forma": "eip155:984122",
"sketchpad": "eip155:984123",
"ecrox": "eip155:988207",
Expand Down
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/1b427084cb92ea9e5340f6dac45c5da9/vex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions static/826eab3e0e65e59e9363f54175039cd8/atlas.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/e844d60d724d5543ebe46c843118f650/f31ef/sexy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/e844d60d724d5543ebe46c843118f650/sexy.png

0 comments on commit 14549d1

Please sign in to comment.