mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add core blockchain mainnet (#2219)
* add core blockchain mainnet * run prettier
This commit is contained in:
parent
ad89dcd8db
commit
bb4db8a5ea
24
_data/chains/eip155-1116.json
Normal file
24
_data/chains/eip155-1116.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "Core Blockchain Mainnet",
|
||||||
|
"chain": "Core",
|
||||||
|
"icon": "core",
|
||||||
|
"rpc": ["https://rpc.coredao.org/"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Core Blockchain Native Token",
|
||||||
|
"symbol": "CORE",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.coredao.org",
|
||||||
|
"shortName": "core",
|
||||||
|
"chainId": 1116,
|
||||||
|
"networkId": 1116,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Core Scan",
|
||||||
|
"url": "https://scan.coredao.org",
|
||||||
|
"icon": "core",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/core.json
Normal file
8
_data/icons/core.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmeTQaBCkpbsxNNWTpoNrMsnwnAEf1wYTcn7CiiZGfUXD2",
|
||||||
|
"width": 200,
|
||||||
|
"height": 217,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user