diff --git a/lists/zigverse/zig-tokenlist.json b/lists/zigverse/zig-tokenlist.json new file mode 100644 index 0000000..74de0f3 --- /dev/null +++ b/lists/zigverse/zig-tokenlist.json @@ -0,0 +1,26 @@ +{ + "name": "ZiGVerse TokenList", + "logoURI": "https://cdn.jsdelivr.net/gh/kmafutah/zigverse-tokenlist@main/logo/zigverse.png", + "keywords": ["zigverse", "zig", "zigt", "gold", "stablecoin", "pan-african"], + "timestamp": "2025-07-16T12:00:00+00:00", + "version": { "major": 1, "minor": 1, "patch": 0 }, + "tokens": [ + { + "chainId": 1101, + "address": "0x9d485613b48f6617E90B4Dfe664Bf52127572BBa", + "name": "ZiG Token", + "symbol": "ZiG", + "decimals": 18, + "logoURI": "https://cdn.jsdelivr.net/gh/kmafutah/zigverse-tokenlist@main/logo/zig.png" + }, + { + "chainId": 1101, + "address": "0xEbcF9FF0868F57F08d86e6a94889A0DECB99D43b", + "name": "ZiGT Stablecoin", + "symbol": "ZiGT", + "decimals": 18, + "logoURI": "https://cdn.jsdelivr.net/gh/kmafutah/zigverse-tokenlist@main/logo/zigt.png" + } + ] +} + diff --git a/package.json b/package.json index bdfc946..48e751e 100644 --- a/package.json +++ b/package.json @@ -44,5 +44,9 @@ }, "devDependencies": { "prettier": "^2.1.1" - } + }, + "description": "![Token lists](https://github.com/Uniswap/tokenlists-org/blob/master/public/card.png?raw=true)", + "main": "index.js", + "author": "", + "license": "ISC" } diff --git a/tokenlist.schema.json b/tokenlist.schema.json new file mode 100644 index 0000000..3db11e9 --- /dev/null +++ b/tokenlist.schema.json @@ -0,0 +1 @@ +Redirecting to /@uniswap/token-lists@1.0.0-beta.34/test/schema/tokenlist.schema.json \ No newline at end of file