@perspectivefi/token-list 1.26.57 → 1.26.58
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 +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1132,7 +1132,7 @@ var protocolList = [
|
|
|
1132
1132
|
chainId: 14,
|
|
1133
1133
|
multipliers: [
|
|
1134
1134
|
{
|
|
1135
|
-
amount:
|
|
1135
|
+
amount: 2,
|
|
1136
1136
|
name: "Firelight points"
|
|
1137
1137
|
}
|
|
1138
1138
|
]
|
|
@@ -1142,7 +1142,7 @@ var protocolList = [
|
|
|
1142
1142
|
chainId: 14,
|
|
1143
1143
|
multipliers: [
|
|
1144
1144
|
{
|
|
1145
|
-
amount:
|
|
1145
|
+
amount: 2,
|
|
1146
1146
|
name: "Firelight points"
|
|
1147
1147
|
}
|
|
1148
1148
|
]
|
package/dist/index.js
CHANGED
|
@@ -1159,7 +1159,7 @@ var protocolList_default = [
|
|
|
1159
1159
|
chainId: 14,
|
|
1160
1160
|
multipliers: [
|
|
1161
1161
|
{
|
|
1162
|
-
amount:
|
|
1162
|
+
amount: 2,
|
|
1163
1163
|
name: "Firelight points"
|
|
1164
1164
|
}
|
|
1165
1165
|
]
|
|
@@ -1169,7 +1169,7 @@ var protocolList_default = [
|
|
|
1169
1169
|
chainId: 14,
|
|
1170
1170
|
multipliers: [
|
|
1171
1171
|
{
|
|
1172
|
-
amount:
|
|
1172
|
+
amount: 2,
|
|
1173
1173
|
name: "Firelight points"
|
|
1174
1174
|
}
|
|
1175
1175
|
]
|