@perspectivefi/token-list 1.26.52 → 1.26.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.d.ts +14 -2
- package/dist/index.js +14 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4179,7 +4179,11 @@ var build$1 = [
|
|
|
4179
4179
|
displayMode: "ibt",
|
|
4180
4180
|
underlying: "0xAd552A648C74D49E10027AB8a618A3ad4901c5bE",
|
|
4181
4181
|
protocol: "Firelight",
|
|
4182
|
-
depositCapSignature: "function depositLimit() view returns (uint256)"
|
|
4182
|
+
depositCapSignature: "function depositLimit() view returns (uint256)",
|
|
4183
|
+
ibtRoutes: {
|
|
4184
|
+
withdraw: false,
|
|
4185
|
+
redeem: false
|
|
4186
|
+
}
|
|
4183
4187
|
}
|
|
4184
4188
|
},
|
|
4185
4189
|
{
|
|
@@ -4750,7 +4754,11 @@ var build$1 = [
|
|
|
4750
4754
|
extensions: {
|
|
4751
4755
|
underlying: "0x5555555555555555555555555555555555555555",
|
|
4752
4756
|
protocol: "Hyperbeat",
|
|
4753
|
-
externalLink: "https://app.hyperbeat.org/vaults/hype"
|
|
4757
|
+
externalLink: "https://app.hyperbeat.org/vaults/hype",
|
|
4758
|
+
ibtRoutes: {
|
|
4759
|
+
withdraw: false,
|
|
4760
|
+
redeem: false
|
|
4761
|
+
}
|
|
4754
4762
|
}
|
|
4755
4763
|
},
|
|
4756
4764
|
{
|
|
@@ -6192,6 +6200,10 @@ var build = [
|
|
|
6192
6200
|
name: "MEV USDC",
|
|
6193
6201
|
decimals: 6,
|
|
6194
6202
|
logoURI: "/images/tokens/43114/0x4dc1ce9b9f9ef00c144bfad305f16c62293dc0e8.svg"
|
|
6203
|
+
},
|
|
6204
|
+
ibtRoutes: {
|
|
6205
|
+
withdraw: false,
|
|
6206
|
+
redeem: false
|
|
6195
6207
|
}
|
|
6196
6208
|
}
|
|
6197
6209
|
},
|
package/dist/index.js
CHANGED
|
@@ -4207,7 +4207,11 @@ var build_default = [
|
|
|
4207
4207
|
displayMode: "ibt",
|
|
4208
4208
|
underlying: "0xAd552A648C74D49E10027AB8a618A3ad4901c5bE",
|
|
4209
4209
|
protocol: "Firelight",
|
|
4210
|
-
depositCapSignature: "function depositLimit() view returns (uint256)"
|
|
4210
|
+
depositCapSignature: "function depositLimit() view returns (uint256)",
|
|
4211
|
+
ibtRoutes: {
|
|
4212
|
+
withdraw: false,
|
|
4213
|
+
redeem: false
|
|
4214
|
+
}
|
|
4211
4215
|
}
|
|
4212
4216
|
},
|
|
4213
4217
|
{
|
|
@@ -4778,7 +4782,11 @@ var build_default = [
|
|
|
4778
4782
|
extensions: {
|
|
4779
4783
|
underlying: "0x5555555555555555555555555555555555555555",
|
|
4780
4784
|
protocol: "Hyperbeat",
|
|
4781
|
-
externalLink: "https://app.hyperbeat.org/vaults/hype"
|
|
4785
|
+
externalLink: "https://app.hyperbeat.org/vaults/hype",
|
|
4786
|
+
ibtRoutes: {
|
|
4787
|
+
withdraw: false,
|
|
4788
|
+
redeem: false
|
|
4789
|
+
}
|
|
4782
4790
|
}
|
|
4783
4791
|
},
|
|
4784
4792
|
{
|
|
@@ -6221,6 +6229,10 @@ var build_default2 = [
|
|
|
6221
6229
|
name: "MEV USDC",
|
|
6222
6230
|
decimals: 6,
|
|
6223
6231
|
logoURI: "/images/tokens/43114/0x4dc1ce9b9f9ef00c144bfad305f16c62293dc0e8.svg"
|
|
6232
|
+
},
|
|
6233
|
+
ibtRoutes: {
|
|
6234
|
+
withdraw: false,
|
|
6235
|
+
redeem: false
|
|
6224
6236
|
}
|
|
6225
6237
|
}
|
|
6226
6238
|
},
|