@nexusmutual/sdk 0.3.24 → 0.4.0
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/data/abis/AssessmentViewer.json +94 -0
- package/dist/data/abis/Cover.json +48 -611
- package/dist/data/abis/CoverProducts.json +942 -0
- package/dist/data/abis/EACAggregatorProxy.json +13 -0
- package/dist/data/abis/IndividualClaims.json +4 -4
- package/dist/data/abis/LegacyPooledStaking.json +0 -81
- package/dist/data/abis/NexusViewer.json +209 -0
- package/dist/data/abis/Ramm.json +15 -15
- package/dist/data/abis/StakingNFTDescriptor.json +2 -2
- package/dist/data/abis/StakingPool.json +5 -13
- package/dist/data/abis/StakingProducts.json +127 -41
- package/dist/data/abis/StakingViewer.json +311 -13
- package/dist/data/abis/YieldTokenIncidents.json +2 -2
- package/dist/data/addresses.json +7 -7
- package/dist/data/product-types.json +0 -7
- package/dist/data/products.json +876 -219
- package/dist/index.d.mts +4080 -3142
- package/dist/index.d.ts +4080 -3142
- package/dist/index.js +876 -226
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +876 -226
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/dist/data/abis/CoverMigrator.json +0 -195
- package/dist/data/abis/LegacyGateway.json +0 -588
- package/dist/data/abis/ProductsV1.json +0 -21
package/dist/index.mjs
CHANGED
|
@@ -756,13 +756,6 @@ var types_exports = {};
|
|
|
756
756
|
|
|
757
757
|
// generated/product-types.json
|
|
758
758
|
var product_types_default = [
|
|
759
|
-
{
|
|
760
|
-
id: 0,
|
|
761
|
-
coverWordingURL: "https://api.nexusmutual.io/ipfs/QmdunFJm4A5CUW1ynM7bevsGt6UzQfw6K4ysKqvsqpjWCQ",
|
|
762
|
-
name: "Protocol",
|
|
763
|
-
gracePeriod: 3024e3,
|
|
764
|
-
claimMethod: 0
|
|
765
|
-
},
|
|
766
759
|
{
|
|
767
760
|
id: 1,
|
|
768
761
|
coverWordingURL: "https://api.nexusmutual.io/ipfs/QmYhCNjfrNTMq8eyg8i7LbBpTkMCHfix9Sv1jrPb7dYZKd",
|
|
@@ -886,7 +879,10 @@ var products_default = [
|
|
|
886
879
|
"USDC"
|
|
887
880
|
],
|
|
888
881
|
isPrivate: false,
|
|
889
|
-
timestamp:
|
|
882
|
+
timestamp: {
|
|
883
|
+
type: "BigNumber",
|
|
884
|
+
hex: "0x00"
|
|
885
|
+
}
|
|
890
886
|
},
|
|
891
887
|
{
|
|
892
888
|
id: 1,
|
|
@@ -902,7 +898,10 @@ var products_default = [
|
|
|
902
898
|
"USDC"
|
|
903
899
|
],
|
|
904
900
|
isPrivate: false,
|
|
905
|
-
timestamp:
|
|
901
|
+
timestamp: {
|
|
902
|
+
type: "BigNumber",
|
|
903
|
+
hex: "0x00"
|
|
904
|
+
}
|
|
906
905
|
},
|
|
907
906
|
{
|
|
908
907
|
id: 2,
|
|
@@ -918,7 +917,10 @@ var products_default = [
|
|
|
918
917
|
"USDC"
|
|
919
918
|
],
|
|
920
919
|
isPrivate: false,
|
|
921
|
-
timestamp:
|
|
920
|
+
timestamp: {
|
|
921
|
+
type: "BigNumber",
|
|
922
|
+
hex: "0x00"
|
|
923
|
+
}
|
|
922
924
|
},
|
|
923
925
|
{
|
|
924
926
|
id: 3,
|
|
@@ -934,7 +936,10 @@ var products_default = [
|
|
|
934
936
|
"USDC"
|
|
935
937
|
],
|
|
936
938
|
isPrivate: false,
|
|
937
|
-
timestamp:
|
|
939
|
+
timestamp: {
|
|
940
|
+
type: "BigNumber",
|
|
941
|
+
hex: "0x00"
|
|
942
|
+
}
|
|
938
943
|
},
|
|
939
944
|
{
|
|
940
945
|
id: 4,
|
|
@@ -956,7 +961,10 @@ var products_default = [
|
|
|
956
961
|
"USDC"
|
|
957
962
|
],
|
|
958
963
|
isPrivate: false,
|
|
959
|
-
timestamp:
|
|
964
|
+
timestamp: {
|
|
965
|
+
type: "BigNumber",
|
|
966
|
+
hex: "0x66a265cf"
|
|
967
|
+
}
|
|
960
968
|
},
|
|
961
969
|
{
|
|
962
970
|
id: 5,
|
|
@@ -972,7 +980,10 @@ var products_default = [
|
|
|
972
980
|
"USDC"
|
|
973
981
|
],
|
|
974
982
|
isPrivate: false,
|
|
975
|
-
timestamp:
|
|
983
|
+
timestamp: {
|
|
984
|
+
type: "BigNumber",
|
|
985
|
+
hex: "0x00"
|
|
986
|
+
}
|
|
976
987
|
},
|
|
977
988
|
{
|
|
978
989
|
id: 6,
|
|
@@ -988,7 +999,10 @@ var products_default = [
|
|
|
988
999
|
"USDC"
|
|
989
1000
|
],
|
|
990
1001
|
isPrivate: false,
|
|
991
|
-
timestamp:
|
|
1002
|
+
timestamp: {
|
|
1003
|
+
type: "BigNumber",
|
|
1004
|
+
hex: "0x00"
|
|
1005
|
+
}
|
|
992
1006
|
},
|
|
993
1007
|
{
|
|
994
1008
|
id: 7,
|
|
@@ -1004,7 +1018,10 @@ var products_default = [
|
|
|
1004
1018
|
"USDC"
|
|
1005
1019
|
],
|
|
1006
1020
|
isPrivate: false,
|
|
1007
|
-
timestamp:
|
|
1021
|
+
timestamp: {
|
|
1022
|
+
type: "BigNumber",
|
|
1023
|
+
hex: "0x00"
|
|
1024
|
+
}
|
|
1008
1025
|
},
|
|
1009
1026
|
{
|
|
1010
1027
|
id: 8,
|
|
@@ -1020,7 +1037,10 @@ var products_default = [
|
|
|
1020
1037
|
"USDC"
|
|
1021
1038
|
],
|
|
1022
1039
|
isPrivate: false,
|
|
1023
|
-
timestamp:
|
|
1040
|
+
timestamp: {
|
|
1041
|
+
type: "BigNumber",
|
|
1042
|
+
hex: "0x00"
|
|
1043
|
+
}
|
|
1024
1044
|
},
|
|
1025
1045
|
{
|
|
1026
1046
|
id: 9,
|
|
@@ -1042,7 +1062,10 @@ var products_default = [
|
|
|
1042
1062
|
"USDC"
|
|
1043
1063
|
],
|
|
1044
1064
|
isPrivate: false,
|
|
1045
|
-
timestamp:
|
|
1065
|
+
timestamp: {
|
|
1066
|
+
type: "BigNumber",
|
|
1067
|
+
hex: "0x66a265cf"
|
|
1068
|
+
}
|
|
1046
1069
|
},
|
|
1047
1070
|
{
|
|
1048
1071
|
id: 10,
|
|
@@ -1058,7 +1081,10 @@ var products_default = [
|
|
|
1058
1081
|
"USDC"
|
|
1059
1082
|
],
|
|
1060
1083
|
isPrivate: false,
|
|
1061
|
-
timestamp:
|
|
1084
|
+
timestamp: {
|
|
1085
|
+
type: "BigNumber",
|
|
1086
|
+
hex: "0x00"
|
|
1087
|
+
}
|
|
1062
1088
|
},
|
|
1063
1089
|
{
|
|
1064
1090
|
id: 11,
|
|
@@ -1074,7 +1100,10 @@ var products_default = [
|
|
|
1074
1100
|
"USDC"
|
|
1075
1101
|
],
|
|
1076
1102
|
isPrivate: false,
|
|
1077
|
-
timestamp:
|
|
1103
|
+
timestamp: {
|
|
1104
|
+
type: "BigNumber",
|
|
1105
|
+
hex: "0x00"
|
|
1106
|
+
}
|
|
1078
1107
|
},
|
|
1079
1108
|
{
|
|
1080
1109
|
id: 12,
|
|
@@ -1090,7 +1119,10 @@ var products_default = [
|
|
|
1090
1119
|
"USDC"
|
|
1091
1120
|
],
|
|
1092
1121
|
isPrivate: false,
|
|
1093
|
-
timestamp:
|
|
1122
|
+
timestamp: {
|
|
1123
|
+
type: "BigNumber",
|
|
1124
|
+
hex: "0x00"
|
|
1125
|
+
}
|
|
1094
1126
|
},
|
|
1095
1127
|
{
|
|
1096
1128
|
id: 13,
|
|
@@ -1112,7 +1144,10 @@ var products_default = [
|
|
|
1112
1144
|
"USDC"
|
|
1113
1145
|
],
|
|
1114
1146
|
isPrivate: false,
|
|
1115
|
-
timestamp:
|
|
1147
|
+
timestamp: {
|
|
1148
|
+
type: "BigNumber",
|
|
1149
|
+
hex: "0x66a265cf"
|
|
1150
|
+
}
|
|
1116
1151
|
},
|
|
1117
1152
|
{
|
|
1118
1153
|
id: 14,
|
|
@@ -1134,7 +1169,10 @@ var products_default = [
|
|
|
1134
1169
|
"USDC"
|
|
1135
1170
|
],
|
|
1136
1171
|
isPrivate: false,
|
|
1137
|
-
timestamp:
|
|
1172
|
+
timestamp: {
|
|
1173
|
+
type: "BigNumber",
|
|
1174
|
+
hex: "0x66a265cf"
|
|
1175
|
+
}
|
|
1138
1176
|
},
|
|
1139
1177
|
{
|
|
1140
1178
|
id: 15,
|
|
@@ -1150,7 +1188,10 @@ var products_default = [
|
|
|
1150
1188
|
"USDC"
|
|
1151
1189
|
],
|
|
1152
1190
|
isPrivate: false,
|
|
1153
|
-
timestamp:
|
|
1191
|
+
timestamp: {
|
|
1192
|
+
type: "BigNumber",
|
|
1193
|
+
hex: "0x00"
|
|
1194
|
+
}
|
|
1154
1195
|
},
|
|
1155
1196
|
{
|
|
1156
1197
|
id: 16,
|
|
@@ -1166,7 +1207,10 @@ var products_default = [
|
|
|
1166
1207
|
"USDC"
|
|
1167
1208
|
],
|
|
1168
1209
|
isPrivate: false,
|
|
1169
|
-
timestamp:
|
|
1210
|
+
timestamp: {
|
|
1211
|
+
type: "BigNumber",
|
|
1212
|
+
hex: "0x00"
|
|
1213
|
+
}
|
|
1170
1214
|
},
|
|
1171
1215
|
{
|
|
1172
1216
|
id: 17,
|
|
@@ -1182,7 +1226,10 @@ var products_default = [
|
|
|
1182
1226
|
"USDC"
|
|
1183
1227
|
],
|
|
1184
1228
|
isPrivate: true,
|
|
1185
|
-
timestamp:
|
|
1229
|
+
timestamp: {
|
|
1230
|
+
type: "BigNumber",
|
|
1231
|
+
hex: "0x00"
|
|
1232
|
+
}
|
|
1186
1233
|
},
|
|
1187
1234
|
{
|
|
1188
1235
|
id: 18,
|
|
@@ -1198,7 +1245,10 @@ var products_default = [
|
|
|
1198
1245
|
"USDC"
|
|
1199
1246
|
],
|
|
1200
1247
|
isPrivate: false,
|
|
1201
|
-
timestamp:
|
|
1248
|
+
timestamp: {
|
|
1249
|
+
type: "BigNumber",
|
|
1250
|
+
hex: "0x00"
|
|
1251
|
+
}
|
|
1202
1252
|
},
|
|
1203
1253
|
{
|
|
1204
1254
|
id: 19,
|
|
@@ -1214,7 +1264,10 @@ var products_default = [
|
|
|
1214
1264
|
"USDC"
|
|
1215
1265
|
],
|
|
1216
1266
|
isPrivate: false,
|
|
1217
|
-
timestamp:
|
|
1267
|
+
timestamp: {
|
|
1268
|
+
type: "BigNumber",
|
|
1269
|
+
hex: "0x00"
|
|
1270
|
+
}
|
|
1218
1271
|
},
|
|
1219
1272
|
{
|
|
1220
1273
|
id: 20,
|
|
@@ -1230,7 +1283,10 @@ var products_default = [
|
|
|
1230
1283
|
"USDC"
|
|
1231
1284
|
],
|
|
1232
1285
|
isPrivate: false,
|
|
1233
|
-
timestamp:
|
|
1286
|
+
timestamp: {
|
|
1287
|
+
type: "BigNumber",
|
|
1288
|
+
hex: "0x00"
|
|
1289
|
+
}
|
|
1234
1290
|
},
|
|
1235
1291
|
{
|
|
1236
1292
|
id: 21,
|
|
@@ -1244,7 +1300,10 @@ var products_default = [
|
|
|
1244
1300
|
"DAI"
|
|
1245
1301
|
],
|
|
1246
1302
|
isPrivate: false,
|
|
1247
|
-
timestamp:
|
|
1303
|
+
timestamp: {
|
|
1304
|
+
type: "BigNumber",
|
|
1305
|
+
hex: "0x00"
|
|
1306
|
+
}
|
|
1248
1307
|
},
|
|
1249
1308
|
{
|
|
1250
1309
|
id: 22,
|
|
@@ -1266,7 +1325,10 @@ var products_default = [
|
|
|
1266
1325
|
"USDC"
|
|
1267
1326
|
],
|
|
1268
1327
|
isPrivate: false,
|
|
1269
|
-
timestamp:
|
|
1328
|
+
timestamp: {
|
|
1329
|
+
type: "BigNumber",
|
|
1330
|
+
hex: "0x66a265cf"
|
|
1331
|
+
}
|
|
1270
1332
|
},
|
|
1271
1333
|
{
|
|
1272
1334
|
id: 23,
|
|
@@ -1280,7 +1342,10 @@ var products_default = [
|
|
|
1280
1342
|
"ETH"
|
|
1281
1343
|
],
|
|
1282
1344
|
isPrivate: false,
|
|
1283
|
-
timestamp:
|
|
1345
|
+
timestamp: {
|
|
1346
|
+
type: "BigNumber",
|
|
1347
|
+
hex: "0x00"
|
|
1348
|
+
}
|
|
1284
1349
|
},
|
|
1285
1350
|
{
|
|
1286
1351
|
id: 24,
|
|
@@ -1296,7 +1361,10 @@ var products_default = [
|
|
|
1296
1361
|
"USDC"
|
|
1297
1362
|
],
|
|
1298
1363
|
isPrivate: false,
|
|
1299
|
-
timestamp:
|
|
1364
|
+
timestamp: {
|
|
1365
|
+
type: "BigNumber",
|
|
1366
|
+
hex: "0x00"
|
|
1367
|
+
}
|
|
1300
1368
|
},
|
|
1301
1369
|
{
|
|
1302
1370
|
id: 25,
|
|
@@ -1310,7 +1378,10 @@ var products_default = [
|
|
|
1310
1378
|
"DAI"
|
|
1311
1379
|
],
|
|
1312
1380
|
isPrivate: false,
|
|
1313
|
-
timestamp:
|
|
1381
|
+
timestamp: {
|
|
1382
|
+
type: "BigNumber",
|
|
1383
|
+
hex: "0x00"
|
|
1384
|
+
}
|
|
1314
1385
|
},
|
|
1315
1386
|
{
|
|
1316
1387
|
id: 26,
|
|
@@ -1326,7 +1397,10 @@ var products_default = [
|
|
|
1326
1397
|
"USDC"
|
|
1327
1398
|
],
|
|
1328
1399
|
isPrivate: false,
|
|
1329
|
-
timestamp:
|
|
1400
|
+
timestamp: {
|
|
1401
|
+
type: "BigNumber",
|
|
1402
|
+
hex: "0x00"
|
|
1403
|
+
}
|
|
1330
1404
|
},
|
|
1331
1405
|
{
|
|
1332
1406
|
id: 27,
|
|
@@ -1340,7 +1414,10 @@ var products_default = [
|
|
|
1340
1414
|
"ETH"
|
|
1341
1415
|
],
|
|
1342
1416
|
isPrivate: false,
|
|
1343
|
-
timestamp:
|
|
1417
|
+
timestamp: {
|
|
1418
|
+
type: "BigNumber",
|
|
1419
|
+
hex: "0x00"
|
|
1420
|
+
}
|
|
1344
1421
|
},
|
|
1345
1422
|
{
|
|
1346
1423
|
id: 28,
|
|
@@ -1356,7 +1433,10 @@ var products_default = [
|
|
|
1356
1433
|
"USDC"
|
|
1357
1434
|
],
|
|
1358
1435
|
isPrivate: false,
|
|
1359
|
-
timestamp:
|
|
1436
|
+
timestamp: {
|
|
1437
|
+
type: "BigNumber",
|
|
1438
|
+
hex: "0x00"
|
|
1439
|
+
}
|
|
1360
1440
|
},
|
|
1361
1441
|
{
|
|
1362
1442
|
id: 29,
|
|
@@ -1372,7 +1452,10 @@ var products_default = [
|
|
|
1372
1452
|
"USDC"
|
|
1373
1453
|
],
|
|
1374
1454
|
isPrivate: false,
|
|
1375
|
-
timestamp:
|
|
1455
|
+
timestamp: {
|
|
1456
|
+
type: "BigNumber",
|
|
1457
|
+
hex: "0x00"
|
|
1458
|
+
}
|
|
1376
1459
|
},
|
|
1377
1460
|
{
|
|
1378
1461
|
id: 30,
|
|
@@ -1388,7 +1471,10 @@ var products_default = [
|
|
|
1388
1471
|
"USDC"
|
|
1389
1472
|
],
|
|
1390
1473
|
isPrivate: false,
|
|
1391
|
-
timestamp:
|
|
1474
|
+
timestamp: {
|
|
1475
|
+
type: "BigNumber",
|
|
1476
|
+
hex: "0x00"
|
|
1477
|
+
}
|
|
1392
1478
|
},
|
|
1393
1479
|
{
|
|
1394
1480
|
id: 31,
|
|
@@ -1410,7 +1496,10 @@ var products_default = [
|
|
|
1410
1496
|
"USDC"
|
|
1411
1497
|
],
|
|
1412
1498
|
isPrivate: false,
|
|
1413
|
-
timestamp:
|
|
1499
|
+
timestamp: {
|
|
1500
|
+
type: "BigNumber",
|
|
1501
|
+
hex: "0x66a265cf"
|
|
1502
|
+
}
|
|
1414
1503
|
},
|
|
1415
1504
|
{
|
|
1416
1505
|
id: 32,
|
|
@@ -1426,7 +1515,10 @@ var products_default = [
|
|
|
1426
1515
|
"USDC"
|
|
1427
1516
|
],
|
|
1428
1517
|
isPrivate: false,
|
|
1429
|
-
timestamp:
|
|
1518
|
+
timestamp: {
|
|
1519
|
+
type: "BigNumber",
|
|
1520
|
+
hex: "0x00"
|
|
1521
|
+
}
|
|
1430
1522
|
},
|
|
1431
1523
|
{
|
|
1432
1524
|
id: 33,
|
|
@@ -1442,7 +1534,10 @@ var products_default = [
|
|
|
1442
1534
|
"USDC"
|
|
1443
1535
|
],
|
|
1444
1536
|
isPrivate: false,
|
|
1445
|
-
timestamp:
|
|
1537
|
+
timestamp: {
|
|
1538
|
+
type: "BigNumber",
|
|
1539
|
+
hex: "0x00"
|
|
1540
|
+
}
|
|
1446
1541
|
},
|
|
1447
1542
|
{
|
|
1448
1543
|
id: 34,
|
|
@@ -1464,7 +1559,10 @@ var products_default = [
|
|
|
1464
1559
|
"USDC"
|
|
1465
1560
|
],
|
|
1466
1561
|
isPrivate: false,
|
|
1467
|
-
timestamp:
|
|
1562
|
+
timestamp: {
|
|
1563
|
+
type: "BigNumber",
|
|
1564
|
+
hex: "0x66a265cf"
|
|
1565
|
+
}
|
|
1468
1566
|
},
|
|
1469
1567
|
{
|
|
1470
1568
|
id: 35,
|
|
@@ -1480,7 +1578,10 @@ var products_default = [
|
|
|
1480
1578
|
"USDC"
|
|
1481
1579
|
],
|
|
1482
1580
|
isPrivate: false,
|
|
1483
|
-
timestamp:
|
|
1581
|
+
timestamp: {
|
|
1582
|
+
type: "BigNumber",
|
|
1583
|
+
hex: "0x00"
|
|
1584
|
+
}
|
|
1484
1585
|
},
|
|
1485
1586
|
{
|
|
1486
1587
|
id: 36,
|
|
@@ -1502,7 +1603,10 @@ var products_default = [
|
|
|
1502
1603
|
"USDC"
|
|
1503
1604
|
],
|
|
1504
1605
|
isPrivate: false,
|
|
1505
|
-
timestamp:
|
|
1606
|
+
timestamp: {
|
|
1607
|
+
type: "BigNumber",
|
|
1608
|
+
hex: "0x66a265cf"
|
|
1609
|
+
}
|
|
1506
1610
|
},
|
|
1507
1611
|
{
|
|
1508
1612
|
id: 37,
|
|
@@ -1518,7 +1622,10 @@ var products_default = [
|
|
|
1518
1622
|
"USDC"
|
|
1519
1623
|
],
|
|
1520
1624
|
isPrivate: false,
|
|
1521
|
-
timestamp:
|
|
1625
|
+
timestamp: {
|
|
1626
|
+
type: "BigNumber",
|
|
1627
|
+
hex: "0x00"
|
|
1628
|
+
}
|
|
1522
1629
|
},
|
|
1523
1630
|
{
|
|
1524
1631
|
id: 38,
|
|
@@ -1541,7 +1648,10 @@ var products_default = [
|
|
|
1541
1648
|
"USDC"
|
|
1542
1649
|
],
|
|
1543
1650
|
isPrivate: false,
|
|
1544
|
-
timestamp:
|
|
1651
|
+
timestamp: {
|
|
1652
|
+
type: "BigNumber",
|
|
1653
|
+
hex: "0x66a265cf"
|
|
1654
|
+
}
|
|
1545
1655
|
},
|
|
1546
1656
|
{
|
|
1547
1657
|
id: 39,
|
|
@@ -1557,7 +1667,10 @@ var products_default = [
|
|
|
1557
1667
|
"USDC"
|
|
1558
1668
|
],
|
|
1559
1669
|
isPrivate: false,
|
|
1560
|
-
timestamp:
|
|
1670
|
+
timestamp: {
|
|
1671
|
+
type: "BigNumber",
|
|
1672
|
+
hex: "0x00"
|
|
1673
|
+
}
|
|
1561
1674
|
},
|
|
1562
1675
|
{
|
|
1563
1676
|
id: 40,
|
|
@@ -1573,7 +1686,10 @@ var products_default = [
|
|
|
1573
1686
|
"USDC"
|
|
1574
1687
|
],
|
|
1575
1688
|
isPrivate: false,
|
|
1576
|
-
timestamp:
|
|
1689
|
+
timestamp: {
|
|
1690
|
+
type: "BigNumber",
|
|
1691
|
+
hex: "0x00"
|
|
1692
|
+
}
|
|
1577
1693
|
},
|
|
1578
1694
|
{
|
|
1579
1695
|
id: 41,
|
|
@@ -1589,7 +1705,10 @@ var products_default = [
|
|
|
1589
1705
|
"USDC"
|
|
1590
1706
|
],
|
|
1591
1707
|
isPrivate: false,
|
|
1592
|
-
timestamp:
|
|
1708
|
+
timestamp: {
|
|
1709
|
+
type: "BigNumber",
|
|
1710
|
+
hex: "0x00"
|
|
1711
|
+
}
|
|
1593
1712
|
},
|
|
1594
1713
|
{
|
|
1595
1714
|
id: 42,
|
|
@@ -1605,7 +1724,10 @@ var products_default = [
|
|
|
1605
1724
|
"USDC"
|
|
1606
1725
|
],
|
|
1607
1726
|
isPrivate: false,
|
|
1608
|
-
timestamp:
|
|
1727
|
+
timestamp: {
|
|
1728
|
+
type: "BigNumber",
|
|
1729
|
+
hex: "0x00"
|
|
1730
|
+
}
|
|
1609
1731
|
},
|
|
1610
1732
|
{
|
|
1611
1733
|
id: 43,
|
|
@@ -1619,7 +1741,10 @@ var products_default = [
|
|
|
1619
1741
|
"ETH"
|
|
1620
1742
|
],
|
|
1621
1743
|
isPrivate: true,
|
|
1622
|
-
timestamp:
|
|
1744
|
+
timestamp: {
|
|
1745
|
+
type: "BigNumber",
|
|
1746
|
+
hex: "0x00"
|
|
1747
|
+
}
|
|
1623
1748
|
},
|
|
1624
1749
|
{
|
|
1625
1750
|
id: 44,
|
|
@@ -1635,7 +1760,10 @@ var products_default = [
|
|
|
1635
1760
|
"USDC"
|
|
1636
1761
|
],
|
|
1637
1762
|
isPrivate: false,
|
|
1638
|
-
timestamp:
|
|
1763
|
+
timestamp: {
|
|
1764
|
+
type: "BigNumber",
|
|
1765
|
+
hex: "0x00"
|
|
1766
|
+
}
|
|
1639
1767
|
},
|
|
1640
1768
|
{
|
|
1641
1769
|
id: 45,
|
|
@@ -1650,7 +1778,10 @@ var products_default = [
|
|
|
1650
1778
|
"USDC"
|
|
1651
1779
|
],
|
|
1652
1780
|
isPrivate: false,
|
|
1653
|
-
timestamp:
|
|
1781
|
+
timestamp: {
|
|
1782
|
+
type: "BigNumber",
|
|
1783
|
+
hex: "0x00"
|
|
1784
|
+
}
|
|
1654
1785
|
},
|
|
1655
1786
|
{
|
|
1656
1787
|
id: 46,
|
|
@@ -1672,7 +1803,10 @@ var products_default = [
|
|
|
1672
1803
|
"USDC"
|
|
1673
1804
|
],
|
|
1674
1805
|
isPrivate: false,
|
|
1675
|
-
timestamp:
|
|
1806
|
+
timestamp: {
|
|
1807
|
+
type: "BigNumber",
|
|
1808
|
+
hex: "0x66a265cf"
|
|
1809
|
+
}
|
|
1676
1810
|
},
|
|
1677
1811
|
{
|
|
1678
1812
|
id: 47,
|
|
@@ -1694,7 +1828,10 @@ var products_default = [
|
|
|
1694
1828
|
"USDC"
|
|
1695
1829
|
],
|
|
1696
1830
|
isPrivate: false,
|
|
1697
|
-
timestamp:
|
|
1831
|
+
timestamp: {
|
|
1832
|
+
type: "BigNumber",
|
|
1833
|
+
hex: "0x66a265cf"
|
|
1834
|
+
}
|
|
1698
1835
|
},
|
|
1699
1836
|
{
|
|
1700
1837
|
id: 48,
|
|
@@ -1710,7 +1847,10 @@ var products_default = [
|
|
|
1710
1847
|
"USDC"
|
|
1711
1848
|
],
|
|
1712
1849
|
isPrivate: false,
|
|
1713
|
-
timestamp:
|
|
1850
|
+
timestamp: {
|
|
1851
|
+
type: "BigNumber",
|
|
1852
|
+
hex: "0x00"
|
|
1853
|
+
}
|
|
1714
1854
|
},
|
|
1715
1855
|
{
|
|
1716
1856
|
id: 49,
|
|
@@ -1732,7 +1872,10 @@ var products_default = [
|
|
|
1732
1872
|
"USDC"
|
|
1733
1873
|
],
|
|
1734
1874
|
isPrivate: false,
|
|
1735
|
-
timestamp:
|
|
1875
|
+
timestamp: {
|
|
1876
|
+
type: "BigNumber",
|
|
1877
|
+
hex: "0x66a265cf"
|
|
1878
|
+
}
|
|
1736
1879
|
},
|
|
1737
1880
|
{
|
|
1738
1881
|
id: 50,
|
|
@@ -1748,7 +1891,10 @@ var products_default = [
|
|
|
1748
1891
|
"USDC"
|
|
1749
1892
|
],
|
|
1750
1893
|
isPrivate: false,
|
|
1751
|
-
timestamp:
|
|
1894
|
+
timestamp: {
|
|
1895
|
+
type: "BigNumber",
|
|
1896
|
+
hex: "0x00"
|
|
1897
|
+
}
|
|
1752
1898
|
},
|
|
1753
1899
|
{
|
|
1754
1900
|
id: 51,
|
|
@@ -1764,7 +1910,10 @@ var products_default = [
|
|
|
1764
1910
|
"USDC"
|
|
1765
1911
|
],
|
|
1766
1912
|
isPrivate: false,
|
|
1767
|
-
timestamp:
|
|
1913
|
+
timestamp: {
|
|
1914
|
+
type: "BigNumber",
|
|
1915
|
+
hex: "0x00"
|
|
1916
|
+
}
|
|
1768
1917
|
},
|
|
1769
1918
|
{
|
|
1770
1919
|
id: 52,
|
|
@@ -1778,7 +1927,10 @@ var products_default = [
|
|
|
1778
1927
|
"DAI"
|
|
1779
1928
|
],
|
|
1780
1929
|
isPrivate: false,
|
|
1781
|
-
timestamp:
|
|
1930
|
+
timestamp: {
|
|
1931
|
+
type: "BigNumber",
|
|
1932
|
+
hex: "0x00"
|
|
1933
|
+
}
|
|
1782
1934
|
},
|
|
1783
1935
|
{
|
|
1784
1936
|
id: 53,
|
|
@@ -1794,7 +1946,10 @@ var products_default = [
|
|
|
1794
1946
|
"USDC"
|
|
1795
1947
|
],
|
|
1796
1948
|
isPrivate: false,
|
|
1797
|
-
timestamp:
|
|
1949
|
+
timestamp: {
|
|
1950
|
+
type: "BigNumber",
|
|
1951
|
+
hex: "0x00"
|
|
1952
|
+
}
|
|
1798
1953
|
},
|
|
1799
1954
|
{
|
|
1800
1955
|
id: 54,
|
|
@@ -1810,7 +1965,10 @@ var products_default = [
|
|
|
1810
1965
|
"USDC"
|
|
1811
1966
|
],
|
|
1812
1967
|
isPrivate: false,
|
|
1813
|
-
timestamp:
|
|
1968
|
+
timestamp: {
|
|
1969
|
+
type: "BigNumber",
|
|
1970
|
+
hex: "0x00"
|
|
1971
|
+
}
|
|
1814
1972
|
},
|
|
1815
1973
|
{
|
|
1816
1974
|
id: 55,
|
|
@@ -1832,7 +1990,10 @@ var products_default = [
|
|
|
1832
1990
|
"USDC"
|
|
1833
1991
|
],
|
|
1834
1992
|
isPrivate: false,
|
|
1835
|
-
timestamp:
|
|
1993
|
+
timestamp: {
|
|
1994
|
+
type: "BigNumber",
|
|
1995
|
+
hex: "0x66a265cf"
|
|
1996
|
+
}
|
|
1836
1997
|
},
|
|
1837
1998
|
{
|
|
1838
1999
|
id: 56,
|
|
@@ -1848,7 +2009,10 @@ var products_default = [
|
|
|
1848
2009
|
"USDC"
|
|
1849
2010
|
],
|
|
1850
2011
|
isPrivate: false,
|
|
1851
|
-
timestamp:
|
|
2012
|
+
timestamp: {
|
|
2013
|
+
type: "BigNumber",
|
|
2014
|
+
hex: "0x00"
|
|
2015
|
+
}
|
|
1852
2016
|
},
|
|
1853
2017
|
{
|
|
1854
2018
|
id: 57,
|
|
@@ -1864,7 +2028,10 @@ var products_default = [
|
|
|
1864
2028
|
"USDC"
|
|
1865
2029
|
],
|
|
1866
2030
|
isPrivate: false,
|
|
1867
|
-
timestamp:
|
|
2031
|
+
timestamp: {
|
|
2032
|
+
type: "BigNumber",
|
|
2033
|
+
hex: "0x00"
|
|
2034
|
+
}
|
|
1868
2035
|
},
|
|
1869
2036
|
{
|
|
1870
2037
|
id: 58,
|
|
@@ -1880,7 +2047,10 @@ var products_default = [
|
|
|
1880
2047
|
"USDC"
|
|
1881
2048
|
],
|
|
1882
2049
|
isPrivate: false,
|
|
1883
|
-
timestamp:
|
|
2050
|
+
timestamp: {
|
|
2051
|
+
type: "BigNumber",
|
|
2052
|
+
hex: "0x00"
|
|
2053
|
+
}
|
|
1884
2054
|
},
|
|
1885
2055
|
{
|
|
1886
2056
|
id: 59,
|
|
@@ -1896,7 +2066,10 @@ var products_default = [
|
|
|
1896
2066
|
"USDC"
|
|
1897
2067
|
],
|
|
1898
2068
|
isPrivate: false,
|
|
1899
|
-
timestamp:
|
|
2069
|
+
timestamp: {
|
|
2070
|
+
type: "BigNumber",
|
|
2071
|
+
hex: "0x00"
|
|
2072
|
+
}
|
|
1900
2073
|
},
|
|
1901
2074
|
{
|
|
1902
2075
|
id: 60,
|
|
@@ -1912,7 +2085,10 @@ var products_default = [
|
|
|
1912
2085
|
"USDC"
|
|
1913
2086
|
],
|
|
1914
2087
|
isPrivate: false,
|
|
1915
|
-
timestamp:
|
|
2088
|
+
timestamp: {
|
|
2089
|
+
type: "BigNumber",
|
|
2090
|
+
hex: "0x00"
|
|
2091
|
+
}
|
|
1916
2092
|
},
|
|
1917
2093
|
{
|
|
1918
2094
|
id: 61,
|
|
@@ -1928,7 +2104,10 @@ var products_default = [
|
|
|
1928
2104
|
"USDC"
|
|
1929
2105
|
],
|
|
1930
2106
|
isPrivate: false,
|
|
1931
|
-
timestamp:
|
|
2107
|
+
timestamp: {
|
|
2108
|
+
type: "BigNumber",
|
|
2109
|
+
hex: "0x00"
|
|
2110
|
+
}
|
|
1932
2111
|
},
|
|
1933
2112
|
{
|
|
1934
2113
|
id: 62,
|
|
@@ -1944,7 +2123,10 @@ var products_default = [
|
|
|
1944
2123
|
"USDC"
|
|
1945
2124
|
],
|
|
1946
2125
|
isPrivate: false,
|
|
1947
|
-
timestamp:
|
|
2126
|
+
timestamp: {
|
|
2127
|
+
type: "BigNumber",
|
|
2128
|
+
hex: "0x00"
|
|
2129
|
+
}
|
|
1948
2130
|
},
|
|
1949
2131
|
{
|
|
1950
2132
|
id: 63,
|
|
@@ -1960,7 +2142,10 @@ var products_default = [
|
|
|
1960
2142
|
"USDC"
|
|
1961
2143
|
],
|
|
1962
2144
|
isPrivate: true,
|
|
1963
|
-
timestamp:
|
|
2145
|
+
timestamp: {
|
|
2146
|
+
type: "BigNumber",
|
|
2147
|
+
hex: "0x00"
|
|
2148
|
+
}
|
|
1964
2149
|
},
|
|
1965
2150
|
{
|
|
1966
2151
|
id: 64,
|
|
@@ -1982,7 +2167,10 @@ var products_default = [
|
|
|
1982
2167
|
"USDC"
|
|
1983
2168
|
],
|
|
1984
2169
|
isPrivate: false,
|
|
1985
|
-
timestamp:
|
|
2170
|
+
timestamp: {
|
|
2171
|
+
type: "BigNumber",
|
|
2172
|
+
hex: "0x66a265cf"
|
|
2173
|
+
}
|
|
1986
2174
|
},
|
|
1987
2175
|
{
|
|
1988
2176
|
id: 65,
|
|
@@ -1996,7 +2184,10 @@ var products_default = [
|
|
|
1996
2184
|
"ETH"
|
|
1997
2185
|
],
|
|
1998
2186
|
isPrivate: true,
|
|
1999
|
-
timestamp:
|
|
2187
|
+
timestamp: {
|
|
2188
|
+
type: "BigNumber",
|
|
2189
|
+
hex: "0x00"
|
|
2190
|
+
}
|
|
2000
2191
|
},
|
|
2001
2192
|
{
|
|
2002
2193
|
id: 66,
|
|
@@ -2010,7 +2201,10 @@ var products_default = [
|
|
|
2010
2201
|
"ETH"
|
|
2011
2202
|
],
|
|
2012
2203
|
isPrivate: true,
|
|
2013
|
-
timestamp:
|
|
2204
|
+
timestamp: {
|
|
2205
|
+
type: "BigNumber",
|
|
2206
|
+
hex: "0x00"
|
|
2207
|
+
}
|
|
2014
2208
|
},
|
|
2015
2209
|
{
|
|
2016
2210
|
id: 67,
|
|
@@ -2026,7 +2220,10 @@ var products_default = [
|
|
|
2026
2220
|
"USDC"
|
|
2027
2221
|
],
|
|
2028
2222
|
isPrivate: false,
|
|
2029
|
-
timestamp:
|
|
2223
|
+
timestamp: {
|
|
2224
|
+
type: "BigNumber",
|
|
2225
|
+
hex: "0x00"
|
|
2226
|
+
}
|
|
2030
2227
|
},
|
|
2031
2228
|
{
|
|
2032
2229
|
id: 68,
|
|
@@ -2042,7 +2239,10 @@ var products_default = [
|
|
|
2042
2239
|
"USDC"
|
|
2043
2240
|
],
|
|
2044
2241
|
isPrivate: false,
|
|
2045
|
-
timestamp:
|
|
2242
|
+
timestamp: {
|
|
2243
|
+
type: "BigNumber",
|
|
2244
|
+
hex: "0x00"
|
|
2245
|
+
}
|
|
2046
2246
|
},
|
|
2047
2247
|
{
|
|
2048
2248
|
id: 69,
|
|
@@ -2058,7 +2258,10 @@ var products_default = [
|
|
|
2058
2258
|
"USDC"
|
|
2059
2259
|
],
|
|
2060
2260
|
isPrivate: false,
|
|
2061
|
-
timestamp:
|
|
2261
|
+
timestamp: {
|
|
2262
|
+
type: "BigNumber",
|
|
2263
|
+
hex: "0x00"
|
|
2264
|
+
}
|
|
2062
2265
|
},
|
|
2063
2266
|
{
|
|
2064
2267
|
id: 70,
|
|
@@ -2074,7 +2277,10 @@ var products_default = [
|
|
|
2074
2277
|
"USDC"
|
|
2075
2278
|
],
|
|
2076
2279
|
isPrivate: false,
|
|
2077
|
-
timestamp:
|
|
2280
|
+
timestamp: {
|
|
2281
|
+
type: "BigNumber",
|
|
2282
|
+
hex: "0x00"
|
|
2283
|
+
}
|
|
2078
2284
|
},
|
|
2079
2285
|
{
|
|
2080
2286
|
id: 71,
|
|
@@ -2090,7 +2296,10 @@ var products_default = [
|
|
|
2090
2296
|
"USDC"
|
|
2091
2297
|
],
|
|
2092
2298
|
isPrivate: false,
|
|
2093
|
-
timestamp:
|
|
2299
|
+
timestamp: {
|
|
2300
|
+
type: "BigNumber",
|
|
2301
|
+
hex: "0x00"
|
|
2302
|
+
}
|
|
2094
2303
|
},
|
|
2095
2304
|
{
|
|
2096
2305
|
id: 72,
|
|
@@ -2106,7 +2315,10 @@ var products_default = [
|
|
|
2106
2315
|
"USDC"
|
|
2107
2316
|
],
|
|
2108
2317
|
isPrivate: false,
|
|
2109
|
-
timestamp:
|
|
2318
|
+
timestamp: {
|
|
2319
|
+
type: "BigNumber",
|
|
2320
|
+
hex: "0x00"
|
|
2321
|
+
}
|
|
2110
2322
|
},
|
|
2111
2323
|
{
|
|
2112
2324
|
id: 73,
|
|
@@ -2128,7 +2340,10 @@ var products_default = [
|
|
|
2128
2340
|
"USDC"
|
|
2129
2341
|
],
|
|
2130
2342
|
isPrivate: false,
|
|
2131
|
-
timestamp:
|
|
2343
|
+
timestamp: {
|
|
2344
|
+
type: "BigNumber",
|
|
2345
|
+
hex: "0x66a265cf"
|
|
2346
|
+
}
|
|
2132
2347
|
},
|
|
2133
2348
|
{
|
|
2134
2349
|
id: 74,
|
|
@@ -2150,7 +2365,10 @@ var products_default = [
|
|
|
2150
2365
|
"USDC"
|
|
2151
2366
|
],
|
|
2152
2367
|
isPrivate: false,
|
|
2153
|
-
timestamp:
|
|
2368
|
+
timestamp: {
|
|
2369
|
+
type: "BigNumber",
|
|
2370
|
+
hex: "0x66a265cf"
|
|
2371
|
+
}
|
|
2154
2372
|
},
|
|
2155
2373
|
{
|
|
2156
2374
|
id: 75,
|
|
@@ -2172,7 +2390,10 @@ var products_default = [
|
|
|
2172
2390
|
"USDC"
|
|
2173
2391
|
],
|
|
2174
2392
|
isPrivate: false,
|
|
2175
|
-
timestamp:
|
|
2393
|
+
timestamp: {
|
|
2394
|
+
type: "BigNumber",
|
|
2395
|
+
hex: "0x66a265cf"
|
|
2396
|
+
}
|
|
2176
2397
|
},
|
|
2177
2398
|
{
|
|
2178
2399
|
id: 76,
|
|
@@ -2186,7 +2407,10 @@ var products_default = [
|
|
|
2186
2407
|
"DAI"
|
|
2187
2408
|
],
|
|
2188
2409
|
isPrivate: false,
|
|
2189
|
-
timestamp:
|
|
2410
|
+
timestamp: {
|
|
2411
|
+
type: "BigNumber",
|
|
2412
|
+
hex: "0x00"
|
|
2413
|
+
}
|
|
2190
2414
|
},
|
|
2191
2415
|
{
|
|
2192
2416
|
id: 77,
|
|
@@ -2208,7 +2432,10 @@ var products_default = [
|
|
|
2208
2432
|
"USDC"
|
|
2209
2433
|
],
|
|
2210
2434
|
isPrivate: false,
|
|
2211
|
-
timestamp:
|
|
2435
|
+
timestamp: {
|
|
2436
|
+
type: "BigNumber",
|
|
2437
|
+
hex: "0x66a265cf"
|
|
2438
|
+
}
|
|
2212
2439
|
},
|
|
2213
2440
|
{
|
|
2214
2441
|
id: 78,
|
|
@@ -2224,7 +2451,10 @@ var products_default = [
|
|
|
2224
2451
|
"USDC"
|
|
2225
2452
|
],
|
|
2226
2453
|
isPrivate: false,
|
|
2227
|
-
timestamp:
|
|
2454
|
+
timestamp: {
|
|
2455
|
+
type: "BigNumber",
|
|
2456
|
+
hex: "0x00"
|
|
2457
|
+
}
|
|
2228
2458
|
},
|
|
2229
2459
|
{
|
|
2230
2460
|
id: 79,
|
|
@@ -2240,7 +2470,10 @@ var products_default = [
|
|
|
2240
2470
|
"USDC"
|
|
2241
2471
|
],
|
|
2242
2472
|
isPrivate: false,
|
|
2243
|
-
timestamp:
|
|
2473
|
+
timestamp: {
|
|
2474
|
+
type: "BigNumber",
|
|
2475
|
+
hex: "0x00"
|
|
2476
|
+
}
|
|
2244
2477
|
},
|
|
2245
2478
|
{
|
|
2246
2479
|
id: 80,
|
|
@@ -2256,7 +2489,10 @@ var products_default = [
|
|
|
2256
2489
|
"USDC"
|
|
2257
2490
|
],
|
|
2258
2491
|
isPrivate: false,
|
|
2259
|
-
timestamp:
|
|
2492
|
+
timestamp: {
|
|
2493
|
+
type: "BigNumber",
|
|
2494
|
+
hex: "0x00"
|
|
2495
|
+
}
|
|
2260
2496
|
},
|
|
2261
2497
|
{
|
|
2262
2498
|
id: 81,
|
|
@@ -2272,7 +2508,10 @@ var products_default = [
|
|
|
2272
2508
|
"USDC"
|
|
2273
2509
|
],
|
|
2274
2510
|
isPrivate: false,
|
|
2275
|
-
timestamp:
|
|
2511
|
+
timestamp: {
|
|
2512
|
+
type: "BigNumber",
|
|
2513
|
+
hex: "0x00"
|
|
2514
|
+
}
|
|
2276
2515
|
},
|
|
2277
2516
|
{
|
|
2278
2517
|
id: 82,
|
|
@@ -2290,7 +2529,10 @@ var products_default = [
|
|
|
2290
2529
|
"USDC"
|
|
2291
2530
|
],
|
|
2292
2531
|
isPrivate: true,
|
|
2293
|
-
timestamp:
|
|
2532
|
+
timestamp: {
|
|
2533
|
+
type: "BigNumber",
|
|
2534
|
+
hex: "0x66a265cf"
|
|
2535
|
+
}
|
|
2294
2536
|
},
|
|
2295
2537
|
{
|
|
2296
2538
|
id: 83,
|
|
@@ -2308,7 +2550,10 @@ var products_default = [
|
|
|
2308
2550
|
"USDC"
|
|
2309
2551
|
],
|
|
2310
2552
|
isPrivate: true,
|
|
2311
|
-
timestamp:
|
|
2553
|
+
timestamp: {
|
|
2554
|
+
type: "BigNumber",
|
|
2555
|
+
hex: "0x66a265cf"
|
|
2556
|
+
}
|
|
2312
2557
|
},
|
|
2313
2558
|
{
|
|
2314
2559
|
id: 84,
|
|
@@ -2324,7 +2569,10 @@ var products_default = [
|
|
|
2324
2569
|
"USDC"
|
|
2325
2570
|
],
|
|
2326
2571
|
isPrivate: true,
|
|
2327
|
-
timestamp:
|
|
2572
|
+
timestamp: {
|
|
2573
|
+
type: "BigNumber",
|
|
2574
|
+
hex: "0x00"
|
|
2575
|
+
}
|
|
2328
2576
|
},
|
|
2329
2577
|
{
|
|
2330
2578
|
id: 85,
|
|
@@ -2340,7 +2588,10 @@ var products_default = [
|
|
|
2340
2588
|
"USDC"
|
|
2341
2589
|
],
|
|
2342
2590
|
isPrivate: true,
|
|
2343
|
-
timestamp:
|
|
2591
|
+
timestamp: {
|
|
2592
|
+
type: "BigNumber",
|
|
2593
|
+
hex: "0x00"
|
|
2594
|
+
}
|
|
2344
2595
|
},
|
|
2345
2596
|
{
|
|
2346
2597
|
id: 86,
|
|
@@ -2356,7 +2607,10 @@ var products_default = [
|
|
|
2356
2607
|
"USDC"
|
|
2357
2608
|
],
|
|
2358
2609
|
isPrivate: true,
|
|
2359
|
-
timestamp:
|
|
2610
|
+
timestamp: {
|
|
2611
|
+
type: "BigNumber",
|
|
2612
|
+
hex: "0x00"
|
|
2613
|
+
}
|
|
2360
2614
|
},
|
|
2361
2615
|
{
|
|
2362
2616
|
id: 87,
|
|
@@ -2374,7 +2628,10 @@ var products_default = [
|
|
|
2374
2628
|
"USDC"
|
|
2375
2629
|
],
|
|
2376
2630
|
isPrivate: true,
|
|
2377
|
-
timestamp:
|
|
2631
|
+
timestamp: {
|
|
2632
|
+
type: "BigNumber",
|
|
2633
|
+
hex: "0x66a265cf"
|
|
2634
|
+
}
|
|
2378
2635
|
},
|
|
2379
2636
|
{
|
|
2380
2637
|
id: 88,
|
|
@@ -2392,7 +2649,10 @@ var products_default = [
|
|
|
2392
2649
|
"USDC"
|
|
2393
2650
|
],
|
|
2394
2651
|
isPrivate: true,
|
|
2395
|
-
timestamp:
|
|
2652
|
+
timestamp: {
|
|
2653
|
+
type: "BigNumber",
|
|
2654
|
+
hex: "0x66a265cf"
|
|
2655
|
+
}
|
|
2396
2656
|
},
|
|
2397
2657
|
{
|
|
2398
2658
|
id: 89,
|
|
@@ -2408,7 +2668,10 @@ var products_default = [
|
|
|
2408
2668
|
"USDC"
|
|
2409
2669
|
],
|
|
2410
2670
|
isPrivate: true,
|
|
2411
|
-
timestamp:
|
|
2671
|
+
timestamp: {
|
|
2672
|
+
type: "BigNumber",
|
|
2673
|
+
hex: "0x00"
|
|
2674
|
+
}
|
|
2412
2675
|
},
|
|
2413
2676
|
{
|
|
2414
2677
|
id: 90,
|
|
@@ -2424,7 +2687,10 @@ var products_default = [
|
|
|
2424
2687
|
"USDC"
|
|
2425
2688
|
],
|
|
2426
2689
|
isPrivate: true,
|
|
2427
|
-
timestamp:
|
|
2690
|
+
timestamp: {
|
|
2691
|
+
type: "BigNumber",
|
|
2692
|
+
hex: "0x00"
|
|
2693
|
+
}
|
|
2428
2694
|
},
|
|
2429
2695
|
{
|
|
2430
2696
|
id: 91,
|
|
@@ -2440,7 +2706,10 @@ var products_default = [
|
|
|
2440
2706
|
"USDC"
|
|
2441
2707
|
],
|
|
2442
2708
|
isPrivate: true,
|
|
2443
|
-
timestamp:
|
|
2709
|
+
timestamp: {
|
|
2710
|
+
type: "BigNumber",
|
|
2711
|
+
hex: "0x00"
|
|
2712
|
+
}
|
|
2444
2713
|
},
|
|
2445
2714
|
{
|
|
2446
2715
|
id: 92,
|
|
@@ -2456,7 +2725,10 @@ var products_default = [
|
|
|
2456
2725
|
"USDC"
|
|
2457
2726
|
],
|
|
2458
2727
|
isPrivate: true,
|
|
2459
|
-
timestamp:
|
|
2728
|
+
timestamp: {
|
|
2729
|
+
type: "BigNumber",
|
|
2730
|
+
hex: "0x00"
|
|
2731
|
+
}
|
|
2460
2732
|
},
|
|
2461
2733
|
{
|
|
2462
2734
|
id: 93,
|
|
@@ -2474,7 +2746,10 @@ var products_default = [
|
|
|
2474
2746
|
"USDC"
|
|
2475
2747
|
],
|
|
2476
2748
|
isPrivate: true,
|
|
2477
|
-
timestamp:
|
|
2749
|
+
timestamp: {
|
|
2750
|
+
type: "BigNumber",
|
|
2751
|
+
hex: "0x66a265cf"
|
|
2752
|
+
}
|
|
2478
2753
|
},
|
|
2479
2754
|
{
|
|
2480
2755
|
id: 94,
|
|
@@ -2490,7 +2765,10 @@ var products_default = [
|
|
|
2490
2765
|
"USDC"
|
|
2491
2766
|
],
|
|
2492
2767
|
isPrivate: true,
|
|
2493
|
-
timestamp:
|
|
2768
|
+
timestamp: {
|
|
2769
|
+
type: "BigNumber",
|
|
2770
|
+
hex: "0x00"
|
|
2771
|
+
}
|
|
2494
2772
|
},
|
|
2495
2773
|
{
|
|
2496
2774
|
id: 95,
|
|
@@ -2506,7 +2784,10 @@ var products_default = [
|
|
|
2506
2784
|
"USDC"
|
|
2507
2785
|
],
|
|
2508
2786
|
isPrivate: false,
|
|
2509
|
-
timestamp:
|
|
2787
|
+
timestamp: {
|
|
2788
|
+
type: "BigNumber",
|
|
2789
|
+
hex: "0x00"
|
|
2790
|
+
}
|
|
2510
2791
|
},
|
|
2511
2792
|
{
|
|
2512
2793
|
id: 96,
|
|
@@ -2522,7 +2803,10 @@ var products_default = [
|
|
|
2522
2803
|
"USDC"
|
|
2523
2804
|
],
|
|
2524
2805
|
isPrivate: false,
|
|
2525
|
-
timestamp:
|
|
2806
|
+
timestamp: {
|
|
2807
|
+
type: "BigNumber",
|
|
2808
|
+
hex: "0x00"
|
|
2809
|
+
}
|
|
2526
2810
|
},
|
|
2527
2811
|
{
|
|
2528
2812
|
id: 97,
|
|
@@ -2538,7 +2822,10 @@ var products_default = [
|
|
|
2538
2822
|
"USDC"
|
|
2539
2823
|
],
|
|
2540
2824
|
isPrivate: false,
|
|
2541
|
-
timestamp:
|
|
2825
|
+
timestamp: {
|
|
2826
|
+
type: "BigNumber",
|
|
2827
|
+
hex: "0x00"
|
|
2828
|
+
}
|
|
2542
2829
|
},
|
|
2543
2830
|
{
|
|
2544
2831
|
id: 98,
|
|
@@ -2554,7 +2841,10 @@ var products_default = [
|
|
|
2554
2841
|
"USDC"
|
|
2555
2842
|
],
|
|
2556
2843
|
isPrivate: false,
|
|
2557
|
-
timestamp:
|
|
2844
|
+
timestamp: {
|
|
2845
|
+
type: "BigNumber",
|
|
2846
|
+
hex: "0x00"
|
|
2847
|
+
}
|
|
2558
2848
|
},
|
|
2559
2849
|
{
|
|
2560
2850
|
id: 99,
|
|
@@ -2568,7 +2858,10 @@ var products_default = [
|
|
|
2568
2858
|
"ETH"
|
|
2569
2859
|
],
|
|
2570
2860
|
isPrivate: true,
|
|
2571
|
-
timestamp:
|
|
2861
|
+
timestamp: {
|
|
2862
|
+
type: "BigNumber",
|
|
2863
|
+
hex: "0x00"
|
|
2864
|
+
}
|
|
2572
2865
|
},
|
|
2573
2866
|
{
|
|
2574
2867
|
id: 100,
|
|
@@ -2582,7 +2875,10 @@ var products_default = [
|
|
|
2582
2875
|
"ETH"
|
|
2583
2876
|
],
|
|
2584
2877
|
isPrivate: true,
|
|
2585
|
-
timestamp:
|
|
2878
|
+
timestamp: {
|
|
2879
|
+
type: "BigNumber",
|
|
2880
|
+
hex: "0x00"
|
|
2881
|
+
}
|
|
2586
2882
|
},
|
|
2587
2883
|
{
|
|
2588
2884
|
id: 101,
|
|
@@ -2600,7 +2896,10 @@ var products_default = [
|
|
|
2600
2896
|
"USDC"
|
|
2601
2897
|
],
|
|
2602
2898
|
isPrivate: true,
|
|
2603
|
-
timestamp:
|
|
2899
|
+
timestamp: {
|
|
2900
|
+
type: "BigNumber",
|
|
2901
|
+
hex: "0x66a265cf"
|
|
2902
|
+
}
|
|
2604
2903
|
},
|
|
2605
2904
|
{
|
|
2606
2905
|
id: 102,
|
|
@@ -2615,7 +2914,10 @@ var products_default = [
|
|
|
2615
2914
|
"USDC"
|
|
2616
2915
|
],
|
|
2617
2916
|
isPrivate: true,
|
|
2618
|
-
timestamp:
|
|
2917
|
+
timestamp: {
|
|
2918
|
+
type: "BigNumber",
|
|
2919
|
+
hex: "0x00"
|
|
2920
|
+
}
|
|
2619
2921
|
},
|
|
2620
2922
|
{
|
|
2621
2923
|
id: 103,
|
|
@@ -2631,7 +2933,10 @@ var products_default = [
|
|
|
2631
2933
|
"ETH"
|
|
2632
2934
|
],
|
|
2633
2935
|
isPrivate: false,
|
|
2634
|
-
timestamp:
|
|
2936
|
+
timestamp: {
|
|
2937
|
+
type: "BigNumber",
|
|
2938
|
+
hex: "0x66a265cf"
|
|
2939
|
+
}
|
|
2635
2940
|
},
|
|
2636
2941
|
{
|
|
2637
2942
|
id: 104,
|
|
@@ -2649,7 +2954,10 @@ var products_default = [
|
|
|
2649
2954
|
"USDC"
|
|
2650
2955
|
],
|
|
2651
2956
|
isPrivate: true,
|
|
2652
|
-
timestamp:
|
|
2957
|
+
timestamp: {
|
|
2958
|
+
type: "BigNumber",
|
|
2959
|
+
hex: "0x66a265cf"
|
|
2960
|
+
}
|
|
2653
2961
|
},
|
|
2654
2962
|
{
|
|
2655
2963
|
id: 105,
|
|
@@ -2667,7 +2975,10 @@ var products_default = [
|
|
|
2667
2975
|
"USDC"
|
|
2668
2976
|
],
|
|
2669
2977
|
isPrivate: true,
|
|
2670
|
-
timestamp:
|
|
2978
|
+
timestamp: {
|
|
2979
|
+
type: "BigNumber",
|
|
2980
|
+
hex: "0x66a265cf"
|
|
2981
|
+
}
|
|
2671
2982
|
},
|
|
2672
2983
|
{
|
|
2673
2984
|
id: 106,
|
|
@@ -2683,7 +2994,10 @@ var products_default = [
|
|
|
2683
2994
|
"USDC"
|
|
2684
2995
|
],
|
|
2685
2996
|
isPrivate: false,
|
|
2686
|
-
timestamp:
|
|
2997
|
+
timestamp: {
|
|
2998
|
+
type: "BigNumber",
|
|
2999
|
+
hex: "0x00"
|
|
3000
|
+
}
|
|
2687
3001
|
},
|
|
2688
3002
|
{
|
|
2689
3003
|
id: 107,
|
|
@@ -2699,7 +3013,10 @@ var products_default = [
|
|
|
2699
3013
|
"USDC"
|
|
2700
3014
|
],
|
|
2701
3015
|
isPrivate: true,
|
|
2702
|
-
timestamp:
|
|
3016
|
+
timestamp: {
|
|
3017
|
+
type: "BigNumber",
|
|
3018
|
+
hex: "0x00"
|
|
3019
|
+
}
|
|
2703
3020
|
},
|
|
2704
3021
|
{
|
|
2705
3022
|
id: 108,
|
|
@@ -2715,7 +3032,10 @@ var products_default = [
|
|
|
2715
3032
|
"USDC"
|
|
2716
3033
|
],
|
|
2717
3034
|
isPrivate: true,
|
|
2718
|
-
timestamp:
|
|
3035
|
+
timestamp: {
|
|
3036
|
+
type: "BigNumber",
|
|
3037
|
+
hex: "0x00"
|
|
3038
|
+
}
|
|
2719
3039
|
},
|
|
2720
3040
|
{
|
|
2721
3041
|
id: 109,
|
|
@@ -2731,7 +3051,10 @@ var products_default = [
|
|
|
2731
3051
|
"USDC"
|
|
2732
3052
|
],
|
|
2733
3053
|
isPrivate: true,
|
|
2734
|
-
timestamp:
|
|
3054
|
+
timestamp: {
|
|
3055
|
+
type: "BigNumber",
|
|
3056
|
+
hex: "0x00"
|
|
3057
|
+
}
|
|
2735
3058
|
},
|
|
2736
3059
|
{
|
|
2737
3060
|
id: 110,
|
|
@@ -2747,7 +3070,10 @@ var products_default = [
|
|
|
2747
3070
|
"USDC"
|
|
2748
3071
|
],
|
|
2749
3072
|
isPrivate: true,
|
|
2750
|
-
timestamp:
|
|
3073
|
+
timestamp: {
|
|
3074
|
+
type: "BigNumber",
|
|
3075
|
+
hex: "0x00"
|
|
3076
|
+
}
|
|
2751
3077
|
},
|
|
2752
3078
|
{
|
|
2753
3079
|
id: 111,
|
|
@@ -2763,7 +3089,10 @@ var products_default = [
|
|
|
2763
3089
|
"USDC"
|
|
2764
3090
|
],
|
|
2765
3091
|
isPrivate: true,
|
|
2766
|
-
timestamp:
|
|
3092
|
+
timestamp: {
|
|
3093
|
+
type: "BigNumber",
|
|
3094
|
+
hex: "0x00"
|
|
3095
|
+
}
|
|
2767
3096
|
},
|
|
2768
3097
|
{
|
|
2769
3098
|
id: 112,
|
|
@@ -2779,7 +3108,10 @@ var products_default = [
|
|
|
2779
3108
|
"USDC"
|
|
2780
3109
|
],
|
|
2781
3110
|
isPrivate: true,
|
|
2782
|
-
timestamp:
|
|
3111
|
+
timestamp: {
|
|
3112
|
+
type: "BigNumber",
|
|
3113
|
+
hex: "0x00"
|
|
3114
|
+
}
|
|
2783
3115
|
},
|
|
2784
3116
|
{
|
|
2785
3117
|
id: 113,
|
|
@@ -2797,7 +3129,10 @@ var products_default = [
|
|
|
2797
3129
|
"USDC"
|
|
2798
3130
|
],
|
|
2799
3131
|
isPrivate: true,
|
|
2800
|
-
timestamp:
|
|
3132
|
+
timestamp: {
|
|
3133
|
+
type: "BigNumber",
|
|
3134
|
+
hex: "0x66a265cf"
|
|
3135
|
+
}
|
|
2801
3136
|
},
|
|
2802
3137
|
{
|
|
2803
3138
|
id: 114,
|
|
@@ -2812,7 +3147,10 @@ var products_default = [
|
|
|
2812
3147
|
"USDC"
|
|
2813
3148
|
],
|
|
2814
3149
|
isPrivate: false,
|
|
2815
|
-
timestamp:
|
|
3150
|
+
timestamp: {
|
|
3151
|
+
type: "BigNumber",
|
|
3152
|
+
hex: "0x00"
|
|
3153
|
+
}
|
|
2816
3154
|
},
|
|
2817
3155
|
{
|
|
2818
3156
|
id: 115,
|
|
@@ -2828,7 +3166,10 @@ var products_default = [
|
|
|
2828
3166
|
"USDC"
|
|
2829
3167
|
],
|
|
2830
3168
|
isPrivate: false,
|
|
2831
|
-
timestamp:
|
|
3169
|
+
timestamp: {
|
|
3170
|
+
type: "BigNumber",
|
|
3171
|
+
hex: "0x00"
|
|
3172
|
+
}
|
|
2832
3173
|
},
|
|
2833
3174
|
{
|
|
2834
3175
|
id: 116,
|
|
@@ -2844,7 +3185,10 @@ var products_default = [
|
|
|
2844
3185
|
"USDC"
|
|
2845
3186
|
],
|
|
2846
3187
|
isPrivate: false,
|
|
2847
|
-
timestamp:
|
|
3188
|
+
timestamp: {
|
|
3189
|
+
type: "BigNumber",
|
|
3190
|
+
hex: "0x00"
|
|
3191
|
+
}
|
|
2848
3192
|
},
|
|
2849
3193
|
{
|
|
2850
3194
|
id: 117,
|
|
@@ -2858,7 +3202,10 @@ var products_default = [
|
|
|
2858
3202
|
"ETH"
|
|
2859
3203
|
],
|
|
2860
3204
|
isPrivate: false,
|
|
2861
|
-
timestamp:
|
|
3205
|
+
timestamp: {
|
|
3206
|
+
type: "BigNumber",
|
|
3207
|
+
hex: "0x00"
|
|
3208
|
+
}
|
|
2862
3209
|
},
|
|
2863
3210
|
{
|
|
2864
3211
|
id: 118,
|
|
@@ -2872,7 +3219,10 @@ var products_default = [
|
|
|
2872
3219
|
"ETH"
|
|
2873
3220
|
],
|
|
2874
3221
|
isPrivate: false,
|
|
2875
|
-
timestamp:
|
|
3222
|
+
timestamp: {
|
|
3223
|
+
type: "BigNumber",
|
|
3224
|
+
hex: "0x00"
|
|
3225
|
+
}
|
|
2876
3226
|
},
|
|
2877
3227
|
{
|
|
2878
3228
|
id: 119,
|
|
@@ -2888,7 +3238,10 @@ var products_default = [
|
|
|
2888
3238
|
"USDC"
|
|
2889
3239
|
],
|
|
2890
3240
|
isPrivate: false,
|
|
2891
|
-
timestamp:
|
|
3241
|
+
timestamp: {
|
|
3242
|
+
type: "BigNumber",
|
|
3243
|
+
hex: "0x00"
|
|
3244
|
+
}
|
|
2892
3245
|
},
|
|
2893
3246
|
{
|
|
2894
3247
|
id: 120,
|
|
@@ -2904,7 +3257,10 @@ var products_default = [
|
|
|
2904
3257
|
"USDC"
|
|
2905
3258
|
],
|
|
2906
3259
|
isPrivate: false,
|
|
2907
|
-
timestamp:
|
|
3260
|
+
timestamp: {
|
|
3261
|
+
type: "BigNumber",
|
|
3262
|
+
hex: "0x00"
|
|
3263
|
+
}
|
|
2908
3264
|
},
|
|
2909
3265
|
{
|
|
2910
3266
|
id: 121,
|
|
@@ -2920,7 +3276,10 @@ var products_default = [
|
|
|
2920
3276
|
"USDC"
|
|
2921
3277
|
],
|
|
2922
3278
|
isPrivate: false,
|
|
2923
|
-
timestamp:
|
|
3279
|
+
timestamp: {
|
|
3280
|
+
type: "BigNumber",
|
|
3281
|
+
hex: "0x00"
|
|
3282
|
+
}
|
|
2924
3283
|
},
|
|
2925
3284
|
{
|
|
2926
3285
|
id: 122,
|
|
@@ -2936,7 +3295,10 @@ var products_default = [
|
|
|
2936
3295
|
"USDC"
|
|
2937
3296
|
],
|
|
2938
3297
|
isPrivate: false,
|
|
2939
|
-
timestamp:
|
|
3298
|
+
timestamp: {
|
|
3299
|
+
type: "BigNumber",
|
|
3300
|
+
hex: "0x00"
|
|
3301
|
+
}
|
|
2940
3302
|
},
|
|
2941
3303
|
{
|
|
2942
3304
|
id: 123,
|
|
@@ -2952,7 +3314,10 @@ var products_default = [
|
|
|
2952
3314
|
"USDC"
|
|
2953
3315
|
],
|
|
2954
3316
|
isPrivate: false,
|
|
2955
|
-
timestamp:
|
|
3317
|
+
timestamp: {
|
|
3318
|
+
type: "BigNumber",
|
|
3319
|
+
hex: "0x00"
|
|
3320
|
+
}
|
|
2956
3321
|
},
|
|
2957
3322
|
{
|
|
2958
3323
|
id: 124,
|
|
@@ -2968,7 +3333,10 @@ var products_default = [
|
|
|
2968
3333
|
"USDC"
|
|
2969
3334
|
],
|
|
2970
3335
|
isPrivate: false,
|
|
2971
|
-
timestamp:
|
|
3336
|
+
timestamp: {
|
|
3337
|
+
type: "BigNumber",
|
|
3338
|
+
hex: "0x00"
|
|
3339
|
+
}
|
|
2972
3340
|
},
|
|
2973
3341
|
{
|
|
2974
3342
|
id: 125,
|
|
@@ -2984,7 +3352,10 @@ var products_default = [
|
|
|
2984
3352
|
"USDC"
|
|
2985
3353
|
],
|
|
2986
3354
|
isPrivate: false,
|
|
2987
|
-
timestamp:
|
|
3355
|
+
timestamp: {
|
|
3356
|
+
type: "BigNumber",
|
|
3357
|
+
hex: "0x00"
|
|
3358
|
+
}
|
|
2988
3359
|
},
|
|
2989
3360
|
{
|
|
2990
3361
|
id: 126,
|
|
@@ -3000,7 +3371,10 @@ var products_default = [
|
|
|
3000
3371
|
"USDC"
|
|
3001
3372
|
],
|
|
3002
3373
|
isPrivate: false,
|
|
3003
|
-
timestamp:
|
|
3374
|
+
timestamp: {
|
|
3375
|
+
type: "BigNumber",
|
|
3376
|
+
hex: "0x00"
|
|
3377
|
+
}
|
|
3004
3378
|
},
|
|
3005
3379
|
{
|
|
3006
3380
|
id: 127,
|
|
@@ -3016,7 +3390,10 @@ var products_default = [
|
|
|
3016
3390
|
"USDC"
|
|
3017
3391
|
],
|
|
3018
3392
|
isPrivate: false,
|
|
3019
|
-
timestamp:
|
|
3393
|
+
timestamp: {
|
|
3394
|
+
type: "BigNumber",
|
|
3395
|
+
hex: "0x00"
|
|
3396
|
+
}
|
|
3020
3397
|
},
|
|
3021
3398
|
{
|
|
3022
3399
|
id: 128,
|
|
@@ -3032,7 +3409,10 @@ var products_default = [
|
|
|
3032
3409
|
"USDC"
|
|
3033
3410
|
],
|
|
3034
3411
|
isPrivate: false,
|
|
3035
|
-
timestamp:
|
|
3412
|
+
timestamp: {
|
|
3413
|
+
type: "BigNumber",
|
|
3414
|
+
hex: "0x00"
|
|
3415
|
+
}
|
|
3036
3416
|
},
|
|
3037
3417
|
{
|
|
3038
3418
|
id: 129,
|
|
@@ -3048,7 +3428,10 @@ var products_default = [
|
|
|
3048
3428
|
"USDC"
|
|
3049
3429
|
],
|
|
3050
3430
|
isPrivate: false,
|
|
3051
|
-
timestamp:
|
|
3431
|
+
timestamp: {
|
|
3432
|
+
type: "BigNumber",
|
|
3433
|
+
hex: "0x00"
|
|
3434
|
+
}
|
|
3052
3435
|
},
|
|
3053
3436
|
{
|
|
3054
3437
|
id: 130,
|
|
@@ -3064,7 +3447,10 @@ var products_default = [
|
|
|
3064
3447
|
"USDC"
|
|
3065
3448
|
],
|
|
3066
3449
|
isPrivate: false,
|
|
3067
|
-
timestamp:
|
|
3450
|
+
timestamp: {
|
|
3451
|
+
type: "BigNumber",
|
|
3452
|
+
hex: "0x00"
|
|
3453
|
+
}
|
|
3068
3454
|
},
|
|
3069
3455
|
{
|
|
3070
3456
|
id: 131,
|
|
@@ -3080,7 +3466,10 @@ var products_default = [
|
|
|
3080
3466
|
"USDC"
|
|
3081
3467
|
],
|
|
3082
3468
|
isPrivate: false,
|
|
3083
|
-
timestamp:
|
|
3469
|
+
timestamp: {
|
|
3470
|
+
type: "BigNumber",
|
|
3471
|
+
hex: "0x00"
|
|
3472
|
+
}
|
|
3084
3473
|
},
|
|
3085
3474
|
{
|
|
3086
3475
|
id: 132,
|
|
@@ -3096,7 +3485,10 @@ var products_default = [
|
|
|
3096
3485
|
"USDC"
|
|
3097
3486
|
],
|
|
3098
3487
|
isPrivate: false,
|
|
3099
|
-
timestamp:
|
|
3488
|
+
timestamp: {
|
|
3489
|
+
type: "BigNumber",
|
|
3490
|
+
hex: "0x00"
|
|
3491
|
+
}
|
|
3100
3492
|
},
|
|
3101
3493
|
{
|
|
3102
3494
|
id: 133,
|
|
@@ -3112,7 +3504,10 @@ var products_default = [
|
|
|
3112
3504
|
"USDC"
|
|
3113
3505
|
],
|
|
3114
3506
|
isPrivate: false,
|
|
3115
|
-
timestamp:
|
|
3507
|
+
timestamp: {
|
|
3508
|
+
type: "BigNumber",
|
|
3509
|
+
hex: "0x00"
|
|
3510
|
+
}
|
|
3116
3511
|
},
|
|
3117
3512
|
{
|
|
3118
3513
|
id: 134,
|
|
@@ -3128,7 +3523,10 @@ var products_default = [
|
|
|
3128
3523
|
"USDC"
|
|
3129
3524
|
],
|
|
3130
3525
|
isPrivate: false,
|
|
3131
|
-
timestamp:
|
|
3526
|
+
timestamp: {
|
|
3527
|
+
type: "BigNumber",
|
|
3528
|
+
hex: "0x00"
|
|
3529
|
+
}
|
|
3132
3530
|
},
|
|
3133
3531
|
{
|
|
3134
3532
|
id: 135,
|
|
@@ -3144,7 +3542,10 @@ var products_default = [
|
|
|
3144
3542
|
"USDC"
|
|
3145
3543
|
],
|
|
3146
3544
|
isPrivate: false,
|
|
3147
|
-
timestamp:
|
|
3545
|
+
timestamp: {
|
|
3546
|
+
type: "BigNumber",
|
|
3547
|
+
hex: "0x00"
|
|
3548
|
+
}
|
|
3148
3549
|
},
|
|
3149
3550
|
{
|
|
3150
3551
|
id: 136,
|
|
@@ -3160,7 +3561,10 @@ var products_default = [
|
|
|
3160
3561
|
"ETH"
|
|
3161
3562
|
],
|
|
3162
3563
|
isPrivate: false,
|
|
3163
|
-
timestamp:
|
|
3564
|
+
timestamp: {
|
|
3565
|
+
type: "BigNumber",
|
|
3566
|
+
hex: "0x66a265cf"
|
|
3567
|
+
}
|
|
3164
3568
|
},
|
|
3165
3569
|
{
|
|
3166
3570
|
id: 137,
|
|
@@ -3174,7 +3578,10 @@ var products_default = [
|
|
|
3174
3578
|
"ETH"
|
|
3175
3579
|
],
|
|
3176
3580
|
isPrivate: false,
|
|
3177
|
-
timestamp:
|
|
3581
|
+
timestamp: {
|
|
3582
|
+
type: "BigNumber",
|
|
3583
|
+
hex: "0x00"
|
|
3584
|
+
}
|
|
3178
3585
|
},
|
|
3179
3586
|
{
|
|
3180
3587
|
id: 138,
|
|
@@ -3188,7 +3595,10 @@ var products_default = [
|
|
|
3188
3595
|
"ETH"
|
|
3189
3596
|
],
|
|
3190
3597
|
isPrivate: false,
|
|
3191
|
-
timestamp:
|
|
3598
|
+
timestamp: {
|
|
3599
|
+
type: "BigNumber",
|
|
3600
|
+
hex: "0x00"
|
|
3601
|
+
}
|
|
3192
3602
|
},
|
|
3193
3603
|
{
|
|
3194
3604
|
id: 139,
|
|
@@ -3204,7 +3614,10 @@ var products_default = [
|
|
|
3204
3614
|
"USDC"
|
|
3205
3615
|
],
|
|
3206
3616
|
isPrivate: false,
|
|
3207
|
-
timestamp:
|
|
3617
|
+
timestamp: {
|
|
3618
|
+
type: "BigNumber",
|
|
3619
|
+
hex: "0x00"
|
|
3620
|
+
}
|
|
3208
3621
|
},
|
|
3209
3622
|
{
|
|
3210
3623
|
id: 140,
|
|
@@ -3220,7 +3633,10 @@ var products_default = [
|
|
|
3220
3633
|
"USDC"
|
|
3221
3634
|
],
|
|
3222
3635
|
isPrivate: false,
|
|
3223
|
-
timestamp:
|
|
3636
|
+
timestamp: {
|
|
3637
|
+
type: "BigNumber",
|
|
3638
|
+
hex: "0x00"
|
|
3639
|
+
}
|
|
3224
3640
|
},
|
|
3225
3641
|
{
|
|
3226
3642
|
id: 141,
|
|
@@ -3238,7 +3654,10 @@ var products_default = [
|
|
|
3238
3654
|
"USDC"
|
|
3239
3655
|
],
|
|
3240
3656
|
isPrivate: false,
|
|
3241
|
-
timestamp:
|
|
3657
|
+
timestamp: {
|
|
3658
|
+
type: "BigNumber",
|
|
3659
|
+
hex: "0x66a265cf"
|
|
3660
|
+
}
|
|
3242
3661
|
},
|
|
3243
3662
|
{
|
|
3244
3663
|
id: 142,
|
|
@@ -3256,7 +3675,10 @@ var products_default = [
|
|
|
3256
3675
|
"USDC"
|
|
3257
3676
|
],
|
|
3258
3677
|
isPrivate: false,
|
|
3259
|
-
timestamp:
|
|
3678
|
+
timestamp: {
|
|
3679
|
+
type: "BigNumber",
|
|
3680
|
+
hex: "0x66a265cf"
|
|
3681
|
+
}
|
|
3260
3682
|
},
|
|
3261
3683
|
{
|
|
3262
3684
|
id: 143,
|
|
@@ -3272,7 +3694,10 @@ var products_default = [
|
|
|
3272
3694
|
"ETH"
|
|
3273
3695
|
],
|
|
3274
3696
|
isPrivate: false,
|
|
3275
|
-
timestamp:
|
|
3697
|
+
timestamp: {
|
|
3698
|
+
type: "BigNumber",
|
|
3699
|
+
hex: "0x66a265cf"
|
|
3700
|
+
}
|
|
3276
3701
|
},
|
|
3277
3702
|
{
|
|
3278
3703
|
id: 144,
|
|
@@ -3290,7 +3715,10 @@ var products_default = [
|
|
|
3290
3715
|
"USDC"
|
|
3291
3716
|
],
|
|
3292
3717
|
isPrivate: false,
|
|
3293
|
-
timestamp:
|
|
3718
|
+
timestamp: {
|
|
3719
|
+
type: "BigNumber",
|
|
3720
|
+
hex: "0x66a265cf"
|
|
3721
|
+
}
|
|
3294
3722
|
},
|
|
3295
3723
|
{
|
|
3296
3724
|
id: 145,
|
|
@@ -3308,7 +3736,10 @@ var products_default = [
|
|
|
3308
3736
|
"USDC"
|
|
3309
3737
|
],
|
|
3310
3738
|
isPrivate: false,
|
|
3311
|
-
timestamp:
|
|
3739
|
+
timestamp: {
|
|
3740
|
+
type: "BigNumber",
|
|
3741
|
+
hex: "0x66a265cf"
|
|
3742
|
+
}
|
|
3312
3743
|
},
|
|
3313
3744
|
{
|
|
3314
3745
|
id: 146,
|
|
@@ -3326,7 +3757,10 @@ var products_default = [
|
|
|
3326
3757
|
"USDC"
|
|
3327
3758
|
],
|
|
3328
3759
|
isPrivate: false,
|
|
3329
|
-
timestamp:
|
|
3760
|
+
timestamp: {
|
|
3761
|
+
type: "BigNumber",
|
|
3762
|
+
hex: "0x66a265cf"
|
|
3763
|
+
}
|
|
3330
3764
|
},
|
|
3331
3765
|
{
|
|
3332
3766
|
id: 147,
|
|
@@ -3342,7 +3776,10 @@ var products_default = [
|
|
|
3342
3776
|
"USDC"
|
|
3343
3777
|
],
|
|
3344
3778
|
isPrivate: false,
|
|
3345
|
-
timestamp:
|
|
3779
|
+
timestamp: {
|
|
3780
|
+
type: "BigNumber",
|
|
3781
|
+
hex: "0x00"
|
|
3782
|
+
}
|
|
3346
3783
|
},
|
|
3347
3784
|
{
|
|
3348
3785
|
id: 148,
|
|
@@ -3358,7 +3795,10 @@ var products_default = [
|
|
|
3358
3795
|
"USDC"
|
|
3359
3796
|
],
|
|
3360
3797
|
isPrivate: false,
|
|
3361
|
-
timestamp:
|
|
3798
|
+
timestamp: {
|
|
3799
|
+
type: "BigNumber",
|
|
3800
|
+
hex: "0x00"
|
|
3801
|
+
}
|
|
3362
3802
|
},
|
|
3363
3803
|
{
|
|
3364
3804
|
id: 149,
|
|
@@ -3376,7 +3816,10 @@ var products_default = [
|
|
|
3376
3816
|
"USDC"
|
|
3377
3817
|
],
|
|
3378
3818
|
isPrivate: false,
|
|
3379
|
-
timestamp:
|
|
3819
|
+
timestamp: {
|
|
3820
|
+
type: "BigNumber",
|
|
3821
|
+
hex: "0x66a265cf"
|
|
3822
|
+
}
|
|
3380
3823
|
},
|
|
3381
3824
|
{
|
|
3382
3825
|
id: 150,
|
|
@@ -3392,7 +3835,10 @@ var products_default = [
|
|
|
3392
3835
|
"ETH"
|
|
3393
3836
|
],
|
|
3394
3837
|
isPrivate: false,
|
|
3395
|
-
timestamp:
|
|
3838
|
+
timestamp: {
|
|
3839
|
+
type: "BigNumber",
|
|
3840
|
+
hex: "0x66a265cf"
|
|
3841
|
+
}
|
|
3396
3842
|
},
|
|
3397
3843
|
{
|
|
3398
3844
|
id: 151,
|
|
@@ -3409,7 +3855,10 @@ var products_default = [
|
|
|
3409
3855
|
"USDC"
|
|
3410
3856
|
],
|
|
3411
3857
|
isPrivate: true,
|
|
3412
|
-
timestamp:
|
|
3858
|
+
timestamp: {
|
|
3859
|
+
type: "BigNumber",
|
|
3860
|
+
hex: "0x66a265cf"
|
|
3861
|
+
}
|
|
3413
3862
|
},
|
|
3414
3863
|
{
|
|
3415
3864
|
id: 152,
|
|
@@ -3427,7 +3876,10 @@ var products_default = [
|
|
|
3427
3876
|
"USDC"
|
|
3428
3877
|
],
|
|
3429
3878
|
isPrivate: false,
|
|
3430
|
-
timestamp:
|
|
3879
|
+
timestamp: {
|
|
3880
|
+
type: "BigNumber",
|
|
3881
|
+
hex: "0x66a265cf"
|
|
3882
|
+
}
|
|
3431
3883
|
},
|
|
3432
3884
|
{
|
|
3433
3885
|
id: 153,
|
|
@@ -3443,7 +3895,10 @@ var products_default = [
|
|
|
3443
3895
|
"ETH"
|
|
3444
3896
|
],
|
|
3445
3897
|
isPrivate: false,
|
|
3446
|
-
timestamp:
|
|
3898
|
+
timestamp: {
|
|
3899
|
+
type: "BigNumber",
|
|
3900
|
+
hex: "0x66a265cf"
|
|
3901
|
+
}
|
|
3447
3902
|
},
|
|
3448
3903
|
{
|
|
3449
3904
|
id: 154,
|
|
@@ -3459,7 +3914,10 @@ var products_default = [
|
|
|
3459
3914
|
"ETH"
|
|
3460
3915
|
],
|
|
3461
3916
|
isPrivate: false,
|
|
3462
|
-
timestamp:
|
|
3917
|
+
timestamp: {
|
|
3918
|
+
type: "BigNumber",
|
|
3919
|
+
hex: "0x66a265cf"
|
|
3920
|
+
}
|
|
3463
3921
|
},
|
|
3464
3922
|
{
|
|
3465
3923
|
id: 155,
|
|
@@ -3475,7 +3933,10 @@ var products_default = [
|
|
|
3475
3933
|
"ETH"
|
|
3476
3934
|
],
|
|
3477
3935
|
isPrivate: false,
|
|
3478
|
-
timestamp:
|
|
3936
|
+
timestamp: {
|
|
3937
|
+
type: "BigNumber",
|
|
3938
|
+
hex: "0x66a265cf"
|
|
3939
|
+
}
|
|
3479
3940
|
},
|
|
3480
3941
|
{
|
|
3481
3942
|
id: 156,
|
|
@@ -3491,7 +3952,10 @@ var products_default = [
|
|
|
3491
3952
|
"USDC"
|
|
3492
3953
|
],
|
|
3493
3954
|
isPrivate: false,
|
|
3494
|
-
timestamp:
|
|
3955
|
+
timestamp: {
|
|
3956
|
+
type: "BigNumber",
|
|
3957
|
+
hex: "0x00"
|
|
3958
|
+
}
|
|
3495
3959
|
},
|
|
3496
3960
|
{
|
|
3497
3961
|
id: 157,
|
|
@@ -3509,7 +3973,10 @@ var products_default = [
|
|
|
3509
3973
|
"USDC"
|
|
3510
3974
|
],
|
|
3511
3975
|
isPrivate: false,
|
|
3512
|
-
timestamp:
|
|
3976
|
+
timestamp: {
|
|
3977
|
+
type: "BigNumber",
|
|
3978
|
+
hex: "0x66a265cf"
|
|
3979
|
+
}
|
|
3513
3980
|
},
|
|
3514
3981
|
{
|
|
3515
3982
|
id: 158,
|
|
@@ -3525,7 +3992,10 @@ var products_default = [
|
|
|
3525
3992
|
"ETH"
|
|
3526
3993
|
],
|
|
3527
3994
|
isPrivate: false,
|
|
3528
|
-
timestamp:
|
|
3995
|
+
timestamp: {
|
|
3996
|
+
type: "BigNumber",
|
|
3997
|
+
hex: "0x66a265cf"
|
|
3998
|
+
}
|
|
3529
3999
|
},
|
|
3530
4000
|
{
|
|
3531
4001
|
id: 159,
|
|
@@ -3543,7 +4013,10 @@ var products_default = [
|
|
|
3543
4013
|
"USDC"
|
|
3544
4014
|
],
|
|
3545
4015
|
isPrivate: true,
|
|
3546
|
-
timestamp:
|
|
4016
|
+
timestamp: {
|
|
4017
|
+
type: "BigNumber",
|
|
4018
|
+
hex: "0x66a265cf"
|
|
4019
|
+
}
|
|
3547
4020
|
},
|
|
3548
4021
|
{
|
|
3549
4022
|
id: 160,
|
|
@@ -3559,7 +4032,10 @@ var products_default = [
|
|
|
3559
4032
|
"ETH"
|
|
3560
4033
|
],
|
|
3561
4034
|
isPrivate: false,
|
|
3562
|
-
timestamp:
|
|
4035
|
+
timestamp: {
|
|
4036
|
+
type: "BigNumber",
|
|
4037
|
+
hex: "0x66a265cf"
|
|
4038
|
+
}
|
|
3563
4039
|
},
|
|
3564
4040
|
{
|
|
3565
4041
|
id: 161,
|
|
@@ -3575,7 +4051,10 @@ var products_default = [
|
|
|
3575
4051
|
"ETH"
|
|
3576
4052
|
],
|
|
3577
4053
|
isPrivate: false,
|
|
3578
|
-
timestamp:
|
|
4054
|
+
timestamp: {
|
|
4055
|
+
type: "BigNumber",
|
|
4056
|
+
hex: "0x66a265cf"
|
|
4057
|
+
}
|
|
3579
4058
|
},
|
|
3580
4059
|
{
|
|
3581
4060
|
id: 162,
|
|
@@ -3591,7 +4070,10 @@ var products_default = [
|
|
|
3591
4070
|
"ETH"
|
|
3592
4071
|
],
|
|
3593
4072
|
isPrivate: false,
|
|
3594
|
-
timestamp:
|
|
4073
|
+
timestamp: {
|
|
4074
|
+
type: "BigNumber",
|
|
4075
|
+
hex: "0x66a265cf"
|
|
4076
|
+
}
|
|
3595
4077
|
},
|
|
3596
4078
|
{
|
|
3597
4079
|
id: 163,
|
|
@@ -3609,7 +4091,10 @@ var products_default = [
|
|
|
3609
4091
|
"USDC"
|
|
3610
4092
|
],
|
|
3611
4093
|
isPrivate: true,
|
|
3612
|
-
timestamp:
|
|
4094
|
+
timestamp: {
|
|
4095
|
+
type: "BigNumber",
|
|
4096
|
+
hex: "0x66a265cf"
|
|
4097
|
+
}
|
|
3613
4098
|
},
|
|
3614
4099
|
{
|
|
3615
4100
|
id: 164,
|
|
@@ -3627,7 +4112,10 @@ var products_default = [
|
|
|
3627
4112
|
"USDC"
|
|
3628
4113
|
],
|
|
3629
4114
|
isPrivate: true,
|
|
3630
|
-
timestamp:
|
|
4115
|
+
timestamp: {
|
|
4116
|
+
type: "BigNumber",
|
|
4117
|
+
hex: "0x66a265cf"
|
|
4118
|
+
}
|
|
3631
4119
|
},
|
|
3632
4120
|
{
|
|
3633
4121
|
id: 165,
|
|
@@ -3644,7 +4132,10 @@ var products_default = [
|
|
|
3644
4132
|
"USDC"
|
|
3645
4133
|
],
|
|
3646
4134
|
isPrivate: false,
|
|
3647
|
-
timestamp:
|
|
4135
|
+
timestamp: {
|
|
4136
|
+
type: "BigNumber",
|
|
4137
|
+
hex: "0x66a265cf"
|
|
4138
|
+
}
|
|
3648
4139
|
},
|
|
3649
4140
|
{
|
|
3650
4141
|
id: 166,
|
|
@@ -3660,7 +4151,10 @@ var products_default = [
|
|
|
3660
4151
|
"USDC"
|
|
3661
4152
|
],
|
|
3662
4153
|
isPrivate: false,
|
|
3663
|
-
timestamp:
|
|
4154
|
+
timestamp: {
|
|
4155
|
+
type: "BigNumber",
|
|
4156
|
+
hex: "0x00"
|
|
4157
|
+
}
|
|
3664
4158
|
},
|
|
3665
4159
|
{
|
|
3666
4160
|
id: 167,
|
|
@@ -3676,7 +4170,10 @@ var products_default = [
|
|
|
3676
4170
|
"ETH"
|
|
3677
4171
|
],
|
|
3678
4172
|
isPrivate: false,
|
|
3679
|
-
timestamp:
|
|
4173
|
+
timestamp: {
|
|
4174
|
+
type: "BigNumber",
|
|
4175
|
+
hex: "0x66a265cf"
|
|
4176
|
+
}
|
|
3680
4177
|
},
|
|
3681
4178
|
{
|
|
3682
4179
|
id: 168,
|
|
@@ -3694,7 +4191,10 @@ var products_default = [
|
|
|
3694
4191
|
"USDC"
|
|
3695
4192
|
],
|
|
3696
4193
|
isPrivate: false,
|
|
3697
|
-
timestamp:
|
|
4194
|
+
timestamp: {
|
|
4195
|
+
type: "BigNumber",
|
|
4196
|
+
hex: "0x66a265cf"
|
|
4197
|
+
}
|
|
3698
4198
|
},
|
|
3699
4199
|
{
|
|
3700
4200
|
id: 169,
|
|
@@ -3710,7 +4210,10 @@ var products_default = [
|
|
|
3710
4210
|
"ETH"
|
|
3711
4211
|
],
|
|
3712
4212
|
isPrivate: false,
|
|
3713
|
-
timestamp:
|
|
4213
|
+
timestamp: {
|
|
4214
|
+
type: "BigNumber",
|
|
4215
|
+
hex: "0x66a265cf"
|
|
4216
|
+
}
|
|
3714
4217
|
},
|
|
3715
4218
|
{
|
|
3716
4219
|
id: 170,
|
|
@@ -3727,7 +4230,10 @@ var products_default = [
|
|
|
3727
4230
|
"USDC"
|
|
3728
4231
|
],
|
|
3729
4232
|
isPrivate: false,
|
|
3730
|
-
timestamp:
|
|
4233
|
+
timestamp: {
|
|
4234
|
+
type: "BigNumber",
|
|
4235
|
+
hex: "0x66a265cf"
|
|
4236
|
+
}
|
|
3731
4237
|
},
|
|
3732
4238
|
{
|
|
3733
4239
|
id: 171,
|
|
@@ -3744,7 +4250,10 @@ var products_default = [
|
|
|
3744
4250
|
"USDC"
|
|
3745
4251
|
],
|
|
3746
4252
|
isPrivate: false,
|
|
3747
|
-
timestamp:
|
|
4253
|
+
timestamp: {
|
|
4254
|
+
type: "BigNumber",
|
|
4255
|
+
hex: "0x66a265cf"
|
|
4256
|
+
}
|
|
3748
4257
|
},
|
|
3749
4258
|
{
|
|
3750
4259
|
id: 172,
|
|
@@ -3762,7 +4271,10 @@ var products_default = [
|
|
|
3762
4271
|
"USDC"
|
|
3763
4272
|
],
|
|
3764
4273
|
isPrivate: false,
|
|
3765
|
-
timestamp:
|
|
4274
|
+
timestamp: {
|
|
4275
|
+
type: "BigNumber",
|
|
4276
|
+
hex: "0x66a265cf"
|
|
4277
|
+
}
|
|
3766
4278
|
},
|
|
3767
4279
|
{
|
|
3768
4280
|
id: 173,
|
|
@@ -3780,7 +4292,10 @@ var products_default = [
|
|
|
3780
4292
|
"USDC"
|
|
3781
4293
|
],
|
|
3782
4294
|
isPrivate: false,
|
|
3783
|
-
timestamp:
|
|
4295
|
+
timestamp: {
|
|
4296
|
+
type: "BigNumber",
|
|
4297
|
+
hex: "0x66a265cf"
|
|
4298
|
+
}
|
|
3784
4299
|
},
|
|
3785
4300
|
{
|
|
3786
4301
|
id: 174,
|
|
@@ -3798,7 +4313,10 @@ var products_default = [
|
|
|
3798
4313
|
"USDC"
|
|
3799
4314
|
],
|
|
3800
4315
|
isPrivate: false,
|
|
3801
|
-
timestamp:
|
|
4316
|
+
timestamp: {
|
|
4317
|
+
type: "BigNumber",
|
|
4318
|
+
hex: "0x66a265cf"
|
|
4319
|
+
}
|
|
3802
4320
|
},
|
|
3803
4321
|
{
|
|
3804
4322
|
id: 175,
|
|
@@ -3816,7 +4334,10 @@ var products_default = [
|
|
|
3816
4334
|
"USDC"
|
|
3817
4335
|
],
|
|
3818
4336
|
isPrivate: false,
|
|
3819
|
-
timestamp:
|
|
4337
|
+
timestamp: {
|
|
4338
|
+
type: "BigNumber",
|
|
4339
|
+
hex: "0x66a265cf"
|
|
4340
|
+
}
|
|
3820
4341
|
},
|
|
3821
4342
|
{
|
|
3822
4343
|
id: 176,
|
|
@@ -3832,7 +4353,10 @@ var products_default = [
|
|
|
3832
4353
|
"ETH"
|
|
3833
4354
|
],
|
|
3834
4355
|
isPrivate: false,
|
|
3835
|
-
timestamp:
|
|
4356
|
+
timestamp: {
|
|
4357
|
+
type: "BigNumber",
|
|
4358
|
+
hex: "0x66a265cf"
|
|
4359
|
+
}
|
|
3836
4360
|
},
|
|
3837
4361
|
{
|
|
3838
4362
|
id: 177,
|
|
@@ -3848,7 +4372,10 @@ var products_default = [
|
|
|
3848
4372
|
"ETH"
|
|
3849
4373
|
],
|
|
3850
4374
|
isPrivate: false,
|
|
3851
|
-
timestamp:
|
|
4375
|
+
timestamp: {
|
|
4376
|
+
type: "BigNumber",
|
|
4377
|
+
hex: "0x66a265cf"
|
|
4378
|
+
}
|
|
3852
4379
|
},
|
|
3853
4380
|
{
|
|
3854
4381
|
id: 178,
|
|
@@ -3864,7 +4391,10 @@ var products_default = [
|
|
|
3864
4391
|
"ETH"
|
|
3865
4392
|
],
|
|
3866
4393
|
isPrivate: false,
|
|
3867
|
-
timestamp:
|
|
4394
|
+
timestamp: {
|
|
4395
|
+
type: "BigNumber",
|
|
4396
|
+
hex: "0x66a265cf"
|
|
4397
|
+
}
|
|
3868
4398
|
},
|
|
3869
4399
|
{
|
|
3870
4400
|
id: 179,
|
|
@@ -3881,7 +4411,10 @@ var products_default = [
|
|
|
3881
4411
|
"USDC"
|
|
3882
4412
|
],
|
|
3883
4413
|
isPrivate: false,
|
|
3884
|
-
timestamp:
|
|
4414
|
+
timestamp: {
|
|
4415
|
+
type: "BigNumber",
|
|
4416
|
+
hex: "0x66a265cf"
|
|
4417
|
+
}
|
|
3885
4418
|
},
|
|
3886
4419
|
{
|
|
3887
4420
|
id: 180,
|
|
@@ -3899,7 +4432,10 @@ var products_default = [
|
|
|
3899
4432
|
"USDC"
|
|
3900
4433
|
],
|
|
3901
4434
|
isPrivate: false,
|
|
3902
|
-
timestamp:
|
|
4435
|
+
timestamp: {
|
|
4436
|
+
type: "BigNumber",
|
|
4437
|
+
hex: "0x66a265cf"
|
|
4438
|
+
}
|
|
3903
4439
|
},
|
|
3904
4440
|
{
|
|
3905
4441
|
id: 181,
|
|
@@ -3917,7 +4453,10 @@ var products_default = [
|
|
|
3917
4453
|
"USDC"
|
|
3918
4454
|
],
|
|
3919
4455
|
isPrivate: false,
|
|
3920
|
-
timestamp:
|
|
4456
|
+
timestamp: {
|
|
4457
|
+
type: "BigNumber",
|
|
4458
|
+
hex: "0x66a265cf"
|
|
4459
|
+
}
|
|
3921
4460
|
},
|
|
3922
4461
|
{
|
|
3923
4462
|
id: 182,
|
|
@@ -3933,7 +4472,10 @@ var products_default = [
|
|
|
3933
4472
|
"USDC"
|
|
3934
4473
|
],
|
|
3935
4474
|
isPrivate: false,
|
|
3936
|
-
timestamp:
|
|
4475
|
+
timestamp: {
|
|
4476
|
+
type: "BigNumber",
|
|
4477
|
+
hex: "0x00"
|
|
4478
|
+
}
|
|
3937
4479
|
},
|
|
3938
4480
|
{
|
|
3939
4481
|
id: 183,
|
|
@@ -3949,7 +4491,10 @@ var products_default = [
|
|
|
3949
4491
|
"USDC"
|
|
3950
4492
|
],
|
|
3951
4493
|
isPrivate: false,
|
|
3952
|
-
timestamp:
|
|
4494
|
+
timestamp: {
|
|
4495
|
+
type: "BigNumber",
|
|
4496
|
+
hex: "0x00"
|
|
4497
|
+
}
|
|
3953
4498
|
},
|
|
3954
4499
|
{
|
|
3955
4500
|
id: 184,
|
|
@@ -3965,7 +4510,10 @@ var products_default = [
|
|
|
3965
4510
|
"USDC"
|
|
3966
4511
|
],
|
|
3967
4512
|
isPrivate: false,
|
|
3968
|
-
timestamp:
|
|
4513
|
+
timestamp: {
|
|
4514
|
+
type: "BigNumber",
|
|
4515
|
+
hex: "0x00"
|
|
4516
|
+
}
|
|
3969
4517
|
},
|
|
3970
4518
|
{
|
|
3971
4519
|
id: 185,
|
|
@@ -3981,7 +4529,10 @@ var products_default = [
|
|
|
3981
4529
|
"USDC"
|
|
3982
4530
|
],
|
|
3983
4531
|
isPrivate: false,
|
|
3984
|
-
timestamp:
|
|
4532
|
+
timestamp: {
|
|
4533
|
+
type: "BigNumber",
|
|
4534
|
+
hex: "0x00"
|
|
4535
|
+
}
|
|
3985
4536
|
},
|
|
3986
4537
|
{
|
|
3987
4538
|
id: 186,
|
|
@@ -3998,7 +4549,10 @@ var products_default = [
|
|
|
3998
4549
|
"USDC"
|
|
3999
4550
|
],
|
|
4000
4551
|
isPrivate: true,
|
|
4001
|
-
timestamp:
|
|
4552
|
+
timestamp: {
|
|
4553
|
+
type: "BigNumber",
|
|
4554
|
+
hex: "0x66a265cf"
|
|
4555
|
+
}
|
|
4002
4556
|
},
|
|
4003
4557
|
{
|
|
4004
4558
|
id: 187,
|
|
@@ -4014,7 +4568,10 @@ var products_default = [
|
|
|
4014
4568
|
"ETH"
|
|
4015
4569
|
],
|
|
4016
4570
|
isPrivate: false,
|
|
4017
|
-
timestamp:
|
|
4571
|
+
timestamp: {
|
|
4572
|
+
type: "BigNumber",
|
|
4573
|
+
hex: "0x66a265cf"
|
|
4574
|
+
}
|
|
4018
4575
|
},
|
|
4019
4576
|
{
|
|
4020
4577
|
id: 188,
|
|
@@ -4030,7 +4587,10 @@ var products_default = [
|
|
|
4030
4587
|
"ETH"
|
|
4031
4588
|
],
|
|
4032
4589
|
isPrivate: false,
|
|
4033
|
-
timestamp:
|
|
4590
|
+
timestamp: {
|
|
4591
|
+
type: "BigNumber",
|
|
4592
|
+
hex: "0x66a265cf"
|
|
4593
|
+
}
|
|
4034
4594
|
},
|
|
4035
4595
|
{
|
|
4036
4596
|
id: 189,
|
|
@@ -4046,7 +4606,10 @@ var products_default = [
|
|
|
4046
4606
|
"ETH"
|
|
4047
4607
|
],
|
|
4048
4608
|
isPrivate: false,
|
|
4049
|
-
timestamp:
|
|
4609
|
+
timestamp: {
|
|
4610
|
+
type: "BigNumber",
|
|
4611
|
+
hex: "0x66a265cf"
|
|
4612
|
+
}
|
|
4050
4613
|
},
|
|
4051
4614
|
{
|
|
4052
4615
|
id: 190,
|
|
@@ -4064,7 +4627,10 @@ var products_default = [
|
|
|
4064
4627
|
"USDC"
|
|
4065
4628
|
],
|
|
4066
4629
|
isPrivate: false,
|
|
4067
|
-
timestamp:
|
|
4630
|
+
timestamp: {
|
|
4631
|
+
type: "BigNumber",
|
|
4632
|
+
hex: "0x66a265cf"
|
|
4633
|
+
}
|
|
4068
4634
|
},
|
|
4069
4635
|
{
|
|
4070
4636
|
id: 191,
|
|
@@ -4080,7 +4646,10 @@ var products_default = [
|
|
|
4080
4646
|
"USDC"
|
|
4081
4647
|
],
|
|
4082
4648
|
isPrivate: false,
|
|
4083
|
-
timestamp:
|
|
4649
|
+
timestamp: {
|
|
4650
|
+
type: "BigNumber",
|
|
4651
|
+
hex: "0x00"
|
|
4652
|
+
}
|
|
4084
4653
|
},
|
|
4085
4654
|
{
|
|
4086
4655
|
id: 192,
|
|
@@ -4094,7 +4663,10 @@ var products_default = [
|
|
|
4094
4663
|
"ETH"
|
|
4095
4664
|
],
|
|
4096
4665
|
isPrivate: false,
|
|
4097
|
-
timestamp:
|
|
4666
|
+
timestamp: {
|
|
4667
|
+
type: "BigNumber",
|
|
4668
|
+
hex: "0x00"
|
|
4669
|
+
}
|
|
4098
4670
|
},
|
|
4099
4671
|
{
|
|
4100
4672
|
id: 193,
|
|
@@ -4110,7 +4682,10 @@ var products_default = [
|
|
|
4110
4682
|
"ETH"
|
|
4111
4683
|
],
|
|
4112
4684
|
isPrivate: false,
|
|
4113
|
-
timestamp:
|
|
4685
|
+
timestamp: {
|
|
4686
|
+
type: "BigNumber",
|
|
4687
|
+
hex: "0x66a265cf"
|
|
4688
|
+
}
|
|
4114
4689
|
},
|
|
4115
4690
|
{
|
|
4116
4691
|
id: 194,
|
|
@@ -4127,7 +4702,10 @@ var products_default = [
|
|
|
4127
4702
|
"USDC"
|
|
4128
4703
|
],
|
|
4129
4704
|
isPrivate: false,
|
|
4130
|
-
timestamp:
|
|
4705
|
+
timestamp: {
|
|
4706
|
+
type: "BigNumber",
|
|
4707
|
+
hex: "0x66a265cf"
|
|
4708
|
+
}
|
|
4131
4709
|
},
|
|
4132
4710
|
{
|
|
4133
4711
|
id: 195,
|
|
@@ -4143,7 +4721,10 @@ var products_default = [
|
|
|
4143
4721
|
"ETH"
|
|
4144
4722
|
],
|
|
4145
4723
|
isPrivate: true,
|
|
4146
|
-
timestamp:
|
|
4724
|
+
timestamp: {
|
|
4725
|
+
type: "BigNumber",
|
|
4726
|
+
hex: "0x66a265cf"
|
|
4727
|
+
}
|
|
4147
4728
|
},
|
|
4148
4729
|
{
|
|
4149
4730
|
id: 196,
|
|
@@ -4160,7 +4741,10 @@ var products_default = [
|
|
|
4160
4741
|
"USDC"
|
|
4161
4742
|
],
|
|
4162
4743
|
isPrivate: true,
|
|
4163
|
-
timestamp:
|
|
4744
|
+
timestamp: {
|
|
4745
|
+
type: "BigNumber",
|
|
4746
|
+
hex: "0x66a265cf"
|
|
4747
|
+
}
|
|
4164
4748
|
},
|
|
4165
4749
|
{
|
|
4166
4750
|
id: 197,
|
|
@@ -4176,7 +4760,10 @@ var products_default = [
|
|
|
4176
4760
|
"USDC"
|
|
4177
4761
|
],
|
|
4178
4762
|
isPrivate: false,
|
|
4179
|
-
timestamp:
|
|
4763
|
+
timestamp: {
|
|
4764
|
+
type: "BigNumber",
|
|
4765
|
+
hex: "0x00"
|
|
4766
|
+
}
|
|
4180
4767
|
},
|
|
4181
4768
|
{
|
|
4182
4769
|
id: 198,
|
|
@@ -4193,7 +4780,10 @@ var products_default = [
|
|
|
4193
4780
|
"USDC"
|
|
4194
4781
|
],
|
|
4195
4782
|
isPrivate: false,
|
|
4196
|
-
timestamp:
|
|
4783
|
+
timestamp: {
|
|
4784
|
+
type: "BigNumber",
|
|
4785
|
+
hex: "0x66a265cf"
|
|
4786
|
+
}
|
|
4197
4787
|
},
|
|
4198
4788
|
{
|
|
4199
4789
|
id: 199,
|
|
@@ -4211,7 +4801,10 @@ var products_default = [
|
|
|
4211
4801
|
"USDC"
|
|
4212
4802
|
],
|
|
4213
4803
|
isPrivate: false,
|
|
4214
|
-
timestamp:
|
|
4804
|
+
timestamp: {
|
|
4805
|
+
type: "BigNumber",
|
|
4806
|
+
hex: "0x66a265cf"
|
|
4807
|
+
}
|
|
4215
4808
|
},
|
|
4216
4809
|
{
|
|
4217
4810
|
id: 200,
|
|
@@ -4229,7 +4822,10 @@ var products_default = [
|
|
|
4229
4822
|
"USDC"
|
|
4230
4823
|
],
|
|
4231
4824
|
isPrivate: false,
|
|
4232
|
-
timestamp:
|
|
4825
|
+
timestamp: {
|
|
4826
|
+
type: "BigNumber",
|
|
4827
|
+
hex: "0x66a265cf"
|
|
4828
|
+
}
|
|
4233
4829
|
},
|
|
4234
4830
|
{
|
|
4235
4831
|
id: 201,
|
|
@@ -4247,7 +4843,10 @@ var products_default = [
|
|
|
4247
4843
|
"USDC"
|
|
4248
4844
|
],
|
|
4249
4845
|
isPrivate: false,
|
|
4250
|
-
timestamp:
|
|
4846
|
+
timestamp: {
|
|
4847
|
+
type: "BigNumber",
|
|
4848
|
+
hex: "0x66a265cf"
|
|
4849
|
+
}
|
|
4251
4850
|
},
|
|
4252
4851
|
{
|
|
4253
4852
|
id: 202,
|
|
@@ -4265,7 +4864,10 @@ var products_default = [
|
|
|
4265
4864
|
"USDC"
|
|
4266
4865
|
],
|
|
4267
4866
|
isPrivate: false,
|
|
4268
|
-
timestamp:
|
|
4867
|
+
timestamp: {
|
|
4868
|
+
type: "BigNumber",
|
|
4869
|
+
hex: "0x66a265cf"
|
|
4870
|
+
}
|
|
4269
4871
|
},
|
|
4270
4872
|
{
|
|
4271
4873
|
id: 203,
|
|
@@ -4281,7 +4883,10 @@ var products_default = [
|
|
|
4281
4883
|
"ETH"
|
|
4282
4884
|
],
|
|
4283
4885
|
isPrivate: false,
|
|
4284
|
-
timestamp:
|
|
4886
|
+
timestamp: {
|
|
4887
|
+
type: "BigNumber",
|
|
4888
|
+
hex: "0x66a265cf"
|
|
4889
|
+
}
|
|
4285
4890
|
},
|
|
4286
4891
|
{
|
|
4287
4892
|
id: 204,
|
|
@@ -4297,7 +4902,10 @@ var products_default = [
|
|
|
4297
4902
|
"ETH"
|
|
4298
4903
|
],
|
|
4299
4904
|
isPrivate: false,
|
|
4300
|
-
timestamp:
|
|
4905
|
+
timestamp: {
|
|
4906
|
+
type: "BigNumber",
|
|
4907
|
+
hex: "0x66a265cf"
|
|
4908
|
+
}
|
|
4301
4909
|
},
|
|
4302
4910
|
{
|
|
4303
4911
|
id: 205,
|
|
@@ -4313,7 +4921,10 @@ var products_default = [
|
|
|
4313
4921
|
"ETH"
|
|
4314
4922
|
],
|
|
4315
4923
|
isPrivate: false,
|
|
4316
|
-
timestamp:
|
|
4924
|
+
timestamp: {
|
|
4925
|
+
type: "BigNumber",
|
|
4926
|
+
hex: "0x66a265cf"
|
|
4927
|
+
}
|
|
4317
4928
|
},
|
|
4318
4929
|
{
|
|
4319
4930
|
id: 206,
|
|
@@ -4329,7 +4940,10 @@ var products_default = [
|
|
|
4329
4940
|
"ETH"
|
|
4330
4941
|
],
|
|
4331
4942
|
isPrivate: false,
|
|
4332
|
-
timestamp:
|
|
4943
|
+
timestamp: {
|
|
4944
|
+
type: "BigNumber",
|
|
4945
|
+
hex: "0x66a265cf"
|
|
4946
|
+
}
|
|
4333
4947
|
},
|
|
4334
4948
|
{
|
|
4335
4949
|
id: 207,
|
|
@@ -4345,7 +4959,10 @@ var products_default = [
|
|
|
4345
4959
|
"USDC"
|
|
4346
4960
|
],
|
|
4347
4961
|
isPrivate: false,
|
|
4348
|
-
timestamp:
|
|
4962
|
+
timestamp: {
|
|
4963
|
+
type: "BigNumber",
|
|
4964
|
+
hex: "0x00"
|
|
4965
|
+
}
|
|
4349
4966
|
},
|
|
4350
4967
|
{
|
|
4351
4968
|
id: 208,
|
|
@@ -4360,7 +4977,10 @@ var products_default = [
|
|
|
4360
4977
|
"USDC"
|
|
4361
4978
|
],
|
|
4362
4979
|
isPrivate: false,
|
|
4363
|
-
timestamp:
|
|
4980
|
+
timestamp: {
|
|
4981
|
+
type: "BigNumber",
|
|
4982
|
+
hex: "0x00"
|
|
4983
|
+
}
|
|
4364
4984
|
},
|
|
4365
4985
|
{
|
|
4366
4986
|
id: 209,
|
|
@@ -4376,7 +4996,10 @@ var products_default = [
|
|
|
4376
4996
|
"ETH"
|
|
4377
4997
|
],
|
|
4378
4998
|
isPrivate: false,
|
|
4379
|
-
timestamp:
|
|
4999
|
+
timestamp: {
|
|
5000
|
+
type: "BigNumber",
|
|
5001
|
+
hex: "0x66a265cf"
|
|
5002
|
+
}
|
|
4380
5003
|
},
|
|
4381
5004
|
{
|
|
4382
5005
|
id: 210,
|
|
@@ -4394,7 +5017,10 @@ var products_default = [
|
|
|
4394
5017
|
"USDC"
|
|
4395
5018
|
],
|
|
4396
5019
|
isPrivate: false,
|
|
4397
|
-
timestamp:
|
|
5020
|
+
timestamp: {
|
|
5021
|
+
type: "BigNumber",
|
|
5022
|
+
hex: "0x66a265cf"
|
|
5023
|
+
}
|
|
4398
5024
|
},
|
|
4399
5025
|
{
|
|
4400
5026
|
id: 211,
|
|
@@ -4412,7 +5038,10 @@ var products_default = [
|
|
|
4412
5038
|
"USDC"
|
|
4413
5039
|
],
|
|
4414
5040
|
isPrivate: false,
|
|
4415
|
-
timestamp:
|
|
5041
|
+
timestamp: {
|
|
5042
|
+
type: "BigNumber",
|
|
5043
|
+
hex: "0x66a265cf"
|
|
5044
|
+
}
|
|
4416
5045
|
},
|
|
4417
5046
|
{
|
|
4418
5047
|
id: 212,
|
|
@@ -4430,7 +5059,10 @@ var products_default = [
|
|
|
4430
5059
|
"USDC"
|
|
4431
5060
|
],
|
|
4432
5061
|
isPrivate: false,
|
|
4433
|
-
timestamp:
|
|
5062
|
+
timestamp: {
|
|
5063
|
+
type: "BigNumber",
|
|
5064
|
+
hex: "0x66a265cf"
|
|
5065
|
+
}
|
|
4434
5066
|
},
|
|
4435
5067
|
{
|
|
4436
5068
|
id: 213,
|
|
@@ -4448,7 +5080,10 @@ var products_default = [
|
|
|
4448
5080
|
"USDC"
|
|
4449
5081
|
],
|
|
4450
5082
|
isPrivate: false,
|
|
4451
|
-
timestamp:
|
|
5083
|
+
timestamp: {
|
|
5084
|
+
type: "BigNumber",
|
|
5085
|
+
hex: "0x66a265cf"
|
|
5086
|
+
}
|
|
4452
5087
|
},
|
|
4453
5088
|
{
|
|
4454
5089
|
id: 214,
|
|
@@ -4464,7 +5099,10 @@ var products_default = [
|
|
|
4464
5099
|
"USDC"
|
|
4465
5100
|
],
|
|
4466
5101
|
isPrivate: false,
|
|
4467
|
-
timestamp:
|
|
5102
|
+
timestamp: {
|
|
5103
|
+
type: "BigNumber",
|
|
5104
|
+
hex: "0x00"
|
|
5105
|
+
}
|
|
4468
5106
|
},
|
|
4469
5107
|
{
|
|
4470
5108
|
id: 215,
|
|
@@ -4480,7 +5118,10 @@ var products_default = [
|
|
|
4480
5118
|
"USDC"
|
|
4481
5119
|
],
|
|
4482
5120
|
isPrivate: false,
|
|
4483
|
-
timestamp:
|
|
5121
|
+
timestamp: {
|
|
5122
|
+
type: "BigNumber",
|
|
5123
|
+
hex: "0x00"
|
|
5124
|
+
}
|
|
4484
5125
|
},
|
|
4485
5126
|
{
|
|
4486
5127
|
id: 216,
|
|
@@ -4496,7 +5137,10 @@ var products_default = [
|
|
|
4496
5137
|
"USDC"
|
|
4497
5138
|
],
|
|
4498
5139
|
isPrivate: false,
|
|
4499
|
-
timestamp:
|
|
5140
|
+
timestamp: {
|
|
5141
|
+
type: "BigNumber",
|
|
5142
|
+
hex: "0x00"
|
|
5143
|
+
}
|
|
4500
5144
|
},
|
|
4501
5145
|
{
|
|
4502
5146
|
id: 217,
|
|
@@ -4512,7 +5156,10 @@ var products_default = [
|
|
|
4512
5156
|
"USDC"
|
|
4513
5157
|
],
|
|
4514
5158
|
isPrivate: false,
|
|
4515
|
-
timestamp:
|
|
5159
|
+
timestamp: {
|
|
5160
|
+
type: "BigNumber",
|
|
5161
|
+
hex: "0x00"
|
|
5162
|
+
}
|
|
4516
5163
|
},
|
|
4517
5164
|
{
|
|
4518
5165
|
id: 218,
|
|
@@ -4528,7 +5175,10 @@ var products_default = [
|
|
|
4528
5175
|
"USDC"
|
|
4529
5176
|
],
|
|
4530
5177
|
isPrivate: false,
|
|
4531
|
-
timestamp:
|
|
5178
|
+
timestamp: {
|
|
5179
|
+
type: "BigNumber",
|
|
5180
|
+
hex: "0x00"
|
|
5181
|
+
}
|
|
4532
5182
|
}
|
|
4533
5183
|
];
|
|
4534
5184
|
|