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

This commit is contained in:
ligi 2022-01-04 11:00:30 +00:00
parent ee9db3cae0
commit 9a3cf48ad1
5 changed files with 80 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1571,6 +1571,32 @@
"rpc": [],
"faucets": [],
"infoURL": "https://karura.network"
}, {
"name": "BlockChain Station Mainnet",
"chainId": 707,
"shortName": "play",
"networkId": 707,
"nativeCurrency": {
"name": "BCS Token",
"symbol": "PLAY",
"decimals": 18
},
"rpc": ["https://rpc-mainnet.bcsdev.io", "wss://rpc-ws-mainnet.bcsdev.io"],
"faucets": [],
"infoURL": "https://blockchainstation.io"
}, {
"name": "BlockChain Station Testnet",
"chainId": 708,
"shortName": "tplay",
"networkId": 708,
"nativeCurrency": {
"name": "BCS Testnet Token",
"symbol": "tPLAY",
"decimals": 18
},
"rpc": ["https://rpc-testnet.bcsdev.io", "wss://rpc-ws-testnet.bcsdev.io"],
"faucets": ["https://faucet.bcsdev.io"],
"infoURL": "https://blockchainstation.io"
}, {
"name": "Factory 127 Testnet",
"chainId": 721,

View File

@ -2178,6 +2178,46 @@
"chainId": 686,
"networkId": 686,
"slip44": 686
}, {
"name": "BlockChain Station Mainnet",
"chain": "BCS",
"network": "mainnet",
"rpc": ["https://rpc-mainnet.bcsdev.io", "wss://rpc-ws-mainnet.bcsdev.io"],
"faucets": [],
"nativeCurrency": {
"name": "BCS Token",
"symbol": "PLAY",
"decimals": 18
},
"infoURL": "https://blockchainstation.io",
"shortName": "play",
"chainId": 707,
"networkId": 707,
"explorers": [{
"name": "BlockChain Station Explorer",
"url": "https://explorer.bcsdev.io",
"standard": "EIP3091"
}]
}, {
"name": "BlockChain Station Testnet",
"chain": "BCS",
"network": "testnet",
"rpc": ["https://rpc-testnet.bcsdev.io", "wss://rpc-ws-testnet.bcsdev.io"],
"faucets": ["https://faucet.bcsdev.io"],
"nativeCurrency": {
"name": "BCS Testnet Token",
"symbol": "tPLAY",
"decimals": 18
},
"infoURL": "https://blockchainstation.io",
"shortName": "tplay",
"chainId": 708,
"networkId": 708,
"explorers": [{
"name": "BlockChain Station Explorer",
"url": "https://testnet.bcsdev.io",
"standard": "EIP3091"
}]
}, {
"name": "Factory 127 Testnet",
"chain": "FETH",
@ -3308,14 +3348,17 @@
"shortName": "evmos-mons",
"chainId": 9000,
"networkId": 9000,
"icon": "evmos",
"explorers": [{
"name": "Evmos EVM Explorer (Blockscout)",
"url": "https://evm.evmos.org",
"standard": "none"
"standard": "none",
"icon": "evmos"
}, {
"name": "Evmos Cosmos Explorer (Big Dipper)",
"url": "https://explorer.evmos.org",
"standard": "none"
"standard": "none",
"icon": "evmos"
}]
}, {
"name": "Evmos",
@ -3332,14 +3375,17 @@
"shortName": "evmos",
"chainId": 9001,
"networkId": 9001,
"icon": "evmos",
"explorers": [{
"name": "Evmos EVM Explorer (Blockscout)",
"url": "https://evm.evmos.org",
"standard": "none"
"standard": "none",
"icon": "evmos"
}, {
"name": "Evmos Cosmos Explorer (Big Dipper)",
"url": "https://explorer.evmos.org",
"standard": "none"
"standard": "none",
"icon": "evmos"
}]
}, {
"name": "Genesis Coin",

View File

@ -120,6 +120,8 @@
"maca": "eip155:595",
"pixie-chain-testnet": "eip155:666",
"kar": "eip155:686",
"play": "eip155:707",
"tplay": "eip155:708",
"tfeth": "eip155:721",
"cth": "eip155:777",
"aca": "eip155:787",