From 76c10c025805219f474ab433359405b98f2fdd95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90or=C4=91e=20Mijovi=C4=87?= Date: Mon, 22 Sep 2025 10:28:50 +0200 Subject: [PATCH] Adding tokenlists for mainnet --- tokenlists-mainnet.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tokenlists-mainnet.json diff --git a/tokenlists-mainnet.json b/tokenlists-mainnet.json new file mode 100644 index 0000000..5e8a995 --- /dev/null +++ b/tokenlists-mainnet.json @@ -0,0 +1,21 @@ +{ + "name": "Monad Mainnet", + "logoURI": "https://raw.githubusercontent.com/monad-developers/token-list/refs/heads/main/assets/monad.svg", + "keywords": ["monad mainnet"], + "timestamp": "2025-09-22T04:00:00.000+00:00", + "tokens": [ + { + "chainId": 143, + "address": "0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A", + "name": "Wrapped MON", + "symbol": "WMON", + "decimals": 18, + "logoURI": "https://raw.githubusercontent.com/monad-developers/token-list/refs/heads/main/assets/monad.svg" + }, + ], + "version": { + "major": 0, + "minor": 0, + "patch": 1 + } +} \ No newline at end of file