add core blockchain mainnet (#2219)

* add core blockchain mainnet

* run prettier
This commit is contained in:
jackcrypto9527 2023-02-01 19:56:31 +08:00 committed by GitHub
parent ad89dcd8db
commit bb4db8a5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View 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
View File

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