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@c8e5f6f7df 🚀
This commit is contained in:
parent
08cefe9049
commit
84e2a5db61
File diff suppressed because one or more lines are too long
15
chains/eip155-2044.json
Normal file
15
chains/eip155-2044.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "Shrapnel Subnet",
|
||||
"chain": "shrapnel",
|
||||
"rpc": ["https://subnets.avax.network/shrapnel/mainnet/rpc"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Shrapnel Gas Token",
|
||||
"symbol": "SHRAPG",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.shrapnel.com/",
|
||||
"shortName": "Shrapnel",
|
||||
"chainId": 2044,
|
||||
"networkId": 2044
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -5354,6 +5354,19 @@
|
|||
"rpc": ["https://astrosat.origintrail.network", "wss://parachain-rpc.origin-trail.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://parachain.origintrail.io"
|
||||
}, {
|
||||
"name": "Shrapnel Subnet",
|
||||
"chainId": 2044,
|
||||
"shortName": "Shrapnel",
|
||||
"networkId": 2044,
|
||||
"nativeCurrency": {
|
||||
"name": "Shrapnel Gas Token",
|
||||
"symbol": "SHRAPG",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://subnets.avax.network/shrapnel/mainnet/rpc"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.shrapnel.com/"
|
||||
}, {
|
||||
"name": "Stratos Testnet",
|
||||
"chainId": 2047,
|
||||
|
|
|
@ -7991,6 +7991,20 @@
|
|||
"shortName": "otp",
|
||||
"chainId": 2043,
|
||||
"networkId": 2043
|
||||
}, {
|
||||
"name": "Shrapnel Subnet",
|
||||
"chain": "shrapnel",
|
||||
"rpc": ["https://subnets.avax.network/shrapnel/mainnet/rpc"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Shrapnel Gas Token",
|
||||
"symbol": "SHRAPG",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.shrapnel.com/",
|
||||
"shortName": "Shrapnel",
|
||||
"chainId": 2044,
|
||||
"networkId": 2044
|
||||
}, {
|
||||
"name": "Stratos Testnet",
|
||||
"chain": "STOS",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -411,6 +411,7 @@
|
|||
"taycan-testnet": "eip155:2023",
|
||||
"rpg": "eip155:2025",
|
||||
"otp": "eip155:2043",
|
||||
"Shrapnel": "eip155:2044",
|
||||
"stos-testnet": "eip155:2047",
|
||||
"stos-mainnet": "eip155:2048",
|
||||
"QKA": "eip155:2077",
|
||||
|
|
Loading…
Reference in New Issue
Block a user