mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
7878ecccbc
* Add BOSagora mainnet eip155-2151 * Update _data/chains/eip155-2151.json Co-authored-by: ligi <ligi@ligi.de>
25 lines
498 B
JSON
25 lines
498 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|