@gearbox-protocol/sdk 1.6.4 → 1.6.6
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/lib/oracles/priceFeeds.js +0 -49
- package/lib/tokens/decimals.js +0 -4
- package/lib/tokens/normal.d.ts +1 -1
- package/lib/tokens/normal.js +0 -72
- package/lib/tokens/token.js +0 -8
- package/lib/types/contracts/interfaces/ICreditFacade.sol/ICreditFacade.d.ts +13 -5
- package/lib/types/contracts/interfaces/ICreditFacade.sol/ICreditFacadeEvents.d.ts +4 -4
- package/lib/types/contracts/pathfinder/interfaces/IClosePathResolver.d.ts +1 -4
- package/lib/types/contracts/pathfinder/interfaces/IDepositor.sol/IDepositor.d.ts +3 -6
- package/lib/types/contracts/pathfinder/interfaces/IDepositor.sol/IDepositorOptions.d.ts +4 -7
- package/lib/types/contracts/pathfinder/interfaces/ILPWorker.sol/ILPWorker.d.ts +1 -4
- package/lib/types/contracts/pathfinder/interfaces/ILPWorker.sol/ILPWorkerOptions.d.ts +1 -4
- package/lib/types/contracts/pathfinder/interfaces/IPathResolver.d.ts +2 -5
- package/lib/types/contracts/pathfinder/interfaces/ISwapAggregator.d.ts +5 -8
- package/lib/types/contracts/pathfinder/interfaces/IWithdrawer.sol/IWithdrawer.d.ts +4 -7
- package/lib/types/contracts/pathfinder/interfaces/IWithdrawer.sol/IWithdrawerOptions.d.ts +4 -7
- package/lib/types/factories/contracts/interfaces/ICreditFacade.sol/ICreditFacadeEvents__factory.js +4 -4
- package/lib/types/factories/contracts/interfaces/ICreditFacade.sol/ICreditFacade__factory.js +17 -4
- package/lib/types/factories/contracts/pathfinder/interfaces/IClosePathResolver__factory.js +0 -10
- package/lib/types/factories/contracts/pathfinder/interfaces/IDepositor.sol/IDepositorOptions__factory.js +0 -40
- package/lib/types/factories/contracts/pathfinder/interfaces/IDepositor.sol/IDepositor__factory.js +0 -30
- package/lib/types/factories/contracts/pathfinder/interfaces/ILPWorker.sol/ILPWorkerOptions__factory.js +0 -10
- package/lib/types/factories/contracts/pathfinder/interfaces/ILPWorker.sol/ILPWorker__factory.js +0 -10
- package/lib/types/factories/contracts/pathfinder/interfaces/IPathResolver__factory.js +0 -20
- package/lib/types/factories/contracts/pathfinder/interfaces/ISwapAggregator__factory.js +0 -50
- package/lib/types/factories/contracts/pathfinder/interfaces/IWithdrawer.sol/IWithdrawerOptions__factory.js +0 -40
- package/lib/types/factories/contracts/pathfinder/interfaces/IWithdrawer.sol/IWithdrawer__factory.js +0 -40
- package/package.json +1 -1
package/lib/types/factories/contracts/pathfinder/interfaces/IWithdrawer.sol/IWithdrawer__factory.js
CHANGED
|
@@ -112,11 +112,6 @@ var _abi = [
|
|
|
112
112
|
name: "gasUsage",
|
|
113
113
|
type: "uint256",
|
|
114
114
|
},
|
|
115
|
-
{
|
|
116
|
-
internalType: "uint256",
|
|
117
|
-
name: "slippageMultiplier",
|
|
118
|
-
type: "uint256",
|
|
119
|
-
},
|
|
120
115
|
{
|
|
121
116
|
internalType: "uint256",
|
|
122
117
|
name: "initTargetBalance",
|
|
@@ -238,11 +233,6 @@ var _abi = [
|
|
|
238
233
|
name: "gasUsage",
|
|
239
234
|
type: "uint256",
|
|
240
235
|
},
|
|
241
|
-
{
|
|
242
|
-
internalType: "uint256",
|
|
243
|
-
name: "slippageMultiplier",
|
|
244
|
-
type: "uint256",
|
|
245
|
-
},
|
|
246
236
|
{
|
|
247
237
|
internalType: "uint256",
|
|
248
238
|
name: "initTargetBalance",
|
|
@@ -385,11 +375,6 @@ var _abi = [
|
|
|
385
375
|
name: "gasUsage",
|
|
386
376
|
type: "uint256",
|
|
387
377
|
},
|
|
388
|
-
{
|
|
389
|
-
internalType: "uint256",
|
|
390
|
-
name: "slippageMultiplier",
|
|
391
|
-
type: "uint256",
|
|
392
|
-
},
|
|
393
378
|
{
|
|
394
379
|
internalType: "uint256",
|
|
395
380
|
name: "initTargetBalance",
|
|
@@ -511,11 +496,6 @@ var _abi = [
|
|
|
511
496
|
name: "gasUsage",
|
|
512
497
|
type: "uint256",
|
|
513
498
|
},
|
|
514
|
-
{
|
|
515
|
-
internalType: "uint256",
|
|
516
|
-
name: "slippageMultiplier",
|
|
517
|
-
type: "uint256",
|
|
518
|
-
},
|
|
519
499
|
{
|
|
520
500
|
internalType: "uint256",
|
|
521
501
|
name: "initTargetBalance",
|
|
@@ -640,11 +620,6 @@ var _abi = [
|
|
|
640
620
|
name: "gasUsage",
|
|
641
621
|
type: "uint256",
|
|
642
622
|
},
|
|
643
|
-
{
|
|
644
|
-
internalType: "uint256",
|
|
645
|
-
name: "slippageMultiplier",
|
|
646
|
-
type: "uint256",
|
|
647
|
-
},
|
|
648
623
|
{
|
|
649
624
|
internalType: "uint256",
|
|
650
625
|
name: "initTargetBalance",
|
|
@@ -766,11 +741,6 @@ var _abi = [
|
|
|
766
741
|
name: "gasUsage",
|
|
767
742
|
type: "uint256",
|
|
768
743
|
},
|
|
769
|
-
{
|
|
770
|
-
internalType: "uint256",
|
|
771
|
-
name: "slippageMultiplier",
|
|
772
|
-
type: "uint256",
|
|
773
|
-
},
|
|
774
744
|
{
|
|
775
745
|
internalType: "uint256",
|
|
776
746
|
name: "initTargetBalance",
|
|
@@ -890,11 +860,6 @@ var _abi = [
|
|
|
890
860
|
name: "gasUsage",
|
|
891
861
|
type: "uint256",
|
|
892
862
|
},
|
|
893
|
-
{
|
|
894
|
-
internalType: "uint256",
|
|
895
|
-
name: "slippageMultiplier",
|
|
896
|
-
type: "uint256",
|
|
897
|
-
},
|
|
898
863
|
{
|
|
899
864
|
internalType: "uint256",
|
|
900
865
|
name: "initTargetBalance",
|
|
@@ -1011,11 +976,6 @@ var _abi = [
|
|
|
1011
976
|
name: "gasUsage",
|
|
1012
977
|
type: "uint256",
|
|
1013
978
|
},
|
|
1014
|
-
{
|
|
1015
|
-
internalType: "uint256",
|
|
1016
|
-
name: "slippageMultiplier",
|
|
1017
|
-
type: "uint256",
|
|
1018
|
-
},
|
|
1019
979
|
{
|
|
1020
980
|
internalType: "uint256",
|
|
1021
981
|
name: "initTargetBalance",
|