@venusprotocol/venus-protocol 9.8.0-dev.10 → 9.8.0-dev.12
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/deploy/005-deploy-VTreasuryV8.ts +1 -1
- package/deploy/009-configure-vaults.ts +2 -2
- package/deployments/berachainbepolia/.chainId +1 -0
- package/deployments/{berachainbartio → berachainbepolia}/VTreasuryV8.json +11 -11
- package/deployments/berachainbepolia.json +200 -0
- package/deployments/berachainbepolia_addresses.json +7 -0
- package/deployments/bscmainnet/vUSD1.json +2382 -0
- package/deployments/bscmainnet.json +1684 -0
- package/deployments/bscmainnet_addresses.json +1 -0
- package/deployments/bsctestnet/MockUSD1.json +458 -0
- package/deployments/bsctestnet/solcInputs/f51fb0ac2d6e32715b960e86f982a133.json +334 -0
- package/deployments/bsctestnet/vUSD1.json +2382 -0
- package/deployments/bsctestnet.json +10512 -8519
- package/deployments/bsctestnet_addresses.json +2 -0
- package/dist/deploy/005-deploy-VTreasuryV8.js +1 -1
- package/dist/deploy/009-configure-vaults.js +2 -2
- package/dist/deployments/bscmainnet.json +1684 -0
- package/dist/deployments/bsctestnet.json +10512 -8519
- package/dist/hardhat.config.js +8 -8
- package/dist/helpers/chains.d.ts +4 -4
- package/dist/helpers/chains.js +2 -2
- package/dist/helpers/markets/bscmainnet.d.ts +21 -0
- package/dist/helpers/markets/bscmainnet.js +22 -0
- package/dist/helpers/markets/bsctestnet.d.ts +21 -0
- package/dist/helpers/markets/bsctestnet.js +22 -0
- package/dist/helpers/markets/index.d.ts +1 -1
- package/dist/helpers/markets/index.js +1 -1
- package/dist/helpers/tokens/bscmainnet.d.ts +7 -0
- package/dist/helpers/tokens/bscmainnet.js +7 -0
- package/dist/helpers/tokens/bsctestnet.d.ts +6 -0
- package/dist/helpers/tokens/bsctestnet.js +6 -0
- package/dist/helpers/tokens/index.d.ts +44 -5
- package/dist/helpers/tokens/index.js +1 -1
- package/package.json +1 -1
- package/deployments/berachainbartio/.chainId +0 -1
- package/deployments/berachainbartio/XVSStore.json +0 -374
- package/deployments/berachainbartio/XVSVaultProxy.json +0 -352
- package/deployments/berachainbartio/XVSVaultProxy_Implementation.json +0 -2572
- package/deployments/berachainbartio/solcInputs/a2594572bdae270af6749f50c8019b6c.json +0 -366
- package/deployments/berachainbartio.json +0 -2367
- package/deployments/berachainbartio_addresses.json +0 -10
- /package/deployments/{berachainbartio → berachainbepolia}/solcInputs/fd1cb03a4a5faafbc2c9f8079ca92876.json +0 -0
package/dist/hardhat.config.js
CHANGED
|
@@ -251,9 +251,9 @@ const config = {
|
|
|
251
251
|
live: true,
|
|
252
252
|
accounts: DEPLOYER_PRIVATE_KEY ? [`0x${DEPLOYER_PRIVATE_KEY}`] : [],
|
|
253
253
|
},
|
|
254
|
-
|
|
255
|
-
url: process.env.
|
|
256
|
-
chainId:
|
|
254
|
+
berachainbepolia: {
|
|
255
|
+
url: process.env.ARCHIVE_NODE_berachainbepolia || "https://bepolia.rpc.berachain.com",
|
|
256
|
+
chainId: 80069,
|
|
257
257
|
live: true,
|
|
258
258
|
accounts: DEPLOYER_PRIVATE_KEY ? [`0x${DEPLOYER_PRIVATE_KEY}`] : [],
|
|
259
259
|
},
|
|
@@ -274,7 +274,7 @@ const config = {
|
|
|
274
274
|
basemainnet: process.env.ETHERSCAN_API_KEY || "ETHERSCAN_API_KEY",
|
|
275
275
|
unichainsepolia: process.env.ETHERSCAN_API_KEY || "ETHERSCAN_API_KEY",
|
|
276
276
|
unichainmainnet: process.env.ETHERSCAN_API_KEY || "ETHERSCAN_API_KEY",
|
|
277
|
-
|
|
277
|
+
berachainbepolia: process.env.ETHERSCAN_API_KEY || "ETHERSCAN_API_KEY",
|
|
278
278
|
},
|
|
279
279
|
customChains: [
|
|
280
280
|
{
|
|
@@ -390,11 +390,11 @@ const config = {
|
|
|
390
390
|
},
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
|
-
network: "
|
|
394
|
-
chainId:
|
|
393
|
+
network: "berachainbepolia",
|
|
394
|
+
chainId: 80069,
|
|
395
395
|
urls: {
|
|
396
|
-
apiURL: "https://api.routescan.io/v2/network/testnet/evm/
|
|
397
|
-
browserURL: "https://
|
|
396
|
+
apiURL: "https://api.routescan.io/v2/network/testnet/evm/80069/etherscan",
|
|
397
|
+
browserURL: "https://bepolia.beratrail.io",
|
|
398
398
|
},
|
|
399
399
|
},
|
|
400
400
|
],
|
package/dist/helpers/chains.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const knownChains: readonly ["hardhat", "bsctestnet", "bscmainnet", "sepolia", "ethereum", "opbnbtestnet", "opbnbmainnet", "arbitrumsepolia", "arbitrumone", "opsepolia", "opmainnet", "basesepolia", "basemainnet", "unichainsepolia", "unichainmainnet", "
|
|
1
|
+
declare const knownChains: readonly ["hardhat", "bsctestnet", "bscmainnet", "sepolia", "ethereum", "opbnbtestnet", "opbnbmainnet", "arbitrumsepolia", "arbitrumone", "opsepolia", "opmainnet", "basesepolia", "basemainnet", "unichainsepolia", "unichainmainnet", "berachainbepolia", "zksyncsepolia", "zksyncmainnet"];
|
|
2
2
|
export type Chain = {
|
|
3
3
|
[k in keyof typeof knownChains]: (typeof knownChains)[k];
|
|
4
4
|
}[number];
|
|
@@ -19,7 +19,7 @@ export declare const blocksPerYear: {
|
|
|
19
19
|
readonly basemainnet: "time-based";
|
|
20
20
|
readonly unichainsepolia: "time-based";
|
|
21
21
|
readonly unichainmainnet: "time-based";
|
|
22
|
-
readonly
|
|
22
|
+
readonly berachainbepolia: "time-based";
|
|
23
23
|
readonly zksyncsepolia: "time-based";
|
|
24
24
|
readonly zksyncmainnet: "time-based";
|
|
25
25
|
};
|
|
@@ -29,9 +29,9 @@ export type TimeBasedChain = keyof {
|
|
|
29
29
|
export type BlockBasedChain = keyof {
|
|
30
30
|
[k in Chain as (typeof blocksPerYear)[k] extends number ? k : never]: void;
|
|
31
31
|
};
|
|
32
|
-
export declare const isKnownChain: (networkName: string) => networkName is "hardhat" | "bsctestnet" | "bscmainnet" | "sepolia" | "ethereum" | "opbnbtestnet" | "opbnbmainnet" | "arbitrumsepolia" | "arbitrumone" | "opsepolia" | "opmainnet" | "basesepolia" | "basemainnet" | "unichainsepolia" | "unichainmainnet" | "
|
|
32
|
+
export declare const isKnownChain: (networkName: string) => networkName is "hardhat" | "bsctestnet" | "bscmainnet" | "sepolia" | "ethereum" | "opbnbtestnet" | "opbnbmainnet" | "arbitrumsepolia" | "arbitrumone" | "opsepolia" | "opmainnet" | "basesepolia" | "basemainnet" | "unichainsepolia" | "unichainmainnet" | "berachainbepolia" | "zksyncsepolia" | "zksyncmainnet";
|
|
33
33
|
export declare const assertKnownChain: (networkName: string) => Chain;
|
|
34
|
-
export declare const isTimeBasedChain: (networkName: string) => networkName is "arbitrumsepolia" | "arbitrumone" | "opsepolia" | "opmainnet" | "basesepolia" | "basemainnet" | "unichainsepolia" | "unichainmainnet" | "
|
|
34
|
+
export declare const isTimeBasedChain: (networkName: string) => networkName is "arbitrumsepolia" | "arbitrumone" | "opsepolia" | "opmainnet" | "basesepolia" | "basemainnet" | "unichainsepolia" | "unichainmainnet" | "berachainbepolia" | "zksyncsepolia" | "zksyncmainnet";
|
|
35
35
|
export declare const assertTimeBasedChain: (networkName: string) => TimeBasedChain;
|
|
36
36
|
export declare const isBlockBasedChain: (networkName: string) => networkName is "hardhat" | "bsctestnet" | "bscmainnet" | "sepolia" | "ethereum" | "opbnbtestnet" | "opbnbmainnet";
|
|
37
37
|
export declare const assertBlockBasedChain: (networkName: string) => BlockBasedChain;
|
package/dist/helpers/chains.js
CHANGED
|
@@ -17,7 +17,7 @@ const knownChains = [
|
|
|
17
17
|
"basemainnet",
|
|
18
18
|
"unichainsepolia",
|
|
19
19
|
"unichainmainnet",
|
|
20
|
-
"
|
|
20
|
+
"berachainbepolia",
|
|
21
21
|
"zksyncsepolia",
|
|
22
22
|
"zksyncmainnet",
|
|
23
23
|
];
|
|
@@ -37,7 +37,7 @@ exports.blocksPerYear = {
|
|
|
37
37
|
basemainnet: "time-based",
|
|
38
38
|
unichainsepolia: "time-based",
|
|
39
39
|
unichainmainnet: "time-based",
|
|
40
|
-
|
|
40
|
+
berachainbepolia: "time-based",
|
|
41
41
|
zksyncsepolia: "time-based",
|
|
42
42
|
zksyncmainnet: "time-based",
|
|
43
43
|
};
|
|
@@ -649,5 +649,26 @@ declare const _default: readonly [{
|
|
|
649
649
|
readonly amount: "5000";
|
|
650
650
|
readonly vTokenReceiver: "VTreasury";
|
|
651
651
|
};
|
|
652
|
+
}, {
|
|
653
|
+
readonly name: "Venus USD1";
|
|
654
|
+
readonly symbol: "vUSD1";
|
|
655
|
+
readonly asset: "USD1";
|
|
656
|
+
readonly interestRateModel: {
|
|
657
|
+
readonly model: "jump";
|
|
658
|
+
readonly baseRatePerYear: "0";
|
|
659
|
+
readonly multiplierPerYear: "0.1";
|
|
660
|
+
readonly jumpMultiplierPerYear: "2.5";
|
|
661
|
+
readonly kink: "0.8";
|
|
662
|
+
};
|
|
663
|
+
readonly riskParameters: {
|
|
664
|
+
readonly collateralFactor: "0";
|
|
665
|
+
readonly reserveFactor: "0.25";
|
|
666
|
+
readonly supplyCap: "16000000";
|
|
667
|
+
readonly borrowCap: "14400000";
|
|
668
|
+
};
|
|
669
|
+
readonly initialSupply: {
|
|
670
|
+
readonly amount: "4988.032727667459257279";
|
|
671
|
+
readonly vTokenReceiver: "VTreasury";
|
|
672
|
+
};
|
|
652
673
|
}];
|
|
653
674
|
export default _default;
|
|
@@ -688,4 +688,26 @@ exports.default = [
|
|
|
688
688
|
vTokenReceiver: "VTreasury",
|
|
689
689
|
},
|
|
690
690
|
},
|
|
691
|
+
{
|
|
692
|
+
name: "Venus USD1",
|
|
693
|
+
symbol: "vUSD1",
|
|
694
|
+
asset: "USD1",
|
|
695
|
+
interestRateModel: {
|
|
696
|
+
model: "jump",
|
|
697
|
+
baseRatePerYear: "0",
|
|
698
|
+
multiplierPerYear: "0.1",
|
|
699
|
+
jumpMultiplierPerYear: "2.5",
|
|
700
|
+
kink: "0.8",
|
|
701
|
+
},
|
|
702
|
+
riskParameters: {
|
|
703
|
+
collateralFactor: "0",
|
|
704
|
+
reserveFactor: "0.25",
|
|
705
|
+
supplyCap: "16000000",
|
|
706
|
+
borrowCap: "14400000",
|
|
707
|
+
},
|
|
708
|
+
initialSupply: {
|
|
709
|
+
amount: "4988.032727667459257279",
|
|
710
|
+
vTokenReceiver: "VTreasury",
|
|
711
|
+
},
|
|
712
|
+
},
|
|
691
713
|
];
|
|
@@ -525,5 +525,26 @@ declare const _default: readonly [{
|
|
|
525
525
|
readonly amount: "5000";
|
|
526
526
|
readonly vTokenReceiver: "VTreasury";
|
|
527
527
|
};
|
|
528
|
+
}, {
|
|
529
|
+
readonly name: "Venus USD1";
|
|
530
|
+
readonly symbol: "vUSD1";
|
|
531
|
+
readonly asset: "USD1";
|
|
532
|
+
readonly interestRateModel: {
|
|
533
|
+
readonly model: "jump";
|
|
534
|
+
readonly baseRatePerYear: "0";
|
|
535
|
+
readonly multiplierPerYear: "0.1";
|
|
536
|
+
readonly jumpMultiplierPerYear: "2.5";
|
|
537
|
+
readonly kink: "0.8";
|
|
538
|
+
};
|
|
539
|
+
readonly riskParameters: {
|
|
540
|
+
readonly collateralFactor: "0";
|
|
541
|
+
readonly reserveFactor: "0.25";
|
|
542
|
+
readonly supplyCap: "16000000";
|
|
543
|
+
readonly borrowCap: "14400000";
|
|
544
|
+
};
|
|
545
|
+
readonly initialSupply: {
|
|
546
|
+
readonly amount: "4988.032727667459257279";
|
|
547
|
+
readonly vTokenReceiver: "VTreasury";
|
|
548
|
+
};
|
|
528
549
|
}];
|
|
529
550
|
export default _default;
|
|
@@ -558,4 +558,26 @@ exports.default = [
|
|
|
558
558
|
vTokenReceiver: "VTreasury",
|
|
559
559
|
},
|
|
560
560
|
},
|
|
561
|
+
{
|
|
562
|
+
name: "Venus USD1",
|
|
563
|
+
symbol: "vUSD1",
|
|
564
|
+
asset: "USD1",
|
|
565
|
+
interestRateModel: {
|
|
566
|
+
model: "jump",
|
|
567
|
+
baseRatePerYear: "0",
|
|
568
|
+
multiplierPerYear: "0.1",
|
|
569
|
+
jumpMultiplierPerYear: "2.5",
|
|
570
|
+
kink: "0.8",
|
|
571
|
+
},
|
|
572
|
+
riskParameters: {
|
|
573
|
+
collateralFactor: "0",
|
|
574
|
+
reserveFactor: "0.25",
|
|
575
|
+
supplyCap: "16000000",
|
|
576
|
+
borrowCap: "14400000",
|
|
577
|
+
},
|
|
578
|
+
initialSupply: {
|
|
579
|
+
amount: "4988.032727667459257279",
|
|
580
|
+
vTokenReceiver: "VTreasury",
|
|
581
|
+
},
|
|
582
|
+
},
|
|
561
583
|
];
|
|
@@ -116,7 +116,7 @@ export declare const markets: {
|
|
|
116
116
|
readonly basemainnet: readonly [];
|
|
117
117
|
readonly unichainsepolia: readonly [];
|
|
118
118
|
readonly unichainmainnet: readonly [];
|
|
119
|
-
readonly
|
|
119
|
+
readonly berachainbepolia: readonly [];
|
|
120
120
|
readonly zksyncsepolia: readonly [];
|
|
121
121
|
readonly zksyncmainnet: readonly [];
|
|
122
122
|
};
|
|
@@ -249,5 +249,12 @@ declare const _default: {
|
|
|
249
249
|
readonly decimals: 18;
|
|
250
250
|
readonly tokenAddress: "0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34";
|
|
251
251
|
};
|
|
252
|
+
USD1: {
|
|
253
|
+
readonly isMock: false;
|
|
254
|
+
readonly name: "World Liberty Financial USD";
|
|
255
|
+
readonly symbol: "USD1";
|
|
256
|
+
readonly decimals: 18;
|
|
257
|
+
readonly tokenAddress: "0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d";
|
|
258
|
+
};
|
|
252
259
|
};
|
|
253
260
|
export default _default;
|
|
@@ -254,5 +254,12 @@ const tokens = [
|
|
|
254
254
|
decimals: 18,
|
|
255
255
|
tokenAddress: "0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34",
|
|
256
256
|
},
|
|
257
|
+
{
|
|
258
|
+
isMock: false,
|
|
259
|
+
name: "World Liberty Financial USD",
|
|
260
|
+
symbol: "USD1",
|
|
261
|
+
decimals: 18,
|
|
262
|
+
tokenAddress: "0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d",
|
|
263
|
+
},
|
|
257
264
|
];
|
|
258
265
|
exports.default = (0, indexBySymbol_1.indexBySymbol)(tokens);
|
|
@@ -200,5 +200,11 @@ declare const _default: {
|
|
|
200
200
|
readonly symbol: "USDe";
|
|
201
201
|
readonly decimals: 18;
|
|
202
202
|
};
|
|
203
|
+
USD1: {
|
|
204
|
+
readonly isMock: true;
|
|
205
|
+
readonly name: "World Liberty Financial USD";
|
|
206
|
+
readonly symbol: "USD1";
|
|
207
|
+
readonly decimals: 18;
|
|
208
|
+
};
|
|
203
209
|
};
|
|
204
210
|
export default _default;
|
|
@@ -229,6 +229,12 @@ export declare const tokens: {
|
|
|
229
229
|
readonly symbol: "USDe";
|
|
230
230
|
readonly decimals: 18;
|
|
231
231
|
};
|
|
232
|
+
USD1: {
|
|
233
|
+
readonly isMock: true;
|
|
234
|
+
readonly name: "World Liberty Financial USD";
|
|
235
|
+
readonly symbol: "USD1";
|
|
236
|
+
readonly decimals: 18;
|
|
237
|
+
};
|
|
232
238
|
};
|
|
233
239
|
readonly bscmainnet: {
|
|
234
240
|
USDC: {
|
|
@@ -481,6 +487,13 @@ export declare const tokens: {
|
|
|
481
487
|
readonly decimals: 18;
|
|
482
488
|
readonly tokenAddress: "0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34";
|
|
483
489
|
};
|
|
490
|
+
USD1: {
|
|
491
|
+
readonly isMock: false;
|
|
492
|
+
readonly name: "World Liberty Financial USD";
|
|
493
|
+
readonly symbol: "USD1";
|
|
494
|
+
readonly decimals: 18;
|
|
495
|
+
readonly tokenAddress: "0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d";
|
|
496
|
+
};
|
|
484
497
|
};
|
|
485
498
|
readonly sepolia: {};
|
|
486
499
|
readonly ethereum: {};
|
|
@@ -494,13 +507,13 @@ export declare const tokens: {
|
|
|
494
507
|
readonly basemainnet: {};
|
|
495
508
|
readonly unichainsepolia: {};
|
|
496
509
|
readonly unichainmainnet: {};
|
|
497
|
-
readonly
|
|
510
|
+
readonly berachainbepolia: {};
|
|
498
511
|
readonly zksyncsepolia: {};
|
|
499
512
|
readonly zksyncmainnet: {};
|
|
500
513
|
};
|
|
501
514
|
export type Tokens = typeof tokens;
|
|
502
515
|
export type ChainToken<c extends keyof Tokens> = `${c}:${keyof Tokens[c] & string}`;
|
|
503
|
-
export declare const getToken: <c extends "hardhat" | "bsctestnet" | "bscmainnet" | "sepolia" | "ethereum" | "opbnbtestnet" | "opbnbmainnet" | "arbitrumsepolia" | "arbitrumone" | "opsepolia" | "opmainnet" | "basesepolia" | "basemainnet" | "unichainsepolia" | "unichainmainnet" | "
|
|
516
|
+
export declare const getToken: <c extends "hardhat" | "bsctestnet" | "bscmainnet" | "sepolia" | "ethereum" | "opbnbtestnet" | "opbnbmainnet" | "arbitrumsepolia" | "arbitrumone" | "opsepolia" | "opmainnet" | "basesepolia" | "basemainnet" | "unichainsepolia" | "unichainmainnet" | "berachainbepolia" | "zksyncsepolia" | "zksyncmainnet", t extends keyof {
|
|
504
517
|
readonly hardhat: {
|
|
505
518
|
FDUSD: {
|
|
506
519
|
readonly isMock: true;
|
|
@@ -729,6 +742,12 @@ export declare const getToken: <c extends "hardhat" | "bsctestnet" | "bscmainnet
|
|
|
729
742
|
readonly symbol: "USDe";
|
|
730
743
|
readonly decimals: 18;
|
|
731
744
|
};
|
|
745
|
+
USD1: {
|
|
746
|
+
readonly isMock: true;
|
|
747
|
+
readonly name: "World Liberty Financial USD";
|
|
748
|
+
readonly symbol: "USD1";
|
|
749
|
+
readonly decimals: 18;
|
|
750
|
+
};
|
|
732
751
|
};
|
|
733
752
|
readonly bscmainnet: {
|
|
734
753
|
USDC: {
|
|
@@ -981,6 +1000,13 @@ export declare const getToken: <c extends "hardhat" | "bsctestnet" | "bscmainnet
|
|
|
981
1000
|
readonly decimals: 18;
|
|
982
1001
|
readonly tokenAddress: "0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34";
|
|
983
1002
|
};
|
|
1003
|
+
USD1: {
|
|
1004
|
+
readonly isMock: false;
|
|
1005
|
+
readonly name: "World Liberty Financial USD";
|
|
1006
|
+
readonly symbol: "USD1";
|
|
1007
|
+
readonly decimals: 18;
|
|
1008
|
+
readonly tokenAddress: "0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d";
|
|
1009
|
+
};
|
|
984
1010
|
};
|
|
985
1011
|
readonly sepolia: {};
|
|
986
1012
|
readonly ethereum: {};
|
|
@@ -994,11 +1020,11 @@ export declare const getToken: <c extends "hardhat" | "bsctestnet" | "bscmainnet
|
|
|
994
1020
|
readonly basemainnet: {};
|
|
995
1021
|
readonly unichainsepolia: {};
|
|
996
1022
|
readonly unichainmainnet: {};
|
|
997
|
-
readonly
|
|
1023
|
+
readonly berachainbepolia: {};
|
|
998
1024
|
readonly zksyncsepolia: {};
|
|
999
1025
|
readonly zksyncmainnet: {};
|
|
1000
1026
|
}[c]>(chain: c, token: t) => TokenConfig;
|
|
1001
|
-
export declare const parseTokens: <c extends "hardhat" | "bsctestnet" | "bscmainnet" | "sepolia" | "ethereum" | "opbnbtestnet" | "opbnbmainnet" | "arbitrumsepolia" | "arbitrumone" | "opsepolia" | "opmainnet" | "basesepolia" | "basemainnet" | "unichainsepolia" | "unichainmainnet" | "
|
|
1027
|
+
export declare const parseTokens: <c extends "hardhat" | "bsctestnet" | "bscmainnet" | "sepolia" | "ethereum" | "opbnbtestnet" | "opbnbmainnet" | "arbitrumsepolia" | "arbitrumone" | "opsepolia" | "opmainnet" | "basesepolia" | "basemainnet" | "unichainsepolia" | "unichainmainnet" | "berachainbepolia" | "zksyncsepolia" | "zksyncmainnet", t extends keyof {
|
|
1002
1028
|
readonly hardhat: {
|
|
1003
1029
|
FDUSD: {
|
|
1004
1030
|
readonly isMock: true;
|
|
@@ -1227,6 +1253,12 @@ export declare const parseTokens: <c extends "hardhat" | "bsctestnet" | "bscmain
|
|
|
1227
1253
|
readonly symbol: "USDe";
|
|
1228
1254
|
readonly decimals: 18;
|
|
1229
1255
|
};
|
|
1256
|
+
USD1: {
|
|
1257
|
+
readonly isMock: true;
|
|
1258
|
+
readonly name: "World Liberty Financial USD";
|
|
1259
|
+
readonly symbol: "USD1";
|
|
1260
|
+
readonly decimals: 18;
|
|
1261
|
+
};
|
|
1230
1262
|
};
|
|
1231
1263
|
readonly bscmainnet: {
|
|
1232
1264
|
USDC: {
|
|
@@ -1479,6 +1511,13 @@ export declare const parseTokens: <c extends "hardhat" | "bsctestnet" | "bscmain
|
|
|
1479
1511
|
readonly decimals: 18;
|
|
1480
1512
|
readonly tokenAddress: "0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34";
|
|
1481
1513
|
};
|
|
1514
|
+
USD1: {
|
|
1515
|
+
readonly isMock: false;
|
|
1516
|
+
readonly name: "World Liberty Financial USD";
|
|
1517
|
+
readonly symbol: "USD1";
|
|
1518
|
+
readonly decimals: 18;
|
|
1519
|
+
readonly tokenAddress: "0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d";
|
|
1520
|
+
};
|
|
1482
1521
|
};
|
|
1483
1522
|
readonly sepolia: {};
|
|
1484
1523
|
readonly ethereum: {};
|
|
@@ -1492,7 +1531,7 @@ export declare const parseTokens: <c extends "hardhat" | "bsctestnet" | "bscmain
|
|
|
1492
1531
|
readonly basemainnet: {};
|
|
1493
1532
|
readonly unichainsepolia: {};
|
|
1494
1533
|
readonly unichainmainnet: {};
|
|
1495
|
-
readonly
|
|
1534
|
+
readonly berachainbepolia: {};
|
|
1496
1535
|
readonly zksyncsepolia: {};
|
|
1497
1536
|
readonly zksyncmainnet: {};
|
|
1498
1537
|
}[c]>(amount: `${number}`, chain: c, token: t) => BigNumber;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
80084
|