diff --git a/_data/chains/eip155-295.json b/_data/chains/eip155-295.json new file mode 100644 index 00000000..2cc0adaf --- /dev/null +++ b/_data/chains/eip155-295.json @@ -0,0 +1,45 @@ +{ + "name": "Hedera Mainnet", + "chain": "Hedera", + "icon": "hedera", + "rpc": ["https://mainnet.hashio.io/api"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "hbar", + "symbol": "HBAR", + "decimals": 8 + }, + "infoURL": "https://hedera.com", + "shortName": "hedera-mainnet", + "chainId": 295, + "networkId": 295, + "slip44": 3030, + "explorers": [ + { + "name": "HashScan", + "url": "https://hashscan.io/mainnet/dashboard", + "standard": "none" + }, + { + "name": "Arkhia Explorer", + "url": "https://explorer.arkhia.io", + "standard": "none" + }, + { + "name": "DragonGlass", + "url": "https://app.dragonglass.me", + "standard": "none" + }, + { + "name": "Hedera Explorer", + "url": "https://hederaexplorer.io", + "standard": "none" + }, + { + "name": "Ledger Works Explore", + "url": "https://explore.lworks.io", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-296.json b/_data/chains/eip155-296.json new file mode 100644 index 00000000..bd55e495 --- /dev/null +++ b/_data/chains/eip155-296.json @@ -0,0 +1,45 @@ +{ + "name": "Hedera Testnet", + "chain": "Hedera", + "icon": "hedera", + "rpc": ["https://testnet.hashio.io/api"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": ["https://portal.hedera.com"], + "nativeCurrency": { + "name": "hbar", + "symbol": "HBAR", + "decimals": 8 + }, + "infoURL": "https://hedera.com", + "shortName": "hedera-testnet", + "chainId": 296, + "networkId": 296, + "slip44": 3030, + "explorers": [ + { + "name": "HashScan", + "url": "https://hashscan.io/testnet/dashboard", + "standard": "none" + }, + { + "name": "Arkhia Explorer", + "url": "https://explorer.arkhia.io", + "standard": "none" + }, + { + "name": "DragonGlass", + "url": "https://app.dragonglass.me", + "standard": "none" + }, + { + "name": "Hedera Explorer", + "url": "https://hederaexplorer.io", + "standard": "none" + }, + { + "name": "Ledger Works Explore", + "url": "https://explore.lworks.io", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-297.json b/_data/chains/eip155-297.json new file mode 100644 index 00000000..ab1e4e01 --- /dev/null +++ b/_data/chains/eip155-297.json @@ -0,0 +1,25 @@ +{ + "name": "Hedera Previewnet", + "chain": "Hedera", + "icon": "hedera", + "rpc": ["https://previewnet.hashio.io/api"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": ["https://portal.hedera.com"], + "nativeCurrency": { + "name": "hbar", + "symbol": "HBAR", + "decimals": 8 + }, + "infoURL": "https://hedera.com", + "shortName": "hedera-previewnet", + "chainId": 297, + "networkId": 297, + "slip44": 3030, + "explorers": [ + { + "name": "HashScan", + "url": "https://hashscan.io/previewnet/dashboard", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-298.json b/_data/chains/eip155-298.json new file mode 100644 index 00000000..ea736ce9 --- /dev/null +++ b/_data/chains/eip155-298.json @@ -0,0 +1,19 @@ +{ + "name": "Hedera Localnet", + "chain": "Hedera", + "icon": "hedera", + "rpc": [], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "hbar", + "symbol": "HBAR", + "decimals": 8 + }, + "infoURL": "https://hedera.com", + "shortName": "hedera-localnet", + "chainId": 298, + "networkId": 298, + "slip44": 3030, + "explorers": [] +} diff --git a/_data/icons/hedera.json b/_data/icons/hedera.json new file mode 100644 index 00000000..87e02009 --- /dev/null +++ b/_data/icons/hedera.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQikzhvZKyMmbZJd7BVLZb2YTBDMgNDnaMCAErsVjsfuz", + "width": 1500, + "height": 1500, + "format": "png" + } +] diff --git a/_data/iconsDownload/QmQikzhvZKyMmbZJd7BVLZb2YTBDMgNDnaMCAErsVjsfuz b/_data/iconsDownload/QmQikzhvZKyMmbZJd7BVLZb2YTBDMgNDnaMCAErsVjsfuz new file mode 100644 index 00000000..74a0807c Binary files /dev/null and b/_data/iconsDownload/QmQikzhvZKyMmbZJd7BVLZb2YTBDMgNDnaMCAErsVjsfuz differ