@perspectivefi/token-list 1.26.22 → 1.26.24
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 +6 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -1130,6 +1130,10 @@ var protocolList = [
|
|
|
1130
1130
|
{
|
|
1131
1131
|
amount: 3,
|
|
1132
1132
|
name: "Drops"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
amount: 12,
|
|
1136
|
+
name: "InfiniFi points"
|
|
1133
1137
|
}
|
|
1134
1138
|
]
|
|
1135
1139
|
},
|
|
@@ -2735,7 +2739,8 @@ var build$1 = [
|
|
|
2735
2739
|
logoURI: "/images/tokens/143/0x103222f020e98bba0ad9809a011fdf8e6f067496.svg",
|
|
2736
2740
|
extensions: {
|
|
2737
2741
|
protocol: "Upshift",
|
|
2738
|
-
externalLink: "https://app.upshift.finance/pools/143/0x36eDbF0C834591BFdfCaC0Ef9605528c75c406aA"
|
|
2742
|
+
externalLink: "https://app.upshift.finance/pools/143/0x36eDbF0C834591BFdfCaC0Ef9605528c75c406aA",
|
|
2743
|
+
aprEndpoint: "https://api.spectra.finance/ibt-apr/merkl-opportunity/10536719376278598912"
|
|
2739
2744
|
}
|
|
2740
2745
|
},
|
|
2741
2746
|
{
|
package/dist/index.js
CHANGED
|
@@ -1157,6 +1157,10 @@ var protocolList_default = [
|
|
|
1157
1157
|
{
|
|
1158
1158
|
amount: 3,
|
|
1159
1159
|
name: "Drops"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
amount: 12,
|
|
1163
|
+
name: "InfiniFi points"
|
|
1160
1164
|
}
|
|
1161
1165
|
]
|
|
1162
1166
|
},
|
|
@@ -2763,7 +2767,8 @@ var build_default = [
|
|
|
2763
2767
|
logoURI: "/images/tokens/143/0x103222f020e98bba0ad9809a011fdf8e6f067496.svg",
|
|
2764
2768
|
extensions: {
|
|
2765
2769
|
protocol: "Upshift",
|
|
2766
|
-
externalLink: "https://app.upshift.finance/pools/143/0x36eDbF0C834591BFdfCaC0Ef9605528c75c406aA"
|
|
2770
|
+
externalLink: "https://app.upshift.finance/pools/143/0x36eDbF0C834591BFdfCaC0Ef9605528c75c406aA",
|
|
2771
|
+
aprEndpoint: "https://api.spectra.finance/ibt-apr/merkl-opportunity/10536719376278598912"
|
|
2767
2772
|
}
|
|
2768
2773
|
},
|
|
2769
2774
|
{
|