Deploying to gh-pages from @ ethereum-lists/chains@406e3ffad6 🚀

This commit is contained in:
ligi 2022-11-23 01:13:30 +00:00
parent a16aa069a0
commit 6f62ddd945
9 changed files with 1156 additions and 1081 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

24
chains/eip155-800001.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "OctaSpace",
"chain": "OCTA",
"rpc": ["https://rpc.octa.space", "wss://rpc.octa.space"],
"faucets": [],
"nativeCurrency": {
"name": "OctaSpace",
"symbol": "OCTA",
"decimals": 18
},
"infoURL": "https://octa.space",
"shortName": "octa",
"chainId": 800001,
"networkId": 800001,
"icon": "octaspace",
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.octa.space",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -6901,6 +6901,19 @@
"rpc": ["https://vpioneer.infragrid.v.network/ethereum/compatible"], "rpc": ["https://vpioneer.infragrid.v.network/ethereum/compatible"],
"faucets": ["https://vpioneerfaucet.visionscan.org"], "faucets": ["https://vpioneerfaucet.visionscan.org"],
"infoURL": "https://visionscan.org" "infoURL": "https://visionscan.org"
}, {
"name": "OctaSpace",
"chainId": 800001,
"shortName": "octa",
"networkId": 800001,
"nativeCurrency": {
"name": "OctaSpace",
"symbol": "OCTA",
"decimals": 18
},
"rpc": ["https://rpc.octa.space", "wss://rpc.octa.space"],
"faucets": [],
"infoURL": "https://octa.space"
}, { }, {
"name": "4GoodNetwork", "name": "4GoodNetwork",
"chainId": 846000, "chainId": 846000,

View File

@ -10061,6 +10061,27 @@
"chainId": 666666, "chainId": 666666,
"networkId": 666666, "networkId": 666666,
"slip44": 60 "slip44": 60
}, {
"name": "OctaSpace",
"chain": "OCTA",
"rpc": ["https://rpc.octa.space", "wss://rpc.octa.space"],
"faucets": [],
"nativeCurrency": {
"name": "OctaSpace",
"symbol": "OCTA",
"decimals": 18
},
"infoURL": "https://octa.space",
"shortName": "octa",
"chainId": 800001,
"networkId": 800001,
"icon": "octaspace",
"explorers": [{
"name": "blockscout",
"url": "https://explorer.octa.space",
"icon": "blockscout",
"standard": "EIP3091"
}]
}, { }, {
"name": "4GoodNetwork", "name": "4GoodNetwork",
"chain": "4GN", "chain": "4GN",

8
icons/octaspace.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVhezQHkqSZ5Tvtsw18giA1yBjV1URSsBQ7HenUh6p6oC",
"width": 512,
"height": 512,
"format": "png"
}
]

View File

@ -530,6 +530,7 @@
"scr-goerli": "eip155:534353", "scr-goerli": "eip155:534353",
"scr-prealpha": "eip155:534354", "scr-prealpha": "eip155:534354",
"vpioneer": "eip155:666666", "vpioneer": "eip155:666666",
"octa": "eip155:800001",
"bloqs4good": "eip155:846000", "bloqs4good": "eip155:846000",
"vision": "eip155:888888", "vision": "eip155:888888",
"psc-s0": "eip155:900000", "psc-s0": "eip155:900000",