Skip to content

Commit 4760c86

Browse files
authored
Merge pull request #89 from unionlabs/sui-tokenlist
feat: add sui tokenlist
2 parents 4a7a7ed + 50a3b1c commit 4760c86

File tree

3 files changed

+59
-0
lines changed

3 files changed

+59
-0
lines changed

data/sui.35834a8a/tokenlist.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/unionlabs/token-lists/main/data/tokenlist.schema.json",
3+
"name": "Sui Mainnet Token List",
4+
"keywords": [],
5+
"tags": {},
6+
"timestamp": "2025-10-21T10:00:00Z",
7+
"tokens": [
8+
{
9+
"chainId": "35834a8a",
10+
"address": "0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI",
11+
"symbol": "SUI",
12+
"decimals": 9,
13+
"name": "SUI",
14+
"logoURI": "https://raw.githubusercontent.com/unionlabs/token-lists/main/logos/SUI.svg"
15+
}
16+
],
17+
"version": {
18+
"major": 1,
19+
"minor": 0,
20+
"patch": 0
21+
}
22+
}

data/sui.4c78adac/tokenlist.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/unionlabs/token-lists/main/data/tokenlist.schema.json",
3+
"name": "Sui Testnet Token List",
4+
"keywords": [],
5+
"tags": {},
6+
"timestamp": "2025-10-21T10:00:00Z",
7+
"tokens": [
8+
{
9+
"chainId": "35834a8a",
10+
"address": "0x0000000000000000000000000000000000000000000000000000000000000002::sui::SUI",
11+
"symbol": "SUI",
12+
"decimals": 9,
13+
"name": "SUI",
14+
"logoURI": "https://raw.githubusercontent.com/unionlabs/token-lists/main/logos/SUI.svg"
15+
}
16+
],
17+
"version": {
18+
"major": 1,
19+
"minor": 0,
20+
"patch": 0
21+
}
22+
}

logos/SUI.svg

Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)