From 7e42f3ed0086f0eb1c38bddefd47836020e89ed3 Mon Sep 17 00:00:00 2001 From: John0294 <153461996+John0294@users.noreply.github.com> Date: Sun, 7 Jan 2024 00:46:08 +0100 Subject: [PATCH] Add Orraloz token to zksync.json --- zksync.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zksync.json b/zksync.json index 2e4bcf5..fc24724 100755 --- a/zksync.json +++ b/zksync.json @@ -206,5 +206,13 @@ "symbol": "HNX", "decimals": 18, "logoURI": "https://assets.coingecko.com/coins/images/30531/small/HNX_icon.png?1684890258" + }, + { + "chainId": 324, + "address": "0x93b517eD777069b1823405fC496e9B80C5bBE485", + "name": "Orraloz", + "symbol": "ORRALOZ", + "decimals": 18, + "logoURI": "https://github.com/muteio/token-directory/raw/main/icons/orraloz_200x200.png" } ]