@perspectivefi/token-list 1.26.19 → 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 +10 -0
- package/dist/index.js +10 -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,
|
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,
|