@perspectivefi/token-list 1.26.18 → 1.26.20
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 +11 -0
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1161,6 +1161,16 @@ var protocolList = [
|
|
|
1161
1161
|
}
|
|
1162
1162
|
]
|
|
1163
1163
|
},
|
|
1164
|
+
{
|
|
1165
|
+
ptAddress: "0x0912e731d4e9ea505e1d66c3a03cbc946ed7abef",
|
|
1166
|
+
chainId: 143,
|
|
1167
|
+
multipliers: [
|
|
1168
|
+
{
|
|
1169
|
+
amount: 5,
|
|
1170
|
+
name: "Upshift points"
|
|
1171
|
+
}
|
|
1172
|
+
]
|
|
1173
|
+
},
|
|
1164
1174
|
{
|
|
1165
1175
|
ptAddress: "0x7369a801a2699d6760a4c8c0b02e0bbdbfab0350",
|
|
1166
1176
|
chainId: 8453,
|
|
@@ -4487,6 +4497,7 @@ var build$1 = [
|
|
|
4487
4497
|
decimals: 6,
|
|
4488
4498
|
logoURI: "/images/tokens/14/0x4c18ff3c89632c3dd62e796c0afa5c07c4c1b2b3.svg",
|
|
4489
4499
|
extensions: {
|
|
4500
|
+
displayMode: "ibt",
|
|
4490
4501
|
underlying: "0xAd552A648C74D49E10027AB8a618A3ad4901c5bE",
|
|
4491
4502
|
protocol: "Firelight"
|
|
4492
4503
|
}
|
package/dist/index.js
CHANGED
|
@@ -1188,6 +1188,16 @@ var protocolList_default = [
|
|
|
1188
1188
|
}
|
|
1189
1189
|
]
|
|
1190
1190
|
},
|
|
1191
|
+
{
|
|
1192
|
+
ptAddress: "0x0912e731d4e9ea505e1d66c3a03cbc946ed7abef",
|
|
1193
|
+
chainId: 143,
|
|
1194
|
+
multipliers: [
|
|
1195
|
+
{
|
|
1196
|
+
amount: 5,
|
|
1197
|
+
name: "Upshift points"
|
|
1198
|
+
}
|
|
1199
|
+
]
|
|
1200
|
+
},
|
|
1191
1201
|
{
|
|
1192
1202
|
ptAddress: "0x7369a801a2699d6760a4c8c0b02e0bbdbfab0350",
|
|
1193
1203
|
chainId: 8453,
|
|
@@ -4515,6 +4525,7 @@ var build_default = [
|
|
|
4515
4525
|
decimals: 6,
|
|
4516
4526
|
logoURI: "/images/tokens/14/0x4c18ff3c89632c3dd62e796c0afa5c07c4c1b2b3.svg",
|
|
4517
4527
|
extensions: {
|
|
4528
|
+
displayMode: "ibt",
|
|
4518
4529
|
underlying: "0xAd552A648C74D49E10027AB8a618A3ad4901c5bE",
|
|
4519
4530
|
protocol: "Firelight"
|
|
4520
4531
|
}
|