mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@f22af11f03 🚀
This commit is contained in:
parent
f7b8625a1f
commit
ffba3fac82
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2559,6 +2559,32 @@
|
|||
"rpc": ["https://rpc1.bittexscan.info", "https://rpc2.bittexscan.info"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://bittexscan.com"
|
||||
}, {
|
||||
"name": "DYNO Mainnet",
|
||||
"chainId": 3966,
|
||||
"shortName": "dyno",
|
||||
"networkId": 3966,
|
||||
"nativeCurrency": {
|
||||
"name": "DYNO Token",
|
||||
"symbol": "DYNO",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://api.dynoprotocol.com"],
|
||||
"faucets": ["https://faucet.dynoscan.io"],
|
||||
"infoURL": "https://dynoprotocol.com"
|
||||
}, {
|
||||
"name": "DYNO Testnet",
|
||||
"chainId": 3967,
|
||||
"shortName": "tdyno",
|
||||
"networkId": 3967,
|
||||
"nativeCurrency": {
|
||||
"name": "DYNO Token",
|
||||
"symbol": "tDYNO",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://tapi.dynoprotocol.com"],
|
||||
"faucets": ["https://faucet.dynoscan.io"],
|
||||
"infoURL": "https://dynoprotocol.com"
|
||||
}, {
|
||||
"name": "Fantom Testnet",
|
||||
"chainId": 4002,
|
||||
|
|
|
@ -3475,6 +3475,44 @@
|
|||
"icon": "etherscan",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Fantom Testnet",
|
||||
"chain": "FTM",
|
||||
|
|
|
@ -196,6 +196,8 @@
|
|||
"prb": "eip155:3400",
|
||||
"prbtestnet": "eip155:3500",
|
||||
"btx": "eip155:3690",
|
||||
"dyno": "eip155:3966",
|
||||
"tdyno": "eip155:3967",
|
||||
"tftm": "eip155:4002",
|
||||
"iotex-mainnet": "eip155:4689",
|
||||
"iotex-testnet": "eip155:4690",
|
||||
|
|
Loading…
Reference in New Issue
Block a user