bfun-configs 0.0.2 → 0.0.3
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/chainConfigs.d.ts +60 -0
- package/chainConfigs.d.ts.map +1 -1
- package/index.js +135 -16
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/wagmiGenerated.d.ts +248 -80
- package/wagmiGenerated.d.ts.map +1 -1
package/chainConfigs.d.ts
CHANGED
|
@@ -38,6 +38,8 @@ export declare const chainConfigs: {
|
|
|
38
38
|
V3_INIT_CODE_HASH: string;
|
|
39
39
|
V4_VAULT: string;
|
|
40
40
|
IS_PANCAKE: boolean;
|
|
41
|
+
MIN_TAX_DURATION_GUARDRAIL: string;
|
|
42
|
+
MIN_ANTI_FARMER_DURATION_GUARDRAIL: string;
|
|
41
43
|
V3_POOL_FEE: string;
|
|
42
44
|
TRADE_REFERRER_FEE_BPS: string;
|
|
43
45
|
CONTRACT_VERSION: string;
|
|
@@ -175,6 +177,8 @@ export declare const chainConfigs: {
|
|
|
175
177
|
V3_INIT_CODE_HASH: string;
|
|
176
178
|
V4_VAULT: string;
|
|
177
179
|
IS_PANCAKE: boolean;
|
|
180
|
+
MIN_TAX_DURATION_GUARDRAIL: string;
|
|
181
|
+
MIN_ANTI_FARMER_DURATION_GUARDRAIL: string;
|
|
178
182
|
V3_POOL_FEE: string;
|
|
179
183
|
TRADE_REFERRER_FEE_BPS: string;
|
|
180
184
|
CONTRACT_VERSION: string;
|
|
@@ -314,6 +318,8 @@ export declare const chainConfigs: {
|
|
|
314
318
|
V3_INIT_CODE_HASH: string;
|
|
315
319
|
V4_VAULT: string;
|
|
316
320
|
IS_PANCAKE: boolean;
|
|
321
|
+
MIN_TAX_DURATION_GUARDRAIL: string;
|
|
322
|
+
MIN_ANTI_FARMER_DURATION_GUARDRAIL: string;
|
|
317
323
|
V3_POOL_FEE: string;
|
|
318
324
|
TRADE_REFERRER_FEE_BPS: string;
|
|
319
325
|
CONTRACT_VERSION: string;
|
|
@@ -416,6 +422,32 @@ export declare const chainConfigs: {
|
|
|
416
422
|
DEFAULT_SELL_BPS: number;
|
|
417
423
|
V4_LIQUIDITY_CONFIG: string;
|
|
418
424
|
};
|
|
425
|
+
SOL: {
|
|
426
|
+
ID: string;
|
|
427
|
+
MODE: string;
|
|
428
|
+
COLLATERAL_TOKEN: string;
|
|
429
|
+
SYMBOL: string;
|
|
430
|
+
DECIMALS: number;
|
|
431
|
+
ENABLED: boolean;
|
|
432
|
+
TOTAL_SUPPLY: string;
|
|
433
|
+
VIRTUAL_TOKEN_RESERVES: string;
|
|
434
|
+
VIRTUAL_COLLATERAL_RESERVES: string;
|
|
435
|
+
FEE_BASIS_POINTS: string;
|
|
436
|
+
FIXED_MIGRATION_FEE: string;
|
|
437
|
+
POOL_CREATION_FEE: string;
|
|
438
|
+
MIGRATION_FEE_BPS: number;
|
|
439
|
+
FIRST_BUY_FEE: string;
|
|
440
|
+
MIN_BUY_BACK_QUOTE: string;
|
|
441
|
+
MC_UPPER_LIMIT: string;
|
|
442
|
+
MC_LOWER_LIMIT: string;
|
|
443
|
+
TOKENS_MIGRATION_THRESHOLD: string;
|
|
444
|
+
TARGET_COLLECTION_AMOUNT: string;
|
|
445
|
+
V4_LP_FEE: string;
|
|
446
|
+
DEFAULT_PROFILE_ID: string;
|
|
447
|
+
DEFAULT_TARGET_RAISE: string;
|
|
448
|
+
DEFAULT_SELL_BPS: number;
|
|
449
|
+
V4_LIQUIDITY_CONFIG: string;
|
|
450
|
+
};
|
|
419
451
|
};
|
|
420
452
|
};
|
|
421
453
|
"11.1.0": {
|
|
@@ -456,6 +488,8 @@ export declare const chainConfigs: {
|
|
|
456
488
|
V3_INIT_CODE_HASH: string;
|
|
457
489
|
V4_VAULT: string;
|
|
458
490
|
IS_PANCAKE: boolean;
|
|
491
|
+
MIN_TAX_DURATION_GUARDRAIL: string;
|
|
492
|
+
MIN_ANTI_FARMER_DURATION_GUARDRAIL: string;
|
|
459
493
|
V3_POOL_FEE: string;
|
|
460
494
|
TRADE_REFERRER_FEE_BPS: string;
|
|
461
495
|
CONTRACT_VERSION: string;
|
|
@@ -558,6 +592,32 @@ export declare const chainConfigs: {
|
|
|
558
592
|
DEFAULT_SELL_BPS: number;
|
|
559
593
|
V4_LIQUIDITY_CONFIG: string;
|
|
560
594
|
};
|
|
595
|
+
SOL: {
|
|
596
|
+
ID: string;
|
|
597
|
+
MODE: string;
|
|
598
|
+
COLLATERAL_TOKEN: string;
|
|
599
|
+
SYMBOL: string;
|
|
600
|
+
DECIMALS: number;
|
|
601
|
+
ENABLED: boolean;
|
|
602
|
+
TOTAL_SUPPLY: string;
|
|
603
|
+
VIRTUAL_TOKEN_RESERVES: string;
|
|
604
|
+
VIRTUAL_COLLATERAL_RESERVES: string;
|
|
605
|
+
FEE_BASIS_POINTS: string;
|
|
606
|
+
FIXED_MIGRATION_FEE: string;
|
|
607
|
+
POOL_CREATION_FEE: string;
|
|
608
|
+
MIGRATION_FEE_BPS: number;
|
|
609
|
+
FIRST_BUY_FEE: string;
|
|
610
|
+
MIN_BUY_BACK_QUOTE: string;
|
|
611
|
+
MC_UPPER_LIMIT: string;
|
|
612
|
+
MC_LOWER_LIMIT: string;
|
|
613
|
+
TOKENS_MIGRATION_THRESHOLD: string;
|
|
614
|
+
TARGET_COLLECTION_AMOUNT: string;
|
|
615
|
+
V4_LP_FEE: string;
|
|
616
|
+
DEFAULT_PROFILE_ID: string;
|
|
617
|
+
DEFAULT_TARGET_RAISE: string;
|
|
618
|
+
DEFAULT_SELL_BPS: number;
|
|
619
|
+
V4_LIQUIDITY_CONFIG: string;
|
|
620
|
+
};
|
|
561
621
|
};
|
|
562
622
|
};
|
|
563
623
|
};
|
package/chainConfigs.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chainConfigs.d.ts","sourceRoot":"","sources":["../package/chainConfigs.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"chainConfigs.d.ts","sourceRoot":"","sources":["../package/chainConfigs.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsnBtB,CAAC"}
|
package/index.js
CHANGED
|
@@ -97,7 +97,7 @@ var bFunFactoryABI = [
|
|
|
97
97
|
{ type: "error", inputs: [], name: "FailedCall" }
|
|
98
98
|
];
|
|
99
99
|
var bFunFactoryAddress = {
|
|
100
|
-
97: "
|
|
100
|
+
97: "0xCCEcCAC9df42d9D10A82c8e2dD97cAdA713808bB"
|
|
101
101
|
};
|
|
102
102
|
var bFunFactoryConfig = {
|
|
103
103
|
address: bFunFactoryAddress,
|
|
@@ -236,6 +236,12 @@ var bFunFactoryImplABI = [
|
|
|
236
236
|
{ name: "signature", internalType: "bytes", type: "bytes" },
|
|
237
237
|
{ name: "tokenSalt", internalType: "bytes32", type: "bytes32" },
|
|
238
238
|
{ name: "payoutRecipient", internalType: "address", type: "address" },
|
|
239
|
+
{
|
|
240
|
+
name: "marketVaultFactory",
|
|
241
|
+
internalType: "address",
|
|
242
|
+
type: "address"
|
|
243
|
+
},
|
|
244
|
+
{ name: "marketVaultData", internalType: "bytes", type: "bytes" },
|
|
239
245
|
{ name: "collateralToken", internalType: "address", type: "address" },
|
|
240
246
|
{ name: "targetRaise", internalType: "uint256", type: "uint256" },
|
|
241
247
|
{ name: "lockBps", internalType: "uint16", type: "uint16" },
|
|
@@ -249,7 +255,6 @@ var bFunFactoryImplABI = [
|
|
|
249
255
|
internalType: "uint64",
|
|
250
256
|
type: "uint64"
|
|
251
257
|
},
|
|
252
|
-
{ name: "processorFeeRate", internalType: "uint16", type: "uint16" },
|
|
253
258
|
{
|
|
254
259
|
name: "processorMarketBps",
|
|
255
260
|
internalType: "uint16",
|
|
@@ -293,6 +298,12 @@ var bFunFactoryImplABI = [
|
|
|
293
298
|
{ name: "signature", internalType: "bytes", type: "bytes" },
|
|
294
299
|
{ name: "tokenSalt", internalType: "bytes32", type: "bytes32" },
|
|
295
300
|
{ name: "payoutRecipient", internalType: "address", type: "address" },
|
|
301
|
+
{
|
|
302
|
+
name: "marketVaultFactory",
|
|
303
|
+
internalType: "address",
|
|
304
|
+
type: "address"
|
|
305
|
+
},
|
|
306
|
+
{ name: "marketVaultData", internalType: "bytes", type: "bytes" },
|
|
296
307
|
{ name: "collateralToken", internalType: "address", type: "address" },
|
|
297
308
|
{ name: "targetRaise", internalType: "uint256", type: "uint256" },
|
|
298
309
|
{ name: "lockBps", internalType: "uint16", type: "uint16" },
|
|
@@ -306,7 +317,6 @@ var bFunFactoryImplABI = [
|
|
|
306
317
|
internalType: "uint64",
|
|
307
318
|
type: "uint64"
|
|
308
319
|
},
|
|
309
|
-
{ name: "processorFeeRate", internalType: "uint16", type: "uint16" },
|
|
310
320
|
{
|
|
311
321
|
name: "processorMarketBps",
|
|
312
322
|
internalType: "uint16",
|
|
@@ -460,6 +470,13 @@ var bFunFactoryImplABI = [
|
|
|
460
470
|
name: "isTrustedCaller",
|
|
461
471
|
outputs: [{ name: "", internalType: "bool", type: "bool" }]
|
|
462
472
|
},
|
|
473
|
+
{
|
|
474
|
+
stateMutability: "view",
|
|
475
|
+
type: "function",
|
|
476
|
+
inputs: [{ name: "", internalType: "address", type: "address" }],
|
|
477
|
+
name: "marketVaultFactoryEnabled",
|
|
478
|
+
outputs: [{ name: "", internalType: "bool", type: "bool" }]
|
|
479
|
+
},
|
|
463
480
|
{
|
|
464
481
|
stateMutability: "nonpayable",
|
|
465
482
|
type: "function",
|
|
@@ -502,6 +519,20 @@ var bFunFactoryImplABI = [
|
|
|
502
519
|
name: "preferredV3FeeProfile",
|
|
503
520
|
outputs: [{ name: "", internalType: "uint8", type: "uint8" }]
|
|
504
521
|
},
|
|
522
|
+
{
|
|
523
|
+
stateMutability: "view",
|
|
524
|
+
type: "function",
|
|
525
|
+
inputs: [],
|
|
526
|
+
name: "processorFeeRateCurve",
|
|
527
|
+
outputs: [{ name: "", internalType: "uint16", type: "uint16" }]
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
stateMutability: "view",
|
|
531
|
+
type: "function",
|
|
532
|
+
inputs: [],
|
|
533
|
+
name: "processorFeeRateDex",
|
|
534
|
+
outputs: [{ name: "", internalType: "uint16", type: "uint16" }]
|
|
535
|
+
},
|
|
505
536
|
{
|
|
506
537
|
stateMutability: "view",
|
|
507
538
|
type: "function",
|
|
@@ -645,6 +676,16 @@ var bFunFactoryImplABI = [
|
|
|
645
676
|
name: "setIsSignatureEnabled",
|
|
646
677
|
outputs: []
|
|
647
678
|
},
|
|
679
|
+
{
|
|
680
|
+
stateMutability: "nonpayable",
|
|
681
|
+
type: "function",
|
|
682
|
+
inputs: [
|
|
683
|
+
{ name: "", internalType: "address", type: "address" },
|
|
684
|
+
{ name: "", internalType: "bool", type: "bool" }
|
|
685
|
+
],
|
|
686
|
+
name: "setMarketVaultFactoryEnabled",
|
|
687
|
+
outputs: []
|
|
688
|
+
},
|
|
648
689
|
{
|
|
649
690
|
stateMutability: "nonpayable",
|
|
650
691
|
type: "function",
|
|
@@ -666,6 +707,16 @@ var bFunFactoryImplABI = [
|
|
|
666
707
|
name: "setPreferredV3FeeProfile",
|
|
667
708
|
outputs: []
|
|
668
709
|
},
|
|
710
|
+
{
|
|
711
|
+
stateMutability: "nonpayable",
|
|
712
|
+
type: "function",
|
|
713
|
+
inputs: [
|
|
714
|
+
{ name: "", internalType: "uint16", type: "uint16" },
|
|
715
|
+
{ name: "", internalType: "uint16", type: "uint16" }
|
|
716
|
+
],
|
|
717
|
+
name: "setProcessorFeeRates",
|
|
718
|
+
outputs: []
|
|
719
|
+
},
|
|
669
720
|
{
|
|
670
721
|
stateMutability: "nonpayable",
|
|
671
722
|
type: "function",
|
|
@@ -860,7 +911,7 @@ var bFunFactoryImplABI = [
|
|
|
860
911
|
{ type: "error", inputs: [], name: "UnsupportedSelector" }
|
|
861
912
|
];
|
|
862
913
|
var bFunFactoryImplAddress = {
|
|
863
|
-
97: "
|
|
914
|
+
97: "0xA81cb262c651E038Db3d9Dd61d756639De22583F"
|
|
864
915
|
};
|
|
865
916
|
var bFunFactoryImplConfig = {
|
|
866
917
|
address: bFunFactoryImplAddress,
|
|
@@ -1205,7 +1256,7 @@ var bFunFactoryTradeHelperABI = [
|
|
|
1205
1256
|
}
|
|
1206
1257
|
];
|
|
1207
1258
|
var bFunFactoryTradeHelperAddress = {
|
|
1208
|
-
97: "
|
|
1259
|
+
97: "0x9412A2BeA863BBACBC7304751CF4Bb3170D3B8Cd"
|
|
1209
1260
|
};
|
|
1210
1261
|
var bFunFactoryTradeHelperConfig = {
|
|
1211
1262
|
address: bFunFactoryTradeHelperAddress,
|
|
@@ -1441,7 +1492,7 @@ var bFunLockVaultABI = [
|
|
|
1441
1492
|
{ type: "error", inputs: [], name: "Unauthorized" }
|
|
1442
1493
|
];
|
|
1443
1494
|
var bFunLockVaultAddress = {
|
|
1444
|
-
97: "
|
|
1495
|
+
97: "0x1a51c05e11f05b5F4312638eB6E11D50521EAa6e"
|
|
1445
1496
|
};
|
|
1446
1497
|
var bFunLockVaultConfig = {
|
|
1447
1498
|
address: bFunLockVaultAddress,
|
|
@@ -1519,7 +1570,7 @@ var bFunMultiDexRouterABI = [
|
|
|
1519
1570
|
}
|
|
1520
1571
|
];
|
|
1521
1572
|
var bFunMultiDexRouterAddress = {
|
|
1522
|
-
97: "
|
|
1573
|
+
97: "0xA9DBa6EA7C3d610663ed567fd73a72B91075FdeA"
|
|
1523
1574
|
};
|
|
1524
1575
|
var bFunMultiDexRouterConfig = {
|
|
1525
1576
|
address: bFunMultiDexRouterAddress,
|
|
@@ -2035,7 +2086,7 @@ var bFunTaxTokenABI = [
|
|
|
2035
2086
|
{ type: "error", inputs: [], name: "TransfersRestricted" }
|
|
2036
2087
|
];
|
|
2037
2088
|
var bFunTaxTokenAddress = {
|
|
2038
|
-
97: "
|
|
2089
|
+
97: "0x98cc63B68FacC9Cd8a7ED237e5620Ae920839584"
|
|
2039
2090
|
};
|
|
2040
2091
|
var bFunTaxTokenConfig = {
|
|
2041
2092
|
address: bFunTaxTokenAddress,
|
|
@@ -2403,7 +2454,7 @@ var bFunTokenABI = [
|
|
|
2403
2454
|
{ type: "error", inputs: [], name: "TransfersRestricted" }
|
|
2404
2455
|
];
|
|
2405
2456
|
var bFunTokenAddress = {
|
|
2406
|
-
97: "
|
|
2457
|
+
97: "0xe0257e3871659f4519567e55452356196364E8DA"
|
|
2407
2458
|
};
|
|
2408
2459
|
var bFunTokenConfig = {
|
|
2409
2460
|
address: bFunTokenAddress,
|
|
@@ -2846,7 +2897,7 @@ var bFunTokenSwapABI = [
|
|
|
2846
2897
|
{ type: "error", inputs: [], name: "UnsupportedDexType" }
|
|
2847
2898
|
];
|
|
2848
2899
|
var bFunTokenSwapAddress = {
|
|
2849
|
-
97: "
|
|
2900
|
+
97: "0x0d80B6Ad8A7E2746D7100A6A3BBBB2e7C22E50b3"
|
|
2850
2901
|
};
|
|
2851
2902
|
var bFunTokenSwapConfig = {
|
|
2852
2903
|
address: bFunTokenSwapAddress,
|
|
@@ -3540,7 +3591,7 @@ var bondingCurveABI = [
|
|
|
3540
3591
|
{ type: "error", inputs: [], name: "TransfersRestricted" }
|
|
3541
3592
|
];
|
|
3542
3593
|
var bondingCurveAddress = {
|
|
3543
|
-
97: "
|
|
3594
|
+
97: "0xccC2B475DaF14DeB0af4A8D4e5cf69780d9d0a88"
|
|
3544
3595
|
};
|
|
3545
3596
|
var bondingCurveConfig = {
|
|
3546
3597
|
address: bondingCurveAddress,
|
|
@@ -3965,7 +4016,7 @@ var dividendABI = [
|
|
|
3965
4016
|
}
|
|
3966
4017
|
];
|
|
3967
4018
|
var dividendAddress = {
|
|
3968
|
-
97: "
|
|
4019
|
+
97: "0xe3Be77cee0787625146C061cdE0d24381f4e6F8E"
|
|
3969
4020
|
};
|
|
3970
4021
|
var dividendConfig = {
|
|
3971
4022
|
address: dividendAddress,
|
|
@@ -4222,7 +4273,7 @@ var protocolRewardsABI = [
|
|
|
4222
4273
|
{ type: "error", inputs: [], name: "TRANSFER_FAILED" }
|
|
4223
4274
|
];
|
|
4224
4275
|
var protocolRewardsAddress = {
|
|
4225
|
-
97: "
|
|
4276
|
+
97: "0xDe9289767114349c68Ef725983294b24122e2A84"
|
|
4226
4277
|
};
|
|
4227
4278
|
var protocolRewardsConfig = {
|
|
4228
4279
|
address: protocolRewardsAddress,
|
|
@@ -4298,7 +4349,14 @@ var taxProcessorABI = [
|
|
|
4298
4349
|
stateMutability: "view",
|
|
4299
4350
|
type: "function",
|
|
4300
4351
|
inputs: [],
|
|
4301
|
-
name: "
|
|
4352
|
+
name: "feeRateCurve",
|
|
4353
|
+
outputs: [{ name: "", internalType: "uint16", type: "uint16" }]
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
stateMutability: "view",
|
|
4357
|
+
type: "function",
|
|
4358
|
+
inputs: [],
|
|
4359
|
+
name: "feeRateDex",
|
|
4302
4360
|
outputs: [{ name: "", internalType: "uint16", type: "uint16" }]
|
|
4303
4361
|
},
|
|
4304
4362
|
{
|
|
@@ -4324,7 +4382,8 @@ var taxProcessorABI = [
|
|
|
4324
4382
|
{ name: "feeReceiver", internalType: "address", type: "address" },
|
|
4325
4383
|
{ name: "marketAddress", internalType: "address", type: "address" },
|
|
4326
4384
|
{ name: "dividendAddress", internalType: "address", type: "address" },
|
|
4327
|
-
{ name: "
|
|
4385
|
+
{ name: "feeRateCurve", internalType: "uint16", type: "uint16" },
|
|
4386
|
+
{ name: "feeRateDex", internalType: "uint16", type: "uint16" },
|
|
4328
4387
|
{ name: "marketBps", internalType: "uint16", type: "uint16" },
|
|
4329
4388
|
{ name: "deflationBps", internalType: "uint16", type: "uint16" },
|
|
4330
4389
|
{ name: "lpBps", internalType: "uint16", type: "uint16" },
|
|
@@ -4640,7 +4699,7 @@ var taxProcessorABI = [
|
|
|
4640
4699
|
}
|
|
4641
4700
|
];
|
|
4642
4701
|
var taxProcessorAddress = {
|
|
4643
|
-
97: "
|
|
4702
|
+
97: "0xdbc49341E18c15374BA0db902C2dB21cA804848B"
|
|
4644
4703
|
};
|
|
4645
4704
|
var taxProcessorConfig = {
|
|
4646
4705
|
address: taxProcessorAddress,
|
|
@@ -4690,6 +4749,8 @@ var chainConfigs = {
|
|
|
4690
4749
|
"V3_INIT_CODE_HASH": "0x6ce8eb472fa82df5469c6ab6d485f17c3ad13c8cd7af59b3d4a8026c5ce0f7e2",
|
|
4691
4750
|
"V4_VAULT": "0x238a358808379702088667322f80aC48bAd5e6c4",
|
|
4692
4751
|
"IS_PANCAKE": true,
|
|
4752
|
+
"MIN_TAX_DURATION_GUARDRAIL": "86400",
|
|
4753
|
+
"MIN_ANTI_FARMER_DURATION_GUARDRAIL": "86400",
|
|
4693
4754
|
"V3_POOL_FEE": "10000",
|
|
4694
4755
|
"TRADE_REFERRER_FEE_BPS": "1000",
|
|
4695
4756
|
"CONTRACT_VERSION": "11.1.0",
|
|
@@ -4829,6 +4890,8 @@ var chainConfigs = {
|
|
|
4829
4890
|
"V3_INIT_CODE_HASH": "0x6ce8eb472fa82df5469c6ab6d485f17c3ad13c8cd7af59b3d4a8026c5ce0f7e2",
|
|
4830
4891
|
"V4_VAULT": "0x238a358808379702088667322f80aC48bAd5e6c4",
|
|
4831
4892
|
"IS_PANCAKE": true,
|
|
4893
|
+
"MIN_TAX_DURATION_GUARDRAIL": "86400",
|
|
4894
|
+
"MIN_ANTI_FARMER_DURATION_GUARDRAIL": "86400",
|
|
4832
4895
|
"V3_POOL_FEE": "10000",
|
|
4833
4896
|
"TRADE_REFERRER_FEE_BPS": "1000",
|
|
4834
4897
|
"CONTRACT_VERSION": "11.1.0",
|
|
@@ -4970,6 +5033,8 @@ var chainConfigs = {
|
|
|
4970
5033
|
"V3_INIT_CODE_HASH": "0x6ce8eb472fa82df5469c6ab6d485f17c3ad13c8cd7af59b3d4a8026c5ce0f7e2",
|
|
4971
5034
|
"V4_VAULT": "0x2CdB3EC82EE13d341Dc6E73637BE0Eab79cb79dD",
|
|
4972
5035
|
"IS_PANCAKE": true,
|
|
5036
|
+
"MIN_TAX_DURATION_GUARDRAIL": "600",
|
|
5037
|
+
"MIN_ANTI_FARMER_DURATION_GUARDRAIL": "300",
|
|
4973
5038
|
"V3_POOL_FEE": "10000",
|
|
4974
5039
|
"TRADE_REFERRER_FEE_BPS": "1000",
|
|
4975
5040
|
"CONTRACT_VERSION": "11.1.0",
|
|
@@ -5071,6 +5136,32 @@ var chainConfigs = {
|
|
|
5071
5136
|
"DEFAULT_TARGET_RAISE": "8000000000000000000000",
|
|
5072
5137
|
"DEFAULT_SELL_BPS": 8e3,
|
|
5073
5138
|
"V4_LIQUIDITY_CONFIG": "0x0"
|
|
5139
|
+
},
|
|
5140
|
+
"SOL": {
|
|
5141
|
+
"ID": "SOL_DEFAULT",
|
|
5142
|
+
"MODE": "DYNAMIC_ONLY",
|
|
5143
|
+
"COLLATERAL_TOKEN": "0x0000000000000000000000000000000000000001",
|
|
5144
|
+
"SYMBOL": "SOL",
|
|
5145
|
+
"DECIMALS": 9,
|
|
5146
|
+
"ENABLED": false,
|
|
5147
|
+
"TOTAL_SUPPLY": "1000000000000000000000000000",
|
|
5148
|
+
"VIRTUAL_TOKEN_RESERVES": "1090909090905000000000022917",
|
|
5149
|
+
"VIRTUAL_COLLATERAL_RESERVES": "23272727272",
|
|
5150
|
+
"FEE_BASIS_POINTS": "200",
|
|
5151
|
+
"FIXED_MIGRATION_FEE": "2400000000",
|
|
5152
|
+
"POOL_CREATION_FEE": "1600000000",
|
|
5153
|
+
"MIGRATION_FEE_BPS": 600,
|
|
5154
|
+
"FIRST_BUY_FEE": "40000000",
|
|
5155
|
+
"MIN_BUY_BACK_QUOTE": "1000000000",
|
|
5156
|
+
"MC_UPPER_LIMIT": "300480000003",
|
|
5157
|
+
"MC_LOWER_LIMIT": "300000000003",
|
|
5158
|
+
"TOKENS_MIGRATION_THRESHOLD": "800000000000000000000000000",
|
|
5159
|
+
"TARGET_COLLECTION_AMOUNT": "64000000000",
|
|
5160
|
+
"V4_LP_FEE": "0",
|
|
5161
|
+
"DEFAULT_PROFILE_ID": "0x0",
|
|
5162
|
+
"DEFAULT_TARGET_RAISE": "64000000000",
|
|
5163
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
5164
|
+
"V4_LIQUIDITY_CONFIG": "0x0"
|
|
5074
5165
|
}
|
|
5075
5166
|
}
|
|
5076
5167
|
},
|
|
@@ -5114,6 +5205,8 @@ var chainConfigs = {
|
|
|
5114
5205
|
"V3_INIT_CODE_HASH": "0x6ce8eb472fa82df5469c6ab6d485f17c3ad13c8cd7af59b3d4a8026c5ce0f7e2",
|
|
5115
5206
|
"V4_VAULT": "0x2CdB3EC82EE13d341Dc6E73637BE0Eab79cb79dD",
|
|
5116
5207
|
"IS_PANCAKE": true,
|
|
5208
|
+
"MIN_TAX_DURATION_GUARDRAIL": "600",
|
|
5209
|
+
"MIN_ANTI_FARMER_DURATION_GUARDRAIL": "300",
|
|
5117
5210
|
"V3_POOL_FEE": "10000",
|
|
5118
5211
|
"TRADE_REFERRER_FEE_BPS": "1000",
|
|
5119
5212
|
"CONTRACT_VERSION": "11.1.0",
|
|
@@ -5215,6 +5308,32 @@ var chainConfigs = {
|
|
|
5215
5308
|
"DEFAULT_TARGET_RAISE": "8000000000000000000000",
|
|
5216
5309
|
"DEFAULT_SELL_BPS": 8e3,
|
|
5217
5310
|
"V4_LIQUIDITY_CONFIG": "0x0"
|
|
5311
|
+
},
|
|
5312
|
+
"SOL": {
|
|
5313
|
+
"ID": "SOL_DEFAULT",
|
|
5314
|
+
"MODE": "DYNAMIC_ONLY",
|
|
5315
|
+
"COLLATERAL_TOKEN": "0x0000000000000000000000000000000000000001",
|
|
5316
|
+
"SYMBOL": "SOL",
|
|
5317
|
+
"DECIMALS": 9,
|
|
5318
|
+
"ENABLED": false,
|
|
5319
|
+
"TOTAL_SUPPLY": "1000000000000000000000000000",
|
|
5320
|
+
"VIRTUAL_TOKEN_RESERVES": "1090909090905000000000022917",
|
|
5321
|
+
"VIRTUAL_COLLATERAL_RESERVES": "23272727272",
|
|
5322
|
+
"FEE_BASIS_POINTS": "200",
|
|
5323
|
+
"FIXED_MIGRATION_FEE": "2400000000",
|
|
5324
|
+
"POOL_CREATION_FEE": "1600000000",
|
|
5325
|
+
"MIGRATION_FEE_BPS": 600,
|
|
5326
|
+
"FIRST_BUY_FEE": "40000000",
|
|
5327
|
+
"MIN_BUY_BACK_QUOTE": "1000000000",
|
|
5328
|
+
"MC_UPPER_LIMIT": "300480000003",
|
|
5329
|
+
"MC_LOWER_LIMIT": "300000000003",
|
|
5330
|
+
"TOKENS_MIGRATION_THRESHOLD": "800000000000000000000000000",
|
|
5331
|
+
"TARGET_COLLECTION_AMOUNT": "64000000000",
|
|
5332
|
+
"V4_LP_FEE": "0",
|
|
5333
|
+
"DEFAULT_PROFILE_ID": "0x0",
|
|
5334
|
+
"DEFAULT_TARGET_RAISE": "64000000000",
|
|
5335
|
+
"DEFAULT_SELL_BPS": 8e3,
|
|
5336
|
+
"V4_LIQUIDITY_CONFIG": "0x0"
|
|
5218
5337
|
}
|
|
5219
5338
|
}
|
|
5220
5339
|
}
|