@yodlpay/tokenlists 0.9.3 → 0.9.5
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/chainlist-v1.json +14 -1
- package/dist/tokenlist-featured.json +12 -0
- package/dist/tokenlists.cjs.development.js +34 -1
- package/dist/tokenlists.cjs.development.js.map +1 -1
- package/dist/tokenlists.cjs.production.min.js +1 -1
- package/dist/tokenlists.cjs.production.min.js.map +1 -1
- package/dist/tokenlists.esm.js +34 -1
- package/dist/tokenlists.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/chainlist-v1.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
{
|
|
56
56
|
"chainName": "Arbitrum Sepolia",
|
|
57
57
|
"shortName": "arbitrum-sepolia",
|
|
58
|
-
"testnet":
|
|
58
|
+
"testnet": true,
|
|
59
59
|
"chainId": 421614,
|
|
60
60
|
"logoUri": "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/42161/logo.svg",
|
|
61
61
|
"rpcUrls": [],
|
|
@@ -65,6 +65,19 @@
|
|
|
65
65
|
"timestamp": "2024-06-20T08:16:18.932Z",
|
|
66
66
|
"feeTreasury": "0x5f0947253a8218894af13438ac2e2e0ced30d234"
|
|
67
67
|
},
|
|
68
|
+
{
|
|
69
|
+
"chainName": "BSC testnet",
|
|
70
|
+
"shortName": "bsc-testnet",
|
|
71
|
+
"testnet": true,
|
|
72
|
+
"chainId": 97,
|
|
73
|
+
"logoUri": "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/56/logo.svg",
|
|
74
|
+
"rpcUrls": [],
|
|
75
|
+
"wrappedNativeToken": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
76
|
+
"explorerUrl": "https://testnet.bscscan.com",
|
|
77
|
+
"nativeTokenName": "BSC",
|
|
78
|
+
"timestamp": "2024-06-20T08:16:18.932Z",
|
|
79
|
+
"feeTreasury": "0x5f0947253a8218894af13438ac2e2e0ced30d234"
|
|
80
|
+
},
|
|
68
81
|
{
|
|
69
82
|
"chainName": "Optimism",
|
|
70
83
|
"shortName": "oeth",
|
|
@@ -1532,6 +1532,18 @@
|
|
|
1532
1532
|
"tags": [],
|
|
1533
1533
|
"address": "0x8431ebc62f7b08af1bbf80ee7c85364ffc24ae24",
|
|
1534
1534
|
"displayDecimals": 2
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"chainId": 97,
|
|
1538
|
+
"coinGeckoId": "",
|
|
1539
|
+
"name": "Manteca USDC Faucet",
|
|
1540
|
+
"symbol": "USDC.test",
|
|
1541
|
+
"currency": "USD",
|
|
1542
|
+
"logoUri": "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
1543
|
+
"decimals": 6,
|
|
1544
|
+
"tags": [],
|
|
1545
|
+
"address": "0x3eC7DA586A34589157e0B3AFA5F9eFADa51f36ec",
|
|
1546
|
+
"displayDecimals": 2
|
|
1535
1547
|
}
|
|
1536
1548
|
]
|
|
1537
1549
|
}
|
|
@@ -6161,7 +6161,7 @@ var chains = [
|
|
|
6161
6161
|
{
|
|
6162
6162
|
chainName: "Arbitrum Sepolia",
|
|
6163
6163
|
shortName: "arbitrum-sepolia",
|
|
6164
|
-
testnet:
|
|
6164
|
+
testnet: true,
|
|
6165
6165
|
chainId: 421614,
|
|
6166
6166
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/42161/logo.svg",
|
|
6167
6167
|
rpcUrls: [
|
|
@@ -6172,6 +6172,20 @@ var chains = [
|
|
|
6172
6172
|
timestamp: "2024-06-20T08:16:18.932Z",
|
|
6173
6173
|
feeTreasury: "0x5f0947253a8218894af13438ac2e2e0ced30d234"
|
|
6174
6174
|
},
|
|
6175
|
+
{
|
|
6176
|
+
chainName: "BSC testnet",
|
|
6177
|
+
shortName: "bsc-testnet",
|
|
6178
|
+
testnet: true,
|
|
6179
|
+
chainId: 97,
|
|
6180
|
+
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/56/logo.svg",
|
|
6181
|
+
rpcUrls: [
|
|
6182
|
+
],
|
|
6183
|
+
wrappedNativeToken: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
6184
|
+
explorerUrl: "https://testnet.bscscan.com",
|
|
6185
|
+
nativeTokenName: "BSC",
|
|
6186
|
+
timestamp: "2024-06-20T08:16:18.932Z",
|
|
6187
|
+
feeTreasury: "0x5f0947253a8218894af13438ac2e2e0ced30d234"
|
|
6188
|
+
},
|
|
6175
6189
|
{
|
|
6176
6190
|
chainName: "Optimism",
|
|
6177
6191
|
shortName: "oeth",
|
|
@@ -23209,6 +23223,12 @@ var routerlist = {
|
|
|
23209
23223
|
timestamp: '2025-10-15T00:00:00+00:00',
|
|
23210
23224
|
version: '0.8',
|
|
23211
23225
|
fee: '0.002'
|
|
23226
|
+
}, {
|
|
23227
|
+
chainId: 97,
|
|
23228
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23229
|
+
timestamp: '2025-10-15T00:00:00+00:00',
|
|
23230
|
+
version: '0.8',
|
|
23231
|
+
fee: '0.002'
|
|
23212
23232
|
}]
|
|
23213
23233
|
};
|
|
23214
23234
|
|
|
@@ -24746,6 +24766,19 @@ var tokens = [
|
|
|
24746
24766
|
],
|
|
24747
24767
|
address: "0x8431ebc62f7b08af1bbf80ee7c85364ffc24ae24",
|
|
24748
24768
|
displayDecimals: 2
|
|
24769
|
+
},
|
|
24770
|
+
{
|
|
24771
|
+
chainId: 97,
|
|
24772
|
+
coinGeckoId: "",
|
|
24773
|
+
name: "Manteca USDC Faucet",
|
|
24774
|
+
symbol: "USDC.test",
|
|
24775
|
+
currency: "USD",
|
|
24776
|
+
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
24777
|
+
decimals: 6,
|
|
24778
|
+
tags: [
|
|
24779
|
+
],
|
|
24780
|
+
address: "0x3eC7DA586A34589157e0B3AFA5F9eFADa51f36ec",
|
|
24781
|
+
displayDecimals: 2
|
|
24749
24782
|
}
|
|
24750
24783
|
];
|
|
24751
24784
|
var featuredTokenlist = {
|