@swapkit/tokens 1.0.0-rc.46 → 1.0.0-rc.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -8
- package/dist/index.js.map +3 -3
- package/package.json +5 -7
- package/src/tokenLists/Chainflip.ts +1 -7
- package/src/fetchTokenLists.ts +0 -47
package/dist/index.js
CHANGED
|
@@ -39438,15 +39438,9 @@ var list13 = {
|
|
|
39438
39438
|
chain: "ETH",
|
|
39439
39439
|
identifier: "ETH.USDC-0XA0B86991C6218B36C1D19D4A2E9EB0CE3606EB48",
|
|
39440
39440
|
decimals: 6
|
|
39441
|
-
},
|
|
39442
|
-
{
|
|
39443
|
-
address: "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
39444
|
-
chain: "ETH",
|
|
39445
|
-
identifier: "ETH.USDT-0XDAC17F958D2EE523A2206206994597C13D831EC7",
|
|
39446
|
-
decimals: 6
|
|
39447
39441
|
}
|
|
39448
39442
|
],
|
|
39449
|
-
count:
|
|
39443
|
+
count: 5,
|
|
39450
39444
|
logo: "https://static.thorswap.net/token-list/images/flip.flip.png"
|
|
39451
39445
|
};
|
|
39452
39446
|
export {
|
|
@@ -39465,4 +39459,4 @@ export {
|
|
|
39465
39459
|
list13 as ChainflipList
|
|
39466
39460
|
};
|
|
39467
39461
|
|
|
39468
|
-
//# debugId=
|
|
39462
|
+
//# debugId=5BB33CB33079B9DE64756e2164756e21
|