mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Adding Dyno Protocol (#978)
* Adding Dyno Protocol * Updated faucet adding Dyno Protocol * Adding Dyno Protocol Testnet * adding Dyno Protocol Icon * updated ipfs * Update Dyno Coin * Updated suggested JSON * Updated suggested JSON * updated Dyno
This commit is contained in:
parent
f0c9285561
commit
f22af11f03
24
_data/chains/eip155-3966.json
Normal file
24
_data/chains/eip155-3966.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "DYNO Mainnet",
|
||||
"chain": "DYNO",
|
||||
"rpc": [
|
||||
"https://api.dynoprotocol.com"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.dynoscan.io"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "DYNO Token",
|
||||
"symbol": "DYNO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://dynoprotocol.com",
|
||||
"shortName": "dyno",
|
||||
"chainId": 3966,
|
||||
"networkId": 3966,
|
||||
"explorers": [{
|
||||
"name": "DYNO Explorer",
|
||||
"url": "https://dynoscan.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
24
_data/chains/eip155-3967.json
Normal file
24
_data/chains/eip155-3967.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "DYNO Testnet",
|
||||
"chain": "DYNO",
|
||||
"rpc": [
|
||||
"https://tapi.dynoprotocol.com"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.dynoscan.io"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "DYNO Token",
|
||||
"symbol": "tDYNO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://dynoprotocol.com",
|
||||
"shortName": "tdyno",
|
||||
"chainId": 3967,
|
||||
"networkId": 3967,
|
||||
"explorers": [{
|
||||
"name": "DYNO Explorer",
|
||||
"url": "https://testnet.dynoscan.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
8
_data/icons/dyno.json
Normal file
8
_data/icons/dyno.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmVeq8cvgK6sWp4GxQPBNB1nn7EUDJp5Cp9xLaPFExpin1",
|
||||
"width": 1282,
|
||||
"height": 1281,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user