Skip to content

Commit f22af11

Browse files
Adding Dyno Protocol (ethereum-lists#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
1 parent f0c9285 commit f22af11

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

_data/chains/eip155-3966.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "DYNO Mainnet",
3+
"chain": "DYNO",
4+
"rpc": [
5+
"https://api.dynoprotocol.com"
6+
],
7+
"faucets": [
8+
"https://faucet.dynoscan.io"
9+
],
10+
"nativeCurrency": {
11+
"name": "DYNO Token",
12+
"symbol": "DYNO",
13+
"decimals": 18
14+
},
15+
"infoURL": "https://dynoprotocol.com",
16+
"shortName": "dyno",
17+
"chainId": 3966,
18+
"networkId": 3966,
19+
"explorers": [{
20+
"name": "DYNO Explorer",
21+
"url": "https://dynoscan.io",
22+
"standard": "EIP3091"
23+
}]
24+
}

_data/chains/eip155-3967.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "DYNO Testnet",
3+
"chain": "DYNO",
4+
"rpc": [
5+
"https://tapi.dynoprotocol.com"
6+
],
7+
"faucets": [
8+
"https://faucet.dynoscan.io"
9+
],
10+
"nativeCurrency": {
11+
"name": "DYNO Token",
12+
"symbol": "tDYNO",
13+
"decimals": 18
14+
},
15+
"infoURL": "https://dynoprotocol.com",
16+
"shortName": "tdyno",
17+
"chainId": 3967,
18+
"networkId": 3967,
19+
"explorers": [{
20+
"name": "DYNO Explorer",
21+
"url": "https://testnet.dynoscan.io",
22+
"standard": "EIP3091"
23+
}]
24+
}

_data/icons/dyno.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://QmVeq8cvgK6sWp4GxQPBNB1nn7EUDJp5Cp9xLaPFExpin1",
4+
"width": 1282,
5+
"height": 1281,
6+
"format": "png"
7+
}
8+
]

0 commit comments

Comments
 (0)