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@f107345b08 🚀
This commit is contained in:
parent
ee9db3cae0
commit
9a3cf48ad1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user