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@342f8223dc 🚀
This commit is contained in:
parent
1226a4d7f2
commit
2efbf6d041
File diff suppressed because one or more lines are too long
22
chains/eip155-3666.json
Normal file
22
chains/eip155-3666.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Metacodechain",
|
||||
"chain": "metacode",
|
||||
"rpc": ["https://j.blockcoach.com:8503"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "J",
|
||||
"symbol": "J",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://j.blockcoach.com:8089",
|
||||
"shortName": "metacode",
|
||||
"chainId": 3666,
|
||||
"networkId": 3666,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "meta",
|
||||
"url": "https://j.blockcoach.com:8089",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3963,6 +3963,19 @@
|
|||
"rpc": ["https://rpc.jfinchain.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://jfinchain.com"
|
||||
}, {
|
||||
"name": "Metacodechain",
|
||||
"chainId": 3666,
|
||||
"shortName": "metacode",
|
||||
"networkId": 3666,
|
||||
"nativeCurrency": {
|
||||
"name": "J",
|
||||
"symbol": "J",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://j.blockcoach.com:8503"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://j.blockcoach.com:8089"
|
||||
}, {
|
||||
"name": "Bittex Mainnet",
|
||||
"chainId": 3690,
|
||||
|
|
|
@ -5634,6 +5634,25 @@
|
|||
"url": "https://exp.jfinchain.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Metacodechain",
|
||||
"chain": "metacode",
|
||||
"rpc": ["https://j.blockcoach.com:8503"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "J",
|
||||
"symbol": "J",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://j.blockcoach.com:8089",
|
||||
"shortName": "metacode",
|
||||
"chainId": 3666,
|
||||
"networkId": 3666,
|
||||
"explorers": [{
|
||||
"name": "meta",
|
||||
"url": "https://j.blockcoach.com:8089",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Bittex Mainnet",
|
||||
"chain": "BTX",
|
||||
|
|
|
@ -304,6 +304,7 @@
|
|||
"prb": "eip155:3400",
|
||||
"prbtestnet": "eip155:3500",
|
||||
"jfin": "eip155:3501",
|
||||
"metacode": "eip155:3666",
|
||||
"btx": "eip155:3690",
|
||||
"csb": "eip155:3737",
|
||||
"dyno": "eip155:3966",
|
||||
|
|
Loading…
Reference in New Issue
Block a user