From e6f9fa812302808ab02d1021af596836b16ac6cf Mon Sep 17 00:00:00 2001 From: Alex Sedighi Date: Thu, 16 May 2024 03:38:12 +1200 Subject: [PATCH] Add NODL token on ZksSync Era Mainnet (#886) * Add NODL token on ZksSync Era Mainnet * Add link to logo --- .../kotlin/org/ethereum/lists/tokens/Main.kt | 3 ++- ...372e44c5eE654dd838304006E1f0f69983154.json | 24 +++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 tokens/zks/0xBD4372e44c5eE654dd838304006E1f0f69983154.json diff --git a/src/main/kotlin/org/ethereum/lists/tokens/Main.kt b/src/main/kotlin/org/ethereum/lists/tokens/Main.kt index 20c052c66..062adf6f2 100644 --- a/src/main/kotlin/org/ethereum/lists/tokens/Main.kt +++ b/src/main/kotlin/org/ethereum/lists/tokens/Main.kt @@ -21,7 +21,8 @@ val networkMapping = mapOf( "etc" to 61, "ella" to 64, "arb" to 42161, - "avax" to 43114 + "avax" to 43114, + "zks" to 324 ) suspend fun main() { diff --git a/tokens/zks/0xBD4372e44c5eE654dd838304006E1f0f69983154.json b/tokens/zks/0xBD4372e44c5eE654dd838304006E1f0f69983154.json new file mode 100644 index 000000000..8b18f1ff5 --- /dev/null +++ b/tokens/zks/0xBD4372e44c5eE654dd838304006E1f0f69983154.json @@ -0,0 +1,24 @@ +{ + "symbol": "NODL", + "address": "0xBD4372e44c5eE654dd838304006E1f0f69983154", + "decimals": 18, + "name": "NODL Token", + "website": "https://www.nodle.com", + "logo": { + "src": "https://raw.githubusercontent.com/NodleCode/assets/main/logo_256.png", + "width": "256", + "height": "256", + "ipfs_hash": "" + }, + "support": { + "email": "support@nodle.com" + }, + "social": { + "blog": "https://nodle.medium.com", + "discord": "https://discord.gg/N5nTUt8RWJ", + "linkedin": "https://www.linkedin.com/company/nodle", + "telegram": "https://telegram.me/nodlecommunity", + "twitter": "https://x.com/nodlenetwork", + "youtube": "https://www.youtube.com/c/Nodle" + } +} \ No newline at end of file