@perspectivefi/token-list 1.26.9 → 1.26.10

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 CHANGED
@@ -1150,6 +1150,16 @@ var protocolList = [
1150
1150
  }
1151
1151
  ]
1152
1152
  }
1153
+ },
1154
+ {
1155
+ ptAddress: "0x1f65edfd864ed4045bbe03597a514f54bc87bea5",
1156
+ chainId: 143,
1157
+ multipliers: [
1158
+ {
1159
+ amount: 5,
1160
+ name: "Upshift points"
1161
+ }
1162
+ ]
1153
1163
  }
1154
1164
  ];
1155
1165
 
package/dist/index.js CHANGED
@@ -1177,6 +1177,16 @@ var protocolList_default = [
1177
1177
  }
1178
1178
  ]
1179
1179
  }
1180
+ },
1181
+ {
1182
+ ptAddress: "0x1f65edfd864ed4045bbe03597a514f54bc87bea5",
1183
+ chainId: 143,
1184
+ multipliers: [
1185
+ {
1186
+ amount: 5,
1187
+ name: "Upshift points"
1188
+ }
1189
+ ]
1180
1190
  }
1181
1191
  ];
1182
1192