Add DFK Chain (#1002)

* update dfk chain details

* update shortname of DFK Test

Co-authored-by: Mr. Faun <mr_faun@protonmail.com>
This commit is contained in:
Mr. Faun 2022-03-27 13:13:27 +02:00 committed by GitHub
parent af79eb7387
commit f8737a1e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{
"name": "DFK Chain Test",
"chain": "DFK",
"icon": "dfk",
"network": "testnet",
"rpc": [
"https://api-dfk.avax-test.network/rpc"
],
"faucets": [],
"nativeCurrency": {
"name": "Jewel",
"symbol": "JEWEL",
"decimals": 18
},
"infoURL": "https://defikingdoms.com",
"shortName": "DFKTEST",
"chainId": 335,
"networkId": 335,
"explorers": [
{
"name": "ethernal",
"url": "https://explorer-test.dfkchain.com",
"icon": "ethereum",
"standard": "none"
}
]
}

View File

@ -0,0 +1,27 @@
{
"name": "DFK Chain",
"chain": "DFK",
"icon": "dfk",
"network": "mainnet",
"rpc": [
"https://api-dfk.avax.network/rpc"
],
"faucets": [],
"nativeCurrency": {
"name": "Jewel",
"symbol": "JEWEL",
"decimals": 18
},
"infoURL": "https://defikingdoms.com",
"shortName": "DFK",
"chainId": 53935,
"networkId": 53935,
"explorers": [
{
"name": "ethernal",
"url": "https://explorer.dfkchain.com",
"icon": "ethereum",
"standard": "none"
}
]
}

10
_data/icons/dfk.json Normal file
View File

@ -0,0 +1,10 @@
[
{
"url": "ipfs://QmQB48m15TzhUFrmu56QCRQjkrkgUaKfgCmKE8o3RzmuPJ",
"width": 500,
"height": 500,
"format": "png"
}
]