Skip to content

Commit

Permalink
adding standard none for explorers since Dora does not support EIP309…
Browse files Browse the repository at this point in the history
…1 and adding testnet
  • Loading branch information
dabitdev committed Feb 26, 2025
1 parent 9392cb3 commit 0cc382f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _data/chains/eip155-1727.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"name": "Ethpar Mainnet Explorer",
"url": "https://dora.ethpar.net",
"icon": "ethpar",
"standard": "EIP3091"
"standard": "none"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-806582.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Ethpar Testnet",
"chain": "ETP",
"rpc": ["https://rpc82.testnet.ethpar.net/"],
"faucets": [],
"nativeCurrency": {
"name": "Ethpar",
"symbol": "ETP",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://ethpar.com",
"shortName": "ethpar-tesnet",
"chainId": 806582,
"networkId": 806582,
"icon": "ethpar",
"explorers": [{
"name": "Ethpar Testnet Explorer",
"url": "https://dora.testnet.ethpar.net",
"icon": "ethpar",
"standard": "none"
}]
}

0 comments on commit 0cc382f

Please sign in to comment.