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@4b5471527a 🚀
This commit is contained in:
parent
5988d7aacd
commit
f3b8511a5e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2507,6 +2507,19 @@
|
|||
"rpc": ["https://http-mainnet.chain.pixie.xyz", "wss://ws-mainnet.chain.pixie.xyz"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://chain.pixie.xyz"
|
||||
}, {
|
||||
"name": "Shyft Mainnet",
|
||||
"chainId": 7341,
|
||||
"shortName": "shyft",
|
||||
"networkId": 7341,
|
||||
"nativeCurrency": {
|
||||
"name": "Shyft",
|
||||
"symbol": "SHYFT",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.shyft.network/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://shyft.network"
|
||||
}, {
|
||||
"name": "Hazlor Testnet",
|
||||
"chainId": 7878,
|
||||
|
@ -2741,6 +2754,19 @@
|
|||
"rpc": ["https://api.trywagmi.xyz/rpc"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://trywagmi.xyz"
|
||||
}, {
|
||||
"name": "Shyft Testnet",
|
||||
"chainId": 11437,
|
||||
"shortName": "shyftt",
|
||||
"networkId": 11437,
|
||||
"nativeCurrency": {
|
||||
"name": "Shyft Test Token",
|
||||
"symbol": "SHYFTT",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.testnet.shyft.network/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://shyft.network"
|
||||
}, {
|
||||
"name": "Singularity ZERO Testnet",
|
||||
"chainId": 12051,
|
||||
|
|
|
@ -3380,6 +3380,27 @@
|
|||
"url": "https://scan.chain.pixie.xyz",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Shyft Mainnet",
|
||||
"chain": "SHYFT",
|
||||
"icon": "shyft",
|
||||
"rpc": ["https://rpc.shyft.network/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Shyft",
|
||||
"symbol": "SHYFT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://shyft.network",
|
||||
"shortName": "shyft",
|
||||
"chainId": 7341,
|
||||
"networkId": 7341,
|
||||
"slip44": 2147490989,
|
||||
"explorers": [{
|
||||
"name": "Shyft BX",
|
||||
"url": "https://bx.shyft.network",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Hazlor Testnet",
|
||||
"chain": "SCAS",
|
||||
|
@ -3696,6 +3717,26 @@
|
|||
"url": "https://trywagmi.xyz",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Shyft Testnet",
|
||||
"chain": "SHYFTT",
|
||||
"icon": "shyft",
|
||||
"rpc": ["https://rpc.testnet.shyft.network/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Shyft Test Token",
|
||||
"symbol": "SHYFTT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://shyft.network",
|
||||
"shortName": "shyftt",
|
||||
"chainId": 11437,
|
||||
"networkId": 11437,
|
||||
"explorers": [{
|
||||
"name": "Shyft Testnet BX",
|
||||
"url": "https://bx.testnet.shyft.network",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Singularity ZERO Testnet",
|
||||
"chain": "ZERO",
|
||||
|
|
|
@ -192,6 +192,7 @@
|
|||
"Ontology Testnet": "eip155:5851",
|
||||
"rbd": "eip155:5869",
|
||||
"pixie-chain": "eip155:6626",
|
||||
"shyft": "eip155:7341",
|
||||
"tscas": "eip155:7878",
|
||||
"mdgl": "eip155:8029",
|
||||
"GeneChainAdn": "eip155:8080",
|
||||
|
@ -210,6 +211,7 @@
|
|||
"smartbchtest": "eip155:10001",
|
||||
"GEN": "eip155:10101",
|
||||
"WAGMI": "eip155:11111",
|
||||
"shyftt": "eip155:11437",
|
||||
"tZERO": "eip155:12051",
|
||||
"ZERO": "eip155:12052",
|
||||
"mtt": "eip155:16000",
|
||||
|
|
Loading…
Reference in New Issue
Block a user