@perspectivefi/token-list 1.26.65 → 1.26.66
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
|
@@ -1200,6 +1200,16 @@ var protocolList = [
|
|
|
1200
1200
|
}
|
|
1201
1201
|
]
|
|
1202
1202
|
}
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
ptAddress: "0xf43529e9ab81b5f4b188511eb3ed1bf9bbac2181",
|
|
1206
|
+
chainId: 1,
|
|
1207
|
+
multipliers: [
|
|
1208
|
+
{
|
|
1209
|
+
amount: 10,
|
|
1210
|
+
name: "Fusion points"
|
|
1211
|
+
}
|
|
1212
|
+
]
|
|
1203
1213
|
}
|
|
1204
1214
|
];
|
|
1205
1215
|
|
package/dist/index.js
CHANGED
|
@@ -1227,6 +1227,16 @@ var protocolList_default = [
|
|
|
1227
1227
|
}
|
|
1228
1228
|
]
|
|
1229
1229
|
}
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
ptAddress: "0xf43529e9ab81b5f4b188511eb3ed1bf9bbac2181",
|
|
1233
|
+
chainId: 1,
|
|
1234
|
+
multipliers: [
|
|
1235
|
+
{
|
|
1236
|
+
amount: 10,
|
|
1237
|
+
name: "Fusion points"
|
|
1238
|
+
}
|
|
1239
|
+
]
|
|
1230
1240
|
}
|
|
1231
1241
|
];
|
|
1232
1242
|
|