@perspectivefi/token-list 1.26.21 → 1.26.22
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 +20 -0
- package/dist/index.js +20 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1180,6 +1180,26 @@ var protocolList = [
|
|
|
1180
1180
|
name: "Allo points"
|
|
1181
1181
|
}
|
|
1182
1182
|
]
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
ptAddress: "0xf55cd205c744cd08003875a94caecbd3cad1d1fb",
|
|
1186
|
+
chainId: 43114,
|
|
1187
|
+
multipliers: [
|
|
1188
|
+
{
|
|
1189
|
+
amount: 5,
|
|
1190
|
+
name: "Aegis points"
|
|
1191
|
+
}
|
|
1192
|
+
]
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
ptAddress: "0xc94a1223d8ea03c07e0aa8167b1169c689d080a7",
|
|
1196
|
+
chainId: 747474,
|
|
1197
|
+
multipliers: [
|
|
1198
|
+
{
|
|
1199
|
+
amount: 5,
|
|
1200
|
+
name: "Aegis points"
|
|
1201
|
+
}
|
|
1202
|
+
]
|
|
1183
1203
|
}
|
|
1184
1204
|
];
|
|
1185
1205
|
|
package/dist/index.js
CHANGED
|
@@ -1207,6 +1207,26 @@ var protocolList_default = [
|
|
|
1207
1207
|
name: "Allo points"
|
|
1208
1208
|
}
|
|
1209
1209
|
]
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
ptAddress: "0xf55cd205c744cd08003875a94caecbd3cad1d1fb",
|
|
1213
|
+
chainId: 43114,
|
|
1214
|
+
multipliers: [
|
|
1215
|
+
{
|
|
1216
|
+
amount: 5,
|
|
1217
|
+
name: "Aegis points"
|
|
1218
|
+
}
|
|
1219
|
+
]
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
ptAddress: "0xc94a1223d8ea03c07e0aa8167b1169c689d080a7",
|
|
1223
|
+
chainId: 747474,
|
|
1224
|
+
multipliers: [
|
|
1225
|
+
{
|
|
1226
|
+
amount: 5,
|
|
1227
|
+
name: "Aegis points"
|
|
1228
|
+
}
|
|
1229
|
+
]
|
|
1210
1230
|
}
|
|
1211
1231
|
];
|
|
1212
1232
|
|