From a1ca0523b8927f193fa3c320ac9de376afc7a248 Mon Sep 17 00:00:00 2001 From: vespermystcl Date: Sat, 11 Jul 2026 09:23:16 +0800 Subject: [PATCH] feat: add XMA token metadata and icon on Base Add CAIP-19 metadata for XMA at 0xA4985Faeb1e64Ba215282255dBb78ff59C63d7A9 on Base (eip155:8453). XMA is the native token of Machima (machima.ai), a Uniswap V3 fork DEX on Base. Contract is verified on Basescan. Standard ERC20 with ERC20Permit and ERC20Burnable, no transfer restrictions. Co-authored-by: Cursor --- ...0xA4985Faeb1e64Ba215282255dBb78ff59C63d7A9.svg | 15 +++++++++++++++ ...xA4985Faeb1e64Ba215282255dBb78ff59C63d7A9.json | 7 +++++++ 2 files changed, 22 insertions(+) create mode 100644 icons/eip155:8453/erc20:0xA4985Faeb1e64Ba215282255dBb78ff59C63d7A9.svg create mode 100644 metadata/eip155:8453/erc20:0xA4985Faeb1e64Ba215282255dBb78ff59C63d7A9.json diff --git a/icons/eip155:8453/erc20:0xA4985Faeb1e64Ba215282255dBb78ff59C63d7A9.svg b/icons/eip155:8453/erc20:0xA4985Faeb1e64Ba215282255dBb78ff59C63d7A9.svg new file mode 100644 index 000000000..55e16d7ad --- /dev/null +++ b/icons/eip155:8453/erc20:0xA4985Faeb1e64Ba215282255dBb78ff59C63d7A9.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/metadata/eip155:8453/erc20:0xA4985Faeb1e64Ba215282255dBb78ff59C63d7A9.json b/metadata/eip155:8453/erc20:0xA4985Faeb1e64Ba215282255dBb78ff59C63d7A9.json new file mode 100644 index 000000000..9f1d90cec --- /dev/null +++ b/metadata/eip155:8453/erc20:0xA4985Faeb1e64Ba215282255dBb78ff59C63d7A9.json @@ -0,0 +1,7 @@ +{ + "name": "XMA", + "symbol": "XMA", + "decimals": 18, + "erc20": true, + "logo": "./icons/eip155:8453/erc20:0xA4985Faeb1e64Ba215282255dBb78ff59C63d7A9.svg" +}