@perspectivefi/token-list 1.26.12 → 1.26.13
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
|
@@ -1160,6 +1160,16 @@ var protocolList = [
|
|
|
1160
1160
|
name: "Upshift points"
|
|
1161
1161
|
}
|
|
1162
1162
|
]
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
ptAddress: "0x7369a801a2699d6760a4c8c0b02e0bbdbfab0350",
|
|
1166
|
+
chainId: 8453,
|
|
1167
|
+
multipliers: [
|
|
1168
|
+
{
|
|
1169
|
+
amount: 12,
|
|
1170
|
+
name: "Allo points"
|
|
1171
|
+
}
|
|
1172
|
+
]
|
|
1163
1173
|
}
|
|
1164
1174
|
];
|
|
1165
1175
|
|
package/dist/index.js
CHANGED
|
@@ -1187,6 +1187,16 @@ var protocolList_default = [
|
|
|
1187
1187
|
name: "Upshift points"
|
|
1188
1188
|
}
|
|
1189
1189
|
]
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
ptAddress: "0x7369a801a2699d6760a4c8c0b02e0bbdbfab0350",
|
|
1193
|
+
chainId: 8453,
|
|
1194
|
+
multipliers: [
|
|
1195
|
+
{
|
|
1196
|
+
amount: 12,
|
|
1197
|
+
name: "Allo points"
|
|
1198
|
+
}
|
|
1199
|
+
]
|
|
1190
1200
|
}
|
|
1191
1201
|
];
|
|
1192
1202
|
|