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@7878ecccbc 🚀
This commit is contained in:
parent
37ca1c653e
commit
d7474c3a86
|
@ -270,6 +270,14 @@
|
||||||
"height": 200,
|
"height": 200,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "agora",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmW3CT4SHmso5dRJdsjR8GL1qmt79HkdAebCn2uNaWXFYh",
|
||||||
|
"width": 256,
|
||||||
|
"height": 257,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "alaya",
|
"name": "alaya",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
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-2151.json
Normal file
24
chains/eip155-2151.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "BOSagora Mainnet",
|
||||||
|
"chain": "ETH",
|
||||||
|
"rpc": ["https://mainnet.bosagora.org", "https://rpc.bosagora.org"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "BOSAGORA",
|
||||||
|
"symbol": "BOA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.bosagora.org",
|
||||||
|
"shortName": "boa",
|
||||||
|
"chainId": 2151,
|
||||||
|
"networkId": 2151,
|
||||||
|
"icon": "agora",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "BOASCAN",
|
||||||
|
"url": "https://boascan.io",
|
||||||
|
"icon": "agora",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -3560,6 +3560,19 @@
|
||||||
"rpc": ["https://api.ecoball.org/espuma/"],
|
"rpc": ["https://api.ecoball.org/espuma/"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://ecoball.org"
|
"infoURL": "https://ecoball.org"
|
||||||
|
}, {
|
||||||
|
"name": "BOSagora Mainnet",
|
||||||
|
"chainId": 2151,
|
||||||
|
"shortName": "boa",
|
||||||
|
"networkId": 2151,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "BOSAGORA",
|
||||||
|
"symbol": "BOA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://mainnet.bosagora.org", "https://rpc.bosagora.org"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://docs.bosagora.org"
|
||||||
}, {
|
}, {
|
||||||
"name": "Findora Mainnet",
|
"name": "Findora Mainnet",
|
||||||
"chainId": 2152,
|
"chainId": 2152,
|
||||||
|
|
|
@ -5019,6 +5019,27 @@
|
||||||
"url": "https://espuma-scan.ecoball.org",
|
"url": "https://espuma-scan.ecoball.org",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "BOSagora Mainnet",
|
||||||
|
"chain": "ETH",
|
||||||
|
"rpc": ["https://mainnet.bosagora.org", "https://rpc.bosagora.org"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "BOSAGORA",
|
||||||
|
"symbol": "BOA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.bosagora.org",
|
||||||
|
"shortName": "boa",
|
||||||
|
"chainId": 2151,
|
||||||
|
"networkId": 2151,
|
||||||
|
"icon": "agora",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "BOASCAN",
|
||||||
|
"url": "https://boascan.io",
|
||||||
|
"icon": "agora",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Findora Mainnet",
|
"name": "Findora Mainnet",
|
||||||
"chain": "Findora",
|
"chain": "Findora",
|
||||||
|
|
8
icons/agora.json
Normal file
8
icons/agora.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmW3CT4SHmso5dRJdsjR8GL1qmt79HkdAebCn2uNaWXFYh",
|
||||||
|
"width": 256,
|
||||||
|
"height": 257,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
|
@ -273,6 +273,7 @@
|
||||||
"QKA": "eip155:2077",
|
"QKA": "eip155:2077",
|
||||||
"eco": "eip155:2100",
|
"eco": "eip155:2100",
|
||||||
"esp": "eip155:2101",
|
"esp": "eip155:2101",
|
||||||
|
"boa": "eip155:2151",
|
||||||
"fra": "eip155:2152",
|
"fra": "eip155:2152",
|
||||||
"findora-testnet": "eip155:2153",
|
"findora-testnet": "eip155:2153",
|
||||||
"findora-forge": "eip155:2154",
|
"findora-forge": "eip155:2154",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user