@perspectivefi/token-list 1.26.38 → 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 +24 -0
- package/dist/index.js +24 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1027,6 +1027,20 @@ var protocolList = [
|
|
|
1027
1027
|
}
|
|
1028
1028
|
]
|
|
1029
1029
|
},
|
|
1030
|
+
{
|
|
1031
|
+
ptAddress: "0x1cd92bd766466972d393e0f751b29a005ed13e97",
|
|
1032
|
+
chainId: 747474,
|
|
1033
|
+
multipliers: [
|
|
1034
|
+
{
|
|
1035
|
+
amount: 3,
|
|
1036
|
+
name: "Drops"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
amount: 12,
|
|
1040
|
+
name: "InfiniFi points"
|
|
1041
|
+
}
|
|
1042
|
+
]
|
|
1043
|
+
},
|
|
1030
1044
|
{
|
|
1031
1045
|
ptAddress: "0x41bd53030b11e7233b963de98e5a1138870ab8a4",
|
|
1032
1046
|
chainId: 43114,
|
|
@@ -1123,6 +1137,16 @@ var protocolList = [
|
|
|
1123
1137
|
}
|
|
1124
1138
|
]
|
|
1125
1139
|
},
|
|
1140
|
+
{
|
|
1141
|
+
ptAddress: "0x04304b039ae6c02acd9830e1bb0e8f529cb9a2a6",
|
|
1142
|
+
chainId: 14,
|
|
1143
|
+
multipliers: [
|
|
1144
|
+
{
|
|
1145
|
+
amount: 1,
|
|
1146
|
+
name: "Firelight points"
|
|
1147
|
+
}
|
|
1148
|
+
]
|
|
1149
|
+
},
|
|
1126
1150
|
{
|
|
1127
1151
|
ptAddress: "0xb66a5502ab560a672aa2f1d38dad5670200d14c8",
|
|
1128
1152
|
chainId: 43114,
|
package/dist/index.js
CHANGED
|
@@ -1054,6 +1054,20 @@ var protocolList_default = [
|
|
|
1054
1054
|
}
|
|
1055
1055
|
]
|
|
1056
1056
|
},
|
|
1057
|
+
{
|
|
1058
|
+
ptAddress: "0x1cd92bd766466972d393e0f751b29a005ed13e97",
|
|
1059
|
+
chainId: 747474,
|
|
1060
|
+
multipliers: [
|
|
1061
|
+
{
|
|
1062
|
+
amount: 3,
|
|
1063
|
+
name: "Drops"
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
amount: 12,
|
|
1067
|
+
name: "InfiniFi points"
|
|
1068
|
+
}
|
|
1069
|
+
]
|
|
1070
|
+
},
|
|
1057
1071
|
{
|
|
1058
1072
|
ptAddress: "0x41bd53030b11e7233b963de98e5a1138870ab8a4",
|
|
1059
1073
|
chainId: 43114,
|
|
@@ -1150,6 +1164,16 @@ var protocolList_default = [
|
|
|
1150
1164
|
}
|
|
1151
1165
|
]
|
|
1152
1166
|
},
|
|
1167
|
+
{
|
|
1168
|
+
ptAddress: "0x04304b039ae6c02acd9830e1bb0e8f529cb9a2a6",
|
|
1169
|
+
chainId: 14,
|
|
1170
|
+
multipliers: [
|
|
1171
|
+
{
|
|
1172
|
+
amount: 1,
|
|
1173
|
+
name: "Firelight points"
|
|
1174
|
+
}
|
|
1175
|
+
]
|
|
1176
|
+
},
|
|
1153
1177
|
{
|
|
1154
1178
|
ptAddress: "0xb66a5502ab560a672aa2f1d38dad5670200d14c8",
|
|
1155
1179
|
chainId: 43114,
|