mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Create dithereum.json (#643)
* Create dithereum.json * Create eip155-34.json * Create ditherscan.json * added standard in explorer for dithereum testnet * removed explorer details for now. * Update _data/icons/dithereum.json * Update _data/icons/dithereum.json * Update _data/chains/eip155-34.json * Update _data/chains/eip155-34.json * changed RPC URL Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
98fbc9d311
commit
9e07221635
21
_data/chains/eip155-34.json
Normal file
21
_data/chains/eip155-34.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "Dithereum Testnet",
|
||||
"chain": "DTH",
|
||||
"network": "testnet",
|
||||
"icon": "dithereum",
|
||||
"rpc": [
|
||||
"https://node-testnet.dithereum.io"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.dithereum.org"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Dither",
|
||||
"symbol": "DTH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://dithereum.org",
|
||||
"shortName": "dth",
|
||||
"chainId": 34,
|
||||
"networkId": 34
|
||||
}
|
8
_data/icons/dithereum.json
Normal file
8
_data/icons/dithereum.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmSHN5GtRGpMMpszSn1hF47ZSLRLqrLxWsQ48YYdJPyjLf",
|
||||
"width": 500,
|
||||
"height": 500,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/ditherscan.json
Normal file
8
_data/icons/ditherscan.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmSHN5GtRGpMMpszSn1hF47ZSLRLqrLxWsQ48YYdJPyjLf",
|
||||
"width": 500,
|
||||
"height": 500,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user