@perspectivefi/token-list 1.26.39 → 1.26.40
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
|
@@ -1137,6 +1137,16 @@ var protocolList = [
|
|
|
1137
1137
|
}
|
|
1138
1138
|
]
|
|
1139
1139
|
},
|
|
1140
|
+
{
|
|
1141
|
+
ptAddress: "0x04304b039ae6c02acd9830e1bb0e8f529cb9a2a6",
|
|
1142
|
+
chainId: 14,
|
|
1143
|
+
multipliers: [
|
|
1144
|
+
{
|
|
1145
|
+
amount: 1,
|
|
1146
|
+
name: "Firelight points"
|
|
1147
|
+
}
|
|
1148
|
+
]
|
|
1149
|
+
},
|
|
1140
1150
|
{
|
|
1141
1151
|
ptAddress: "0xb66a5502ab560a672aa2f1d38dad5670200d14c8",
|
|
1142
1152
|
chainId: 43114,
|
package/dist/index.js
CHANGED
|
@@ -1164,6 +1164,16 @@ var protocolList_default = [
|
|
|
1164
1164
|
}
|
|
1165
1165
|
]
|
|
1166
1166
|
},
|
|
1167
|
+
{
|
|
1168
|
+
ptAddress: "0x04304b039ae6c02acd9830e1bb0e8f529cb9a2a6",
|
|
1169
|
+
chainId: 14,
|
|
1170
|
+
multipliers: [
|
|
1171
|
+
{
|
|
1172
|
+
amount: 1,
|
|
1173
|
+
name: "Firelight points"
|
|
1174
|
+
}
|
|
1175
|
+
]
|
|
1176
|
+
},
|
|
1167
1177
|
{
|
|
1168
1178
|
ptAddress: "0xb66a5502ab560a672aa2f1d38dad5670200d14c8",
|
|
1169
1179
|
chainId: 43114,
|