Deploying to gh-pages from @ ethereum-lists/chains@5ba21b811c 🚀

This commit is contained in:
ligi 2022-12-04 20:35:46 +00:00
parent c281d77f96
commit e7429a5af9
7 changed files with 109 additions and 2 deletions

File diff suppressed because one or more lines are too long

17
chains/eip155-23294.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "Oasis Sapphire",
"chain": "Sapphire",
"icon": "oasis",
"rpc": ["https://sapphire.oasis.dev", "wss://sapphire.oasis.dev/ws"],
"faucets": [],
"nativeCurrency": {
"name": "Sapphire Rose",
"symbol": "ROSE",
"decimals": 18
},
"infoURL": "https://docs.oasis.io/dapp/sapphire",
"shortName": "sapphire",
"chainId": 23294,
"networkId": 23294,
"status": "incubating"
}

26
chains/eip155-23295.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "Oasis Sapphire Testnet",
"chain": "Sapphire",
"icon": "oasis",
"rpc": [
"https://testnet.sapphire.oasis.dev",
"wss://testnet.sapphire.oasis.dev/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "Sapphire Test Rose",
"symbol": "TEST",
"decimals": 18
},
"infoURL": "https://docs.oasis.io/dapp/sapphire",
"shortName": "sapphire-testnet",
"chainId": 23295,
"networkId": 23295,
"explorers": [
{
"name": "Oasis Sapphire Testnet Explorer",
"url": "https://testnet.explorer.sapphire.oasis.dev",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -5510,6 +5510,32 @@
"rpc": ["https://testrpc.opside.network"],
"faucets": ["https://faucet.opside.network"],
"infoURL": "https://opside.network"
}, {
"name": "Oasis Sapphire",
"chainId": 23294,
"shortName": "sapphire",
"networkId": 23294,
"nativeCurrency": {
"name": "Sapphire Rose",
"symbol": "ROSE",
"decimals": 18
},
"rpc": ["https://sapphire.oasis.dev", "wss://sapphire.oasis.dev/ws"],
"faucets": [],
"infoURL": "https://docs.oasis.io/dapp/sapphire"
}, {
"name": "Oasis Sapphire Testnet",
"chainId": 23295,
"shortName": "sapphire-testnet",
"networkId": 23295,
"nativeCurrency": {
"name": "Sapphire Test Rose",
"symbol": "TEST",
"decimals": 18
},
"rpc": ["https://testnet.sapphire.oasis.dev", "wss://testnet.sapphire.oasis.dev/ws"],
"faucets": [],
"infoURL": "https://docs.oasis.io/dapp/sapphire"
}, {
"name": "Webchain",
"chainId": 24484,

View File

@ -7969,6 +7969,42 @@
"url": "https://opside.info",
"standard": "EIP3091"
}]
}, {
"name": "Oasis Sapphire",
"chain": "Sapphire",
"icon": "oasis",
"rpc": ["https://sapphire.oasis.dev", "wss://sapphire.oasis.dev/ws"],
"faucets": [],
"nativeCurrency": {
"name": "Sapphire Rose",
"symbol": "ROSE",
"decimals": 18
},
"infoURL": "https://docs.oasis.io/dapp/sapphire",
"shortName": "sapphire",
"chainId": 23294,
"networkId": 23294,
"status": "incubating"
}, {
"name": "Oasis Sapphire Testnet",
"chain": "Sapphire",
"icon": "oasis",
"rpc": ["https://testnet.sapphire.oasis.dev", "wss://testnet.sapphire.oasis.dev/ws"],
"faucets": [],
"nativeCurrency": {
"name": "Sapphire Test Rose",
"symbol": "TEST",
"decimals": 18
},
"infoURL": "https://docs.oasis.io/dapp/sapphire",
"shortName": "sapphire-testnet",
"chainId": 23295,
"networkId": 23295,
"explorers": [{
"name": "Oasis Sapphire Testnet Explorer",
"url": "https://testnet.explorer.sapphire.oasis.dev",
"standard": "EIP3091"
}]
}, {
"name": "Webchain",
"chain": "WEB",

View File

@ -423,6 +423,8 @@
"SFL": "eip155:22023",
"map": "eip155:22776",
"opside": "eip155:23118",
"sapphire": "eip155:23294",
"sapphire-testnet": "eip155:23295",
"web": "eip155:24484",
"mintme": "eip155:24734",
"OAC": "eip155:26863",