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@08b2a282ae 🚀
This commit is contained in:
parent
55abfb421c
commit
e66cdc89af
File diff suppressed because one or more lines are too long
18
chains/eip155-2043.json
Normal file
18
chains/eip155-2043.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "OriginTrail Parachain",
|
||||
"chain": "OTP",
|
||||
"rpc": [
|
||||
"https://astrosat.origintrail.network",
|
||||
"wss://parachain-rpc.origin-trail.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "OriginTrail Parachain Token",
|
||||
"symbol": "OTP",
|
||||
"decimals": 12
|
||||
},
|
||||
"infoURL": "https://parachain.origintrail.io",
|
||||
"shortName": "otp",
|
||||
"chainId": 2043,
|
||||
"networkId": 2043
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3924,6 +3924,19 @@
|
|||
"rpc": ["https://mainnet.rangersprotocol.com/api/jsonrpc"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://rangersprotocol.com"
|
||||
}, {
|
||||
"name": "OriginTrail Parachain",
|
||||
"chainId": 2043,
|
||||
"shortName": "otp",
|
||||
"networkId": 2043,
|
||||
"nativeCurrency": {
|
||||
"name": "OriginTrail Parachain Token",
|
||||
"symbol": "OTP",
|
||||
"decimals": 12
|
||||
},
|
||||
"rpc": ["https://astrosat.origintrail.network", "wss://parachain-rpc.origin-trail.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://parachain.origintrail.io"
|
||||
}, {
|
||||
"name": "Quokkacoin Mainnet",
|
||||
"chainId": 2077,
|
||||
|
|
|
@ -5591,6 +5591,20 @@
|
|||
"url": "https://scan.rangersprotocol.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "OriginTrail Parachain",
|
||||
"chain": "OTP",
|
||||
"rpc": ["https://astrosat.origintrail.network", "wss://parachain-rpc.origin-trail.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "OriginTrail Parachain Token",
|
||||
"symbol": "OTP",
|
||||
"decimals": 12
|
||||
},
|
||||
"infoURL": "https://parachain.origintrail.io",
|
||||
"shortName": "otp",
|
||||
"chainId": 2043,
|
||||
"networkId": 2043
|
||||
}, {
|
||||
"name": "Quokkacoin Mainnet",
|
||||
"chain": "Qkacoin",
|
||||
|
|
|
@ -301,6 +301,7 @@
|
|||
"edgt": "eip155:2022",
|
||||
"taycan-testnet": "eip155:2023",
|
||||
"rpg": "eip155:2025",
|
||||
"otp": "eip155:2043",
|
||||
"QKA": "eip155:2077",
|
||||
"eco": "eip155:2100",
|
||||
"esp": "eip155:2101",
|
||||
|
|
Loading…
Reference in New Issue
Block a user