Deploying to gh-pages from @ ethereum-lists/chains@6fc118c98d 🚀

This commit is contained in:
ligi 2022-11-18 14:56:14 +00:00
parent a4c896f565
commit e21e9c528c
9 changed files with 80 additions and 3 deletions

View File

@ -142,6 +142,14 @@
"height": 128, "height": 128,
"format": "png" "format": "png"
}] }]
}, {
"name": "exn",
"icons": [{
"url": "ipfs://QmaQxfwpXYTomUd24PMx5tKjosupXcm99z1jL1XLq9LWBS",
"width": 468,
"height": 468,
"format": "png"
}]
}, { }, {
"name": "q", "name": "q",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

25
chains/eip155-2109.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "Exosama Network",
"chain": "EXN",
"rpc": ["https://rpc.exosama.com", "wss://rpc.exosama.com"],
"faucets": [],
"nativeCurrency": {
"name": "Sama Token",
"symbol": "SAMA",
"decimals": 18
},
"infoURL": "https://moonsama.com",
"shortName": "exn",
"chainId": 2109,
"networkId": 2109,
"slip44": 2109,
"icon": "exn",
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.exosama.com",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -3703,6 +3703,19 @@
"rpc": ["https://api.ecoball.org/espuma/"], "rpc": ["https://api.ecoball.org/espuma/"],
"faucets": [], "faucets": [],
"infoURL": "https://ecoball.org" "infoURL": "https://ecoball.org"
}, {
"name": "Exosama Network",
"chainId": 2109,
"shortName": "exn",
"networkId": 2109,
"nativeCurrency": {
"name": "Sama Token",
"symbol": "SAMA",
"decimals": 18
},
"rpc": ["https://rpc.exosama.com", "wss://rpc.exosama.com"],
"faucets": [],
"infoURL": "https://moonsama.com"
}, { }, {
"name": "BOSagora Mainnet", "name": "BOSagora Mainnet",
"chainId": 2151, "chainId": 2151,

View File

@ -5256,6 +5256,28 @@
"url": "https://espuma-scan.ecoball.org", "url": "https://espuma-scan.ecoball.org",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Exosama Network",
"chain": "EXN",
"rpc": ["https://rpc.exosama.com", "wss://rpc.exosama.com"],
"faucets": [],
"nativeCurrency": {
"name": "Sama Token",
"symbol": "SAMA",
"decimals": 18
},
"infoURL": "https://moonsama.com",
"shortName": "exn",
"chainId": 2109,
"networkId": 2109,
"slip44": 2109,
"icon": "exn",
"explorers": [{
"name": "blockscout",
"url": "https://explorer.exosama.com",
"icon": "blockscout",
"standard": "EIP3091"
}]
}, { }, {
"name": "BOSagora Mainnet", "name": "BOSagora Mainnet",
"chain": "ETH", "chain": "ETH",

8
icons/exn.json Normal file
View File

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

View File

@ -284,6 +284,7 @@
"QKA": "eip155:2077", "QKA": "eip155:2077",
"eco": "eip155:2100", "eco": "eip155:2100",
"esp": "eip155:2101", "esp": "eip155:2101",
"exn": "eip155:2109",
"boa": "eip155:2151", "boa": "eip155:2151",
"fra": "eip155:2152", "fra": "eip155:2152",
"findora-testnet": "eip155:2153", "findora-testnet": "eip155:2153",