@perspectivefi/token-list 1.26.28 → 1.26.29

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
@@ -1204,6 +1204,16 @@ var protocolList = [
1204
1204
  name: "Aegis points"
1205
1205
  }
1206
1206
  ]
1207
+ },
1208
+ {
1209
+ ptAddress: "0x097dd93bf92bf9018ff194195ddfcfb2c359335e",
1210
+ chainId: 14,
1211
+ multipliers: [
1212
+ {
1213
+ amount: 1,
1214
+ name: "Firelight points"
1215
+ }
1216
+ ]
1207
1217
  }
1208
1218
  ];
1209
1219
 
package/dist/index.js CHANGED
@@ -1231,6 +1231,16 @@ var protocolList_default = [
1231
1231
  name: "Aegis points"
1232
1232
  }
1233
1233
  ]
1234
+ },
1235
+ {
1236
+ ptAddress: "0x097dd93bf92bf9018ff194195ddfcfb2c359335e",
1237
+ chainId: 14,
1238
+ multipliers: [
1239
+ {
1240
+ amount: 1,
1241
+ name: "Firelight points"
1242
+ }
1243
+ ]
1234
1244
  }
1235
1245
  ];
1236
1246