Deploying to gh-pages from @ ethereum-lists/chains@342f8223dc 🚀

This commit is contained in:
ligi 2022-11-09 10:36:30 +00:00
parent 1226a4d7f2
commit 2efbf6d041
6 changed files with 57 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-3666.json Normal file
View 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

View File

@ -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,

View File

@ -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",

View File

@ -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",