@swapkit/tokens 1.0.0-rc.51 → 1.0.0-rc.53
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 +40 -16
- package/dist/index.js.map +14 -14
- package/package.json +2 -2
- package/src/tokenLists/Chainflip.ts +39 -12
package/dist/index.js
CHANGED
|
@@ -39501,29 +39501,53 @@ var list12 = {
|
|
|
39501
39501
|
};
|
|
39502
39502
|
// src/tokenLists/Chainflip.ts
|
|
39503
39503
|
var list13 = {
|
|
39504
|
-
|
|
39505
|
-
|
|
39504
|
+
provider: "CHAINFLIP",
|
|
39505
|
+
name: "CHAINFLIP",
|
|
39506
|
+
timestamp: "2024-05-29T16:00:28.730Z",
|
|
39506
39507
|
version: { major: 1, minor: 0, patch: 0 },
|
|
39507
|
-
keywords: [
|
|
39508
|
+
keywords: [],
|
|
39509
|
+
count: 6,
|
|
39508
39510
|
tokens: [
|
|
39509
|
-
{ chain: "BTC", identifier: "BTC.BTC", decimals: 8 },
|
|
39510
|
-
{ chain: "DOT", identifier: "DOT.DOT", decimals: 10 },
|
|
39511
|
-
{ chain: "ETH", identifier: "ETH.ETH", decimals: 18 },
|
|
39512
39511
|
{
|
|
39513
|
-
|
|
39512
|
+
chain: "BTC",
|
|
39513
|
+
identifier: "BTC.BTC",
|
|
39514
|
+
decimals: 8,
|
|
39515
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/btc.btc.png"
|
|
39516
|
+
},
|
|
39517
|
+
{
|
|
39518
|
+
chain: "DOT",
|
|
39519
|
+
identifier: "DOT.DOT",
|
|
39520
|
+
decimals: 10,
|
|
39521
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/dot.dot.png"
|
|
39522
|
+
},
|
|
39523
|
+
{
|
|
39514
39524
|
chain: "ETH",
|
|
39515
|
-
identifier: "ETH.
|
|
39516
|
-
decimals: 18
|
|
39525
|
+
identifier: "ETH.ETH",
|
|
39526
|
+
decimals: 18,
|
|
39527
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.eth.png"
|
|
39517
39528
|
},
|
|
39518
39529
|
{
|
|
39519
|
-
address: "
|
|
39530
|
+
address: "0x826180541412D574cf1336d22c0C0a287822678A",
|
|
39520
39531
|
chain: "ETH",
|
|
39521
|
-
identifier: "ETH.
|
|
39522
|
-
decimals:
|
|
39532
|
+
identifier: "ETH.FLIP-0x826180541412D574cf1336d22c0C0a287822678A",
|
|
39533
|
+
decimals: 18,
|
|
39534
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.flip-0x826180541412d574cf1336d22c0c0a287822678a.png"
|
|
39535
|
+
},
|
|
39536
|
+
{
|
|
39537
|
+
address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
39538
|
+
chain: "ETH",
|
|
39539
|
+
identifier: "ETH.USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
39540
|
+
decimals: 6,
|
|
39541
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdc-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png"
|
|
39542
|
+
},
|
|
39543
|
+
{
|
|
39544
|
+
address: "0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
39545
|
+
chain: "ETH",
|
|
39546
|
+
identifier: "ETH.USDT-0xdAC17F958D2ee523a2206206994597C13D831ec7",
|
|
39547
|
+
decimals: 6,
|
|
39548
|
+
logoURI: "https://storage.googleapis.com/token-list-swapkit-dev/images/eth.usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png"
|
|
39523
39549
|
}
|
|
39524
|
-
]
|
|
39525
|
-
count: 5,
|
|
39526
|
-
logo: "https://static.thorswap.net/token-list/images/flip.flip.png"
|
|
39550
|
+
]
|
|
39527
39551
|
};
|
|
39528
39552
|
export {
|
|
39529
39553
|
list12 as WoofiList,
|
|
@@ -39541,4 +39565,4 @@ export {
|
|
|
39541
39565
|
list13 as ChainflipList
|
|
39542
39566
|
};
|
|
39543
39567
|
|
|
39544
|
-
//# debugId=
|
|
39568
|
+
//# debugId=D5A748A2168360A164756e2164756e21
|