@perspectivefi/token-list 1.26.83 → 1.26.84

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
@@ -1244,6 +1244,22 @@ var protocolList = [
1244
1244
  name: "Firelight points"
1245
1245
  }
1246
1246
  ]
1247
+ },
1248
+ {
1249
+ ptAddress: "0x316f61a5b02118b37230814e008b547de671e505",
1250
+ chainId: 1,
1251
+ multipliers: {
1252
+ yt: [
1253
+ {
1254
+ name: "15 Tangent Points/day per YT unit"
1255
+ }
1256
+ ],
1257
+ lp: [
1258
+ {
1259
+ name: "15 Tangent Points/day per $"
1260
+ }
1261
+ ]
1262
+ }
1247
1263
  }
1248
1264
  ];
1249
1265
 
package/dist/index.js CHANGED
@@ -1271,6 +1271,22 @@ var protocolList_default = [
1271
1271
  name: "Firelight points"
1272
1272
  }
1273
1273
  ]
1274
+ },
1275
+ {
1276
+ ptAddress: "0x316f61a5b02118b37230814e008b547de671e505",
1277
+ chainId: 1,
1278
+ multipliers: {
1279
+ yt: [
1280
+ {
1281
+ name: "15 Tangent Points/day per YT unit"
1282
+ }
1283
+ ],
1284
+ lp: [
1285
+ {
1286
+ name: "15 Tangent Points/day per $"
1287
+ }
1288
+ ]
1289
+ }
1274
1290
  }
1275
1291
  ];
1276
1292