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@abca67db24 🚀
This commit is contained in:
parent
ba4988acd5
commit
c904afb0d3
File diff suppressed because one or more lines are too long
17
chains/eip155-1515.json
Normal file
17
chains/eip155-1515.json
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"name": "Beagle Messaging Chain",
|
||||||
|
"chain": "BeagleChain",
|
||||||
|
"rpc": [
|
||||||
|
"https://beagle.chat/eth"
|
||||||
|
],
|
||||||
|
"faucets": ["https://faucet.beagle.chat/"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Beagle",
|
||||||
|
"symbol": "BG",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://beagle.chat/",
|
||||||
|
"shortName": "beagle",
|
||||||
|
"chainId": 1515,
|
||||||
|
"networkId": 1515
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -2962,6 +2962,19 @@
|
||||||
"rpc": ["https://sherpax-testnet.chainx.org/rpc"],
|
"rpc": ["https://sherpax-testnet.chainx.org/rpc"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://sherpax.io/"
|
"infoURL": "https://sherpax.io/"
|
||||||
|
}, {
|
||||||
|
"name": "Beagle Messaging Chain",
|
||||||
|
"chainId": 1515,
|
||||||
|
"shortName": "beagle",
|
||||||
|
"networkId": 1515,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Beagle",
|
||||||
|
"symbol": "BG",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://beagle.chat/eth"],
|
||||||
|
"faucets": ["https://faucet.beagle.chat/"],
|
||||||
|
"infoURL": "https://beagle.chat/"
|
||||||
}, {
|
}, {
|
||||||
"name": "Catecoin Chain Mainnet",
|
"name": "Catecoin Chain Mainnet",
|
||||||
"chainId": 1618,
|
"chainId": 1618,
|
||||||
|
|
|
@ -4145,6 +4145,20 @@
|
||||||
"url": "https://evm-pre.sherpax.io",
|
"url": "https://evm-pre.sherpax.io",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Beagle Messaging Chain",
|
||||||
|
"chain": "BeagleChain",
|
||||||
|
"rpc": ["https://beagle.chat/eth"],
|
||||||
|
"faucets": ["https://faucet.beagle.chat/"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Beagle",
|
||||||
|
"symbol": "BG",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://beagle.chat/",
|
||||||
|
"shortName": "beagle",
|
||||||
|
"chainId": 1515,
|
||||||
|
"networkId": 1515
|
||||||
}, {
|
}, {
|
||||||
"name": "Catecoin Chain Mainnet",
|
"name": "Catecoin Chain Mainnet",
|
||||||
"chain": "Catechain",
|
"chain": "Catechain",
|
||||||
|
|
|
@ -227,6 +227,7 @@
|
||||||
"cennz-old": "eip155:1337",
|
"cennz-old": "eip155:1337",
|
||||||
"Sherpax": "eip155:1506",
|
"Sherpax": "eip155:1506",
|
||||||
"Sherpax Testnet": "eip155:1507",
|
"Sherpax Testnet": "eip155:1507",
|
||||||
|
"beagle": "eip155:1515",
|
||||||
"cate": "eip155:1618",
|
"cate": "eip155:1618",
|
||||||
"ath": "eip155:1620",
|
"ath": "eip155:1620",
|
||||||
"bta": "eip155:1657",
|
"bta": "eip155:1657",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user