@swapkit/tokens 1.0.0-rc.55 → 1.0.0-rc.56
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 -32623
- package/dist/index.js.map +7 -7
- package/package.json +5 -8
- package/src/tokenLists/chainflip.ts +1 -1
- package/src/tokenLists/mayachain.ts +3 -3
- package/src/tokenLists/oneinch.ts +1 -1
- package/src/tokenLists/thorchain.ts +1 -1
- package/src/tokenLists/traderjoe_v2.ts +0 -10
package/package.json
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "swapkit-oss",
|
|
3
3
|
"description": "SwapKit - Tokens",
|
|
4
|
-
"devDependencies": {
|
|
5
|
-
"bun-types": "1.1.8"
|
|
6
|
-
},
|
|
7
4
|
"files": [
|
|
8
5
|
"src/",
|
|
9
6
|
"dist/"
|
|
@@ -19,14 +16,14 @@
|
|
|
19
16
|
},
|
|
20
17
|
"scripts": {
|
|
21
18
|
"build": "bun run ./build.ts",
|
|
22
|
-
"clean": "rm -rf
|
|
19
|
+
"clean": "rm -rf dist node_modules *.tsbuildinfo",
|
|
23
20
|
"generate-tokens": "bun run ./fetchTokenLists.ts",
|
|
24
|
-
"lint": "biome check --
|
|
25
|
-
"test": "echo 'bun test
|
|
26
|
-
"test:coverage": "
|
|
21
|
+
"lint": "biome check --write --unsafe ./src",
|
|
22
|
+
"test": "echo 'bun test'",
|
|
23
|
+
"test:coverage": "bun test --coverage",
|
|
27
24
|
"type-check": "tsc --noEmit"
|
|
28
25
|
},
|
|
29
26
|
"type": "module",
|
|
30
27
|
"types": "./src/index.ts",
|
|
31
|
-
"version": "1.0.0-rc.
|
|
28
|
+
"version": "1.0.0-rc.56"
|
|
32
29
|
}
|
|
@@ -2,7 +2,7 @@ export const list = {
|
|
|
2
2
|
provider: "MAYACHAIN",
|
|
3
3
|
chainId: "mayachain-mainnet-v1",
|
|
4
4
|
name: "MAYACHAIN",
|
|
5
|
-
timestamp: "2024-06-
|
|
5
|
+
timestamp: "2024-06-26T08:30:23.213Z",
|
|
6
6
|
version: { major: 1, minor: 0, patch: 0 },
|
|
7
7
|
keywords: [],
|
|
8
8
|
count: 27,
|
|
@@ -223,8 +223,8 @@ export const list = {
|
|
|
223
223
|
chain: "ETH",
|
|
224
224
|
address: "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
225
225
|
chainId: "1",
|
|
226
|
-
ticker: "
|
|
227
|
-
identifier: "ETH.
|
|
226
|
+
ticker: "wstETH",
|
|
227
|
+
identifier: "ETH.wstETH-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
|
|
228
228
|
decimals: 8,
|
|
229
229
|
logoURI:
|
|
230
230
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/eth.wsteth-0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0.png",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const list = {
|
|
2
2
|
provider: "ONEINCH",
|
|
3
3
|
name: "ONEINCH",
|
|
4
|
-
timestamp: "2024-06-
|
|
4
|
+
timestamp: "2024-06-26T08:30:23.801Z",
|
|
5
5
|
version: { major: 1, minor: 0, patch: 0 },
|
|
6
6
|
keywords: ["oneinch", "1inch", "1inch.exchange", "1inch.exchange v1"],
|
|
7
7
|
count: 1462,
|
|
@@ -676,16 +676,6 @@ export const list = {
|
|
|
676
676
|
logoURI:
|
|
677
677
|
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.btc.b-0x152b9d0fdc40c096757f570a51e494bd4b943e50.png",
|
|
678
678
|
},
|
|
679
|
-
{
|
|
680
|
-
chain: "AVAX",
|
|
681
|
-
address: "0x152b9d0FdC40C096757F570A51E494bd4b943E50",
|
|
682
|
-
chainId: "43114",
|
|
683
|
-
ticker: "BTC.B",
|
|
684
|
-
identifier: "AVAX.BTC.B-0X152B9D0FDC40C096757F570A51E494BD4B943E50",
|
|
685
|
-
decimals: 8,
|
|
686
|
-
logoURI:
|
|
687
|
-
"https://storage.googleapis.com/token-list-swapkit-dev/images/avax.btc.b-0x152b9d0fdc40c096757f570a51e494bd4b943e50.png",
|
|
688
|
-
},
|
|
689
679
|
{
|
|
690
680
|
chain: "AVAX",
|
|
691
681
|
address: "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39",
|