mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Merge branch 'ethereum-lists:master' into master
This commit is contained in:
commit
a97d15169a
|
@ -2,7 +2,10 @@
|
||||||
"name": "Moonbeam",
|
"name": "Moonbeam",
|
||||||
"chain": "MOON",
|
"chain": "MOON",
|
||||||
"network": "moonbeam",
|
"network": "moonbeam",
|
||||||
"rpc": [],
|
"rpc": [
|
||||||
|
"https://rpc.api.moonbeam.network",
|
||||||
|
"wss://wss.api.moonbeam.network"
|
||||||
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Glimmer",
|
"name": "Glimmer",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"https://rpc.moonriver.moonbeam.network",
|
"https://rpc.moonriver.moonbeam.network",
|
||||||
"wss://wss.moonriver.moonbeam.network"
|
"wss://wss.moonriver.moonbeam.network"
|
||||||
],
|
],
|
||||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Moonriver",
|
"name": "Moonriver",
|
||||||
"symbol": "MOVR",
|
"symbol": "MOVR",
|
||||||
|
@ -16,10 +16,11 @@
|
||||||
"shortName": "mriver",
|
"shortName": "mriver",
|
||||||
"chainId": 1285,
|
"chainId": 1285,
|
||||||
"networkId": 1285,
|
"networkId": 1285,
|
||||||
|
"explorers": [
|
||||||
"explorers": [{
|
{
|
||||||
"name": "blockscout",
|
"name": "moonscan",
|
||||||
"url": "https://blockscout.moonriver.moonbeam.network",
|
"url": "https://moonriver.moonscan.io/",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}
|
||||||
}
|
]
|
||||||
|
}
|
|
@ -15,5 +15,12 @@
|
||||||
"infoURL": "https://docs.moonbeam.network/networks/testnet/",
|
"infoURL": "https://docs.moonbeam.network/networks/testnet/",
|
||||||
"shortName": "mbase",
|
"shortName": "mbase",
|
||||||
"chainId": 1287,
|
"chainId": 1287,
|
||||||
"networkId": 1287
|
"networkId": 1287,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "moonscan",
|
||||||
|
"url": "https://moonbase.moonscan.io/",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
|
@ -11,7 +11,7 @@
|
||||||
"symbol": "cet",
|
"symbol": "cet",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "http://www.coinex.org/",
|
"infoURL": "https://www.coinex.org/",
|
||||||
"shortName": "cet",
|
"shortName": "cet",
|
||||||
"chainId": 52,
|
"chainId": 52,
|
||||||
"networkId": 52
|
"networkId": 52
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"symbol": "cett",
|
"symbol": "cett",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "http://www.coinex.org/",
|
"infoURL": "https://www.coinex.org/",
|
||||||
"shortName": "tcet",
|
"shortName": "tcet",
|
||||||
"chainId": 53,
|
"chainId": 53,
|
||||||
"networkId": 53
|
"networkId": 53
|
||||||
|
|
26
_data/chains/eip155-57.json
Normal file
26
_data/chains/eip155-57.json
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"name": "Syscoin Mainnet",
|
||||||
|
"chain": "SYS",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://rpc.syscoin.org",
|
||||||
|
"wss://rpc.syscoin.org/wss"
|
||||||
|
],
|
||||||
|
"faucets": ["https://faucet.syscoin.org"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Syscoin",
|
||||||
|
"symbol": "SYS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.syscoin.org",
|
||||||
|
"shortName": "sys",
|
||||||
|
"chainId": 57,
|
||||||
|
"networkId": 57,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Syscoin Block Explorer",
|
||||||
|
"url": "https://explorer.syscoin.org",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/btcix.json
Normal file
8
_data/icons/btcix.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmZttTpHJreq3AinjDSkVP5yZ7Xzccdwi41G1uJhdogGBA",
|
||||||
|
"width": 520,
|
||||||
|
"height": 521,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user