From e6a8e0087c9dbc141a3d7028ea60841745d4b778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andy=20Gru=CC=88ning?= Date: Fri, 27 Sep 2024 22:58:03 +0200 Subject: [PATCH] added footium erc721 tokens to arbitrum mainnet --- index/arbitrum/erc721.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/index/arbitrum/erc721.json b/index/arbitrum/erc721.json index d9ce238..686c348 100644 --- a/index/arbitrum/erc721.json +++ b/index/arbitrum/erc721.json @@ -27,6 +27,24 @@ "symbol": "GTPet2", "extensions": { } + }, + { + "chainId": 42161, + "address": "0xd0A8BA528dfE402D34d34F171e5FF3e65bd4c9D4", + "name": "Footium Club", + "type": "ERC721", + "symbol": "FFC", + "extensions": { + } + }, + { + "chainId": 42161, + "address": "0x1C7b75FFEF2fFAB57D4a9727003bcD602f978bCe", + "name": "Footium Player", + "type": "ERC721", + "symbol": "FFP", + "extensions": { + } } ], "version": { "major": 1, "minor": 0, "patch": 0 }