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@448d4ff867 🚀
This commit is contained in:
parent
cc05b25d50
commit
7852067856
|
@ -356,6 +356,14 @@
|
|||
"height": 1050,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "oasys",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmT84suD2ZmTSraJBfeHhTNst2vXctQijNCztok9XiVcUR",
|
||||
"width": 3600,
|
||||
"height": 3600,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "popcateum",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
23
chains/eip155-248.json
Normal file
23
chains/eip155-248.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Oasys Mainnet",
|
||||
"chain": "Oasys",
|
||||
"icon": "oasys",
|
||||
"rpc": ["https://rpc-mainnet.oasys.games"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "OAS",
|
||||
"symbol": "OAS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://oasys.games",
|
||||
"shortName": "OAS",
|
||||
"chainId": 248,
|
||||
"networkId": 248,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://explorer.oasys.games",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -1675,6 +1675,19 @@
|
|||
"rpc": ["https://rpc.energyweb.org", "wss://rpc.energyweb.org/ws"],
|
||||
"faucets": ["https://faucet.carbonswap.exchange", "https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"infoURL": "https://energyweb.org"
|
||||
}, {
|
||||
"name": "Oasys Mainnet",
|
||||
"chainId": 248,
|
||||
"shortName": "OAS",
|
||||
"networkId": 248,
|
||||
"nativeCurrency": {
|
||||
"name": "OAS",
|
||||
"symbol": "OAS",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc-mainnet.oasys.games"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://oasys.games"
|
||||
}, {
|
||||
"name": "Fantom Opera",
|
||||
"chainId": 250,
|
||||
|
|
|
@ -2347,6 +2347,26 @@
|
|||
"url": "https://explorer.energyweb.org",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Oasys Mainnet",
|
||||
"chain": "Oasys",
|
||||
"icon": "oasys",
|
||||
"rpc": ["https://rpc-mainnet.oasys.games"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "OAS",
|
||||
"symbol": "OAS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://oasys.games",
|
||||
"shortName": "OAS",
|
||||
"chainId": 248,
|
||||
"networkId": 248,
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://explorer.oasys.games",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Fantom Opera",
|
||||
"chain": "FTM",
|
||||
|
|
8
icons/oasys.json
Normal file
8
icons/oasys.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmT84suD2ZmTSraJBfeHhTNst2vXctQijNCztok9XiVcUR",
|
||||
"width": 3600,
|
||||
"height": 3600,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
|
@ -128,6 +128,7 @@
|
|||
"LA": "eip155:225",
|
||||
"TLA": "eip155:226",
|
||||
"ewt": "eip155:246",
|
||||
"OAS": "eip155:248",
|
||||
"ftm": "eip155:250",
|
||||
"hecot": "eip155:256",
|
||||
"setm": "eip155:258",
|
||||
|
|
Loading…
Reference in New Issue
Block a user