Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
betheranceteam authored Nov 8, 2024
2 parents 07beef5 + 2033dce commit 5198002
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
19 changes: 19 additions & 0 deletions _data/chains/eip155-10010.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Warden Testnet",
"chain": "WARD",
"rpc": [
"https://evm.chiado.wardenprotocol.org",
"wss://evm-ws.chiado.wardenprotocol.org"
],
"faucets": ["https://faucet.chiado.wardenprotocol.org"],
"nativeCurrency": {
"name": "WARD",
"symbol": "WARD",
"decimals": 18
},
"infoURL": "https://wardenprotocol.org",
"icon": "warden",
"shortName": "ward",
"chainId": 10010,
"networkId": 10010
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-300.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"chain": "eip155-11155111",
"bridges": [{ "url": "https://bridge.zksync.io/" }]
},
"redFlags": ["reusedChainId"]
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-59141.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"icon": "linea",
"parent": {
"type": "L2",
"chain": "eip155-5",
"chain": "eip155-11155111",
"bridges": [
{
"url": "https://bridge.linea.build/"
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/warden.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmdz49xumH5yHb9jXKLR69Liv4STJQq5xW1g9xCQ9vJ3fB",
"width": 228,
"height": 228,
"format": "png"
}
]

0 comments on commit 5198002

Please sign in to comment.