diff --git a/_data/chains/eip155-88811.json b/_data/chains/eip155-88811.json new file mode 100644 index 000000000000..86f7ada132bb --- /dev/null +++ b/_data/chains/eip155-88811.json @@ -0,0 +1,18 @@ +{ + "name": "Unit Zero Mainnet", + "chain": "Unit Zero", + "icon": "unitzero", + "rpc": ["https://rpc.unit0.dev"], + "faucets": [], + "nativeCurrency": { + "name": "UNIT0", + "symbol": "UNIT0", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://units.network", + "shortName": "unit0-mainnet", + "chainId": 88811, + "networkId": 88811, + "explorers": [] +} diff --git a/_data/chains/eip155-88817.json b/_data/chains/eip155-88817.json index 4a89f4f76167..d08fca277c34 100644 --- a/_data/chains/eip155-88817.json +++ b/_data/chains/eip155-88817.json @@ -1,8 +1,9 @@ { "name": "Unit Zero Testnet", "chain": "Unit Zero", + "icon": "unitzero", "rpc": ["https://rpc-testnet.unit0.dev"], - "faucets": [], + "faucets": ["https://faucet-testnet.unit0.dev"], "nativeCurrency": { "name": "UNIT0", "symbol": "UNIT0", diff --git a/_data/chains/eip155-88819.json b/_data/chains/eip155-88819.json index 3c388924e0bb..581bb68a3c17 100644 --- a/_data/chains/eip155-88819.json +++ b/_data/chains/eip155-88819.json @@ -1,6 +1,7 @@ { "name": "Unit Zero Stagenet", "chain": "Unit Zero", + "icon": "unitzero", "rpc": ["https://rpc-stagenet.unit0.dev"], "faucets": [], "nativeCurrency": { diff --git a/_data/icons/unitzero.json b/_data/icons/unitzero.json new file mode 100644 index 000000000000..ea40e93fd93f --- /dev/null +++ b/_data/icons/unitzero.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRb2rWanyBTKS5KyrmrbXPNy9zovpxfLRxz9FPPiuRgfg", + "width": 532, + "height": 532, + "format": "png" + } +] diff --git a/_data/iconsDownload/QmRb2rWanyBTKS5KyrmrbXPNy9zovpxfLRxz9FPPiuRgfg b/_data/iconsDownload/QmRb2rWanyBTKS5KyrmrbXPNy9zovpxfLRxz9FPPiuRgfg new file mode 100644 index 000000000000..65bc7b1f0ca5 Binary files /dev/null and b/_data/iconsDownload/QmRb2rWanyBTKS5KyrmrbXPNy9zovpxfLRxz9FPPiuRgfg differ