diff --git a/_data/chains/eip155-2410.json b/_data/chains/eip155-2410.json new file mode 100644 index 000000000000..6a58922fae58 --- /dev/null +++ b/_data/chains/eip155-2410.json @@ -0,0 +1,27 @@ +{ + "name": "Karak Mainnet", + "chain": "Karak", + "icon": "karak", + "rpc": ["https://rpc.karak.network"], + "faucets": [], + "nativeCurrency": { + "name": "Karak", + "symbol": "KRK", + "decimals": 18 + }, + "infoURL": "https://karak.network", + "shortName": "karak-mainnet", + "chainId": 2410, + "networkId": 2410, + "explorers": [ + { + "name": "Karak Mainnet Explorer", + "url": "https://explorer.karak.network", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1" + } +} diff --git a/_data/chains/eip155-2511.json b/_data/chains/eip155-2511.json new file mode 100644 index 000000000000..a8e2bbadba64 --- /dev/null +++ b/_data/chains/eip155-2511.json @@ -0,0 +1,27 @@ +{ + "name": "Karak Testnet", + "chain": "Karak", + "icon": "karak", + "rpc": ["https://goerli.node1.karak.network"], + "faucets": [], + "nativeCurrency": { + "name": "Karak", + "symbol": "KRK", + "decimals": 18 + }, + "infoURL": "https://karak.network", + "shortName": "karak-testnet", + "chainId": 2511, + "networkId": 2511, + "explorers": [ + { + "name": "Karak Testnet Explorer", + "url": "https://goerli.scan.karak.network", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-5" + } +} diff --git a/_data/icons/karak.json b/_data/icons/karak.json new file mode 100644 index 000000000000..bc3495f46366 --- /dev/null +++ b/_data/icons/karak.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRvHRuhfQgDRyGgt6vCoHqjZW2Dir7siowYnBpR5BRSej", + "width": 1080, + "height": 1080, + "format": "png" + } +] diff --git a/_data/iconsDownload/QmRvHRuhfQgDRyGgt6vCoHqjZW2Dir7siowYnBpR5BRSej b/_data/iconsDownload/QmRvHRuhfQgDRyGgt6vCoHqjZW2Dir7siowYnBpR5BRSej new file mode 100644 index 000000000000..c7d5d43569ed Binary files /dev/null and b/_data/iconsDownload/QmRvHRuhfQgDRyGgt6vCoHqjZW2Dir7siowYnBpR5BRSej differ