Skip to content

Commit 3ef370f

Browse files
authored
Chore/token list update (#1607)
* chore: update token lists * chore: update zcash consensus branch id * Update jupiter.ts
1 parent b4ad8d4 commit 3ef370f

23 files changed

Lines changed: 14489 additions & 7969 deletions

.changeset/brave-meals-heal.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@swapkit/tokens": patch
3+
---
4+
5+
Enables Harbor token list in tokens package

.changeset/cuddly-oranges-like.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@swapkit/wallet-hardware": patch
3+
"@swapkit/toolboxes": patch
4+
---
5+
6+
Updates Zcash Consensus branch id

packages/tokens/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export type TokenLists = {
1919
chainflip: typeof tokenLists.ChainflipList;
2020
jupiter: typeof tokenLists.JupiterList;
2121
garden: typeof tokenLists.GardenList;
22+
harbor: typeof tokenLists.HarborList;
2223
mayachain: typeof tokenLists.MayaList;
2324
near: typeof tokenLists.NearList;
2425
okx: typeof tokenLists.OkxList;
@@ -44,6 +45,7 @@ const defaultLists = [
4445
"jupiter",
4546
"mayachain",
4647
"garden",
48+
"harbor",
4749
"near",
4850
"okx",
4951
"oneinch",
@@ -77,6 +79,7 @@ async function loadTokenList<T extends TokenListName>(listName: T): Promise<Toke
7779
.with("caviar", () => import("./lists/caviar_v1"))
7880
.with("chainflip", () => import("./lists/chainflip"))
7981
.with("garden", () => import("./lists/garden"))
82+
.with("harbor", () => import("./lists/harbor"))
8083
.with("jupiter", () => import("./lists/jupiter"))
8184
.with("mayachain", () => import("./lists/mayachain"))
8285
.with("near", () => import("./lists/near"))

packages/tokens/src/lists/caviar_v1.ts

Lines changed: 282 additions & 172 deletions
Large diffs are not rendered by default.

packages/tokens/src/lists/chainflip.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ export const list = {
33
keywords: [],
44
name: "CHAINFLIP",
55
provider: "CHAINFLIP",
6-
timestamp: "2025-11-13T04:32:20.793Z",
6+
timestamp: "2025-11-26T00:01:55.463Z",
77
tokens: [
88
{
99
chain: "ARB",
1010
chainId: "42161",
1111
decimals: 18,
1212
identifier: "ARB.ETH",
13-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/arb.eth.png",
13+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/arb.eth.png",
1414
ticker: "ETH",
1515
},
1616
{
@@ -20,31 +20,31 @@ export const list = {
2020
decimals: 6,
2121
identifier: "ARB.USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
2222
logoURI:
23-
"https://storage.googleapis.com/token-list-swapkit/images/arb.usdc-0xaf88d065e77c8cc2239327c5edb3a432268e5831.png",
23+
"https://storage.googleapis.com/token-list-swapkit-dev/images/arb.usdc-0xaf88d065e77c8cc2239327c5edb3a432268e5831.png",
2424
ticker: "USDC",
2525
},
2626
{
2727
chain: "BTC",
2828
chainId: "bitcoin",
2929
decimals: 8,
3030
identifier: "BTC.BTC",
31-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/btc.btc.png",
31+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/btc.btc.png",
3232
ticker: "BTC",
3333
},
3434
{
3535
chain: "DOT",
3636
chainId: "polkadot",
3737
decimals: 10,
3838
identifier: "DOT.DOT",
39-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/dot.dot.png",
39+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/dot.dot.png",
4040
ticker: "DOT",
4141
},
4242
{
4343
chain: "ETH",
4444
chainId: "1",
4545
decimals: 18,
4646
identifier: "ETH.ETH",
47-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/eth.eth.png",
47+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.eth.png",
4848
ticker: "ETH",
4949
},
5050
{
@@ -54,7 +54,7 @@ export const list = {
5454
decimals: 18,
5555
identifier: "ETH.FLIP-0x826180541412D574cf1336d22c0C0a287822678A",
5656
logoURI:
57-
"https://storage.googleapis.com/token-list-swapkit/images/eth.flip-0x826180541412d574cf1336d22c0c0a287822678a.png",
57+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.flip-0x826180541412d574cf1336d22c0c0a287822678a.png",
5858
ticker: "FLIP",
5959
},
6060
{
@@ -64,7 +64,7 @@ export const list = {
6464
decimals: 6,
6565
identifier: "ETH.USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
6666
logoURI:
67-
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdc-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png",
67+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdc-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png",
6868
ticker: "USDC",
6969
},
7070
{
@@ -74,15 +74,15 @@ export const list = {
7474
decimals: 6,
7575
identifier: "ETH.USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7",
7676
logoURI:
77-
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png",
77+
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png",
7878
ticker: "USDT",
7979
},
8080
{
8181
chain: "SOL",
8282
chainId: "solana",
8383
decimals: 9,
8484
identifier: "SOL.SOL",
85-
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/sol.sol.png",
85+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/sol.sol.png",
8686
ticker: "SOL",
8787
},
8888
{
@@ -92,7 +92,7 @@ export const list = {
9292
decimals: 6,
9393
identifier: "SOL.USDC-EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
9494
logoURI:
95-
"https://storage.googleapis.com/token-list-swapkit/images/sol.usdc-epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v.png",
95+
"https://storage.googleapis.com/token-list-swapkit-dev/images/sol.usdc-epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v.png",
9696
ticker: "USDC",
9797
},
9898
],

packages/tokens/src/lists/garden.ts

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export const list = {
2-
count: 14,
2+
count: 11,
33
keywords: [],
44
name: "GARDEN",
55
provider: "GARDEN",
6-
timestamp: "2025-11-13T12:40:02.543Z",
6+
timestamp: "2025-11-26T00:04:27.692Z",
77
tokens: [
88
{
99
address: "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",
@@ -25,15 +25,6 @@ export const list = {
2525
"https://storage.googleapis.com/token-list-swapkit-dev/images/base.cbbtc-0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf.png",
2626
ticker: "CBBTC",
2727
},
28-
{
29-
address: "",
30-
chain: "BSC",
31-
chainId: "56",
32-
decimals: 18,
33-
identifier: "BSC.BNB",
34-
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.bnb.png",
35-
ticker: "BNB",
36-
},
3728
{
3829
address: "0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c",
3930
chain: "BSC",
@@ -44,26 +35,6 @@ export const list = {
4435
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.btcb-0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c.png",
4536
ticker: "BTCB",
4637
},
47-
{
48-
address: "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
49-
chain: "BSC",
50-
chainId: "56",
51-
decimals: 18,
52-
identifier: "BSC.USDC-0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
53-
logoURI:
54-
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.usdc-0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png",
55-
ticker: "USDC",
56-
},
57-
{
58-
address: "0x55d398326f99059fF775485246999027B3197955",
59-
chain: "BSC",
60-
chainId: "56",
61-
decimals: 18,
62-
identifier: "BSC.USDT-0x55d398326f99059fF775485246999027B3197955",
63-
logoURI:
64-
"https://storage.googleapis.com/token-list-swapkit-dev/images/bsc.usdt-0x55d398326f99059ff775485246999027b3197955.png",
65-
ticker: "USDT",
66-
},
6738
{
6839
address: "",
6940
chain: "BTC",

packages/tokens/src/lists/harbor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const list = {
44
keywords: [],
55
name: "HARBOR",
66
provider: "HARBOR",
7-
timestamp: "2025-11-13T12:40:04.043Z",
7+
timestamp: "2025-11-26T00:04:29.470Z",
88
tokens: [
99
{
1010
chain: "BTC",

packages/tokens/src/lists/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export { list as CamelotV3List } from "./camelot_v3";
22
export { list as CaviarV1List } from "./caviar_v1";
33
export { list as ChainflipList } from "./chainflip";
44
export { list as GardenList } from "./garden";
5+
export { list as HarborList } from "./harbor";
56
export { list as JupiterList } from "./jupiter";
67
export { list as MayaList } from "./mayachain";
78
export { list as NearList } from "./near";

0 commit comments

Comments
 (0)