diff --git a/_data/chains/eip155-335.json b/_data/chains/eip155-335.json new file mode 100644 index 00000000..70867040 --- /dev/null +++ b/_data/chains/eip155-335.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/_data/chains/eip155-53935.json b/_data/chains/eip155-53935.json new file mode 100644 index 00000000..b578f7c2 --- /dev/null +++ b/_data/chains/eip155-53935.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/_data/icons/dfk.json b/_data/icons/dfk.json new file mode 100644 index 00000000..4b4646ed --- /dev/null +++ b/_data/icons/dfk.json @@ -0,0 +1,10 @@ + +[ + { + "url": "ipfs://QmQB48m15TzhUFrmu56QCRQjkrkgUaKfgCmKE8o3RzmuPJ", + "width": 500, + "height": 500, + "format": "png" + } +] + \ No newline at end of file