@venusprotocol/isolated-pools 3.9.0-dev.3 → 4.0.0-dev.1

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.
Files changed (42) hide show
  1. package/deployments/bscmainnet/VToken_vEURA_Stablecoins.json +2140 -0
  2. package/deployments/bscmainnet/VToken_vlisUSD_Stablecoins.json +2140 -0
  3. package/deployments/bscmainnet/VToken_vslisBNB_LiquidStakedBNB.json +2140 -0
  4. package/deployments/bscmainnet.json +7275 -1009
  5. package/deployments/bscmainnet_addresses.json +3 -2
  6. package/deployments/bsctestnet/Comptroller_Stablecoins.json +176 -0
  7. package/deployments/bsctestnet/RewardsDistributor_Stablecoins_0.json +1270 -0
  8. package/deployments/bsctestnet/RewardsDistributor_Stablecoins_0_Proxy.json +277 -0
  9. package/deployments/bsctestnet/RewardsDistributor_Stablecoins_1.json +1270 -0
  10. package/deployments/bsctestnet/RewardsDistributor_Stablecoins_1_Proxy.json +277 -0
  11. package/deployments/bsctestnet/RewardsDistributor_Stablecoins_2.json +1270 -0
  12. package/deployments/bsctestnet/RewardsDistributor_Stablecoins_2_Proxy.json +277 -0
  13. package/deployments/bsctestnet/SwapRouter_Stablecoins.json +2422 -0
  14. package/deployments/{bscmainnet/VToken_vSnBNB_LiquidStakedBNB.json → bsctestnet/VToken_vHAY_Stablecoins.json} +84 -84
  15. package/deployments/{bscmainnet/VToken_vagEUR_Stablecoins.json → bsctestnet/VToken_vUSDD_Stablecoins.json} +83 -83
  16. package/deployments/bsctestnet/VToken_vUSDT_Stablecoins.json +246 -0
  17. package/deployments/{ethereum/VToken_veBTC.json → bsctestnet/VToken_vlisUSD_Stablecoins.json} +82 -82
  18. package/deployments/bsctestnet.json +6706 -793
  19. package/deployments/bsctestnet_addresses.json +16 -4
  20. package/deployments/ethereum/VToken_vEIGEN_Core.json +2140 -0
  21. package/deployments/ethereum/VToken_vEIGEN_Core_Implementation.json +2070 -0
  22. package/deployments/ethereum/VToken_vEIGEN_Core_Proxy.json +75 -0
  23. package/deployments/ethereum/VToken_veBTC_Core.json +2140 -0
  24. package/deployments/ethereum/VToken_veBTC_Core_Implementation.json +2070 -0
  25. package/deployments/ethereum/VToken_veBTC_Core_Proxy.json +75 -0
  26. package/deployments/ethereum.json +9070 -656
  27. package/deployments/ethereum_addresses.json +6 -2
  28. package/dist/deploy/009-deploy-vtokens.js +5 -2
  29. package/dist/deployments/bscmainnet.json +7275 -1009
  30. package/dist/deployments/bsctestnet.json +6706 -793
  31. package/dist/deployments/ethereum.json +9070 -656
  32. package/dist/helpers/deploymentConfig.js +62 -62
  33. package/dist/typechain/factories/IVToken__factory.d.ts +5 -1
  34. package/dist/typechain/factories/IVToken__factory.js +201 -1
  35. package/package.json +1 -1
  36. package/typechain/IVToken.d.ts +341 -4
  37. package/typechain/factories/IVToken__factory.ts +201 -1
  38. package/deployments/ethereum/VToken_vEIGEN.json +0 -257
  39. /package/deployments/bsctestnet/{MockagEUR.json → MockEURA.json} +0 -0
  40. /package/deployments/bsctestnet/{MockHAY.json → MocklisUSD.json} +0 -0
  41. /package/deployments/bsctestnet/{VToken_vagEUR_Stablecoins.json → VToken_vEURA_Stablecoins.json} +0 -0
  42. /package/deployments/bsctestnet/{VToken_vSnBNB_LiquidStakedBNB.json → VToken_vslisBNB_LiquidStakedBNB.json} +0 -0
@@ -628,8 +628,8 @@ exports.globalConfig = {
628
628
  },
629
629
  {
630
630
  isMock: false,
631
- name: "HAY",
632
- symbol: "HAY",
631
+ name: "lisUSD",
632
+ symbol: "lisUSD",
633
633
  decimals: 18,
634
634
  tokenAddress: "0xe73774DfCD551BF75650772dC2cC56a2B6323453",
635
635
  faucetInitialLiquidity: true,
@@ -761,8 +761,8 @@ exports.globalConfig = {
761
761
  },
762
762
  {
763
763
  isMock: false,
764
- name: "agEUR",
765
- symbol: "agEUR",
764
+ name: "EURA",
765
+ symbol: "EURA",
766
766
  decimals: 18,
767
767
  tokenAddress: "0x63061de4A25f24279AAab80400040684F92Ee319",
768
768
  },
@@ -775,8 +775,8 @@ exports.globalConfig = {
775
775
  },
776
776
  {
777
777
  isMock: false,
778
- name: "Synclub Staked BNB",
779
- symbol: "SnBNB",
778
+ name: "Staked Lista BNB",
779
+ symbol: "slisBNB",
780
780
  decimals: 18,
781
781
  tokenAddress: "0xd2aF6A916Bc77764dc63742BC30f71AF4cF423F4",
782
782
  },
@@ -839,16 +839,16 @@ exports.globalConfig = {
839
839
  ],
840
840
  poolConfig: [
841
841
  {
842
- id: "StableCoins",
843
- name: "Stable Coins",
842
+ id: "Stablecoins",
843
+ name: "Stablecoins",
844
844
  closeFactor: (0, utils_1.convertToUnit)("0.5", 18),
845
845
  liquidationIncentive: (0, utils_1.convertToUnit)("1.1", 18),
846
846
  minLiquidatableCollateral: (0, utils_1.convertToUnit)("100", 18),
847
847
  vtokens: [
848
848
  {
849
- name: "Venus HAY (Stable Coins)",
850
- asset: "HAY",
851
- symbol: "vHAY_StableCoins",
849
+ name: "Venus lisUSD (Stable Coins)",
850
+ asset: "lisUSD",
851
+ symbol: "vlisUSD_Stablecoins",
852
852
  rateModel: InterestRateModels.JumpRate.toString(),
853
853
  baseRatePerYear: (0, utils_1.convertToUnit)("0.02", 18),
854
854
  multiplierPerYear: (0, utils_1.convertToUnit)("0.1", 18),
@@ -866,7 +866,7 @@ exports.globalConfig = {
866
866
  {
867
867
  name: "Venus USDT (Stable Coins)",
868
868
  asset: "USDT",
869
- symbol: "vUSDT_StableCoins",
869
+ symbol: "vUSDT_Stablecoins",
870
870
  rateModel: InterestRateModels.JumpRate.toString(),
871
871
  baseRatePerYear: (0, utils_1.convertToUnit)("0.02", 18),
872
872
  multiplierPerYear: (0, utils_1.convertToUnit)("0.05", 18),
@@ -884,7 +884,7 @@ exports.globalConfig = {
884
884
  {
885
885
  name: "Venus USDD (Stable Coins)",
886
886
  asset: "USDD",
887
- symbol: "vUSDD_StableCoins",
887
+ symbol: "vUSDD_Stablecoins",
888
888
  rateModel: InterestRateModels.JumpRate.toString(),
889
889
  baseRatePerYear: (0, utils_1.convertToUnit)("0.02", 18),
890
890
  multiplierPerYear: (0, utils_1.convertToUnit)("0.1", 18),
@@ -900,9 +900,9 @@ exports.globalConfig = {
900
900
  reduceReservesBlockDelta: "100",
901
901
  },
902
902
  {
903
- name: "Venus agEUR (Stablecoins)",
904
- asset: "agEUR",
905
- symbol: "vagEUR_Stablecoins",
903
+ name: "Venus EURA (Stablecoins)",
904
+ asset: "EURA",
905
+ symbol: "vEURA_Stablecoins",
906
906
  rateModel: InterestRateModels.JumpRate.toString(),
907
907
  baseRatePerYear: (0, utils_1.convertToUnit)("0.02", 18),
908
908
  multiplierPerYear: (0, utils_1.convertToUnit)("0.1", 18),
@@ -920,20 +920,20 @@ exports.globalConfig = {
920
920
  ],
921
921
  rewards: [
922
922
  {
923
- asset: "HAY",
924
- markets: ["HAY"],
923
+ asset: "lisUSD",
924
+ markets: ["lisUSD"],
925
925
  supplySpeeds: ["1860119047619047"],
926
- borrowSpeeds: ["1860119047619047"], // 1500 HAY over 28 days (806400 blocks)
926
+ borrowSpeeds: ["1860119047619047"], // 1500 lisUSD over 28 days (806400 blocks)
927
927
  },
928
928
  {
929
- asset: "HAY",
930
- markets: ["HAY"],
929
+ asset: "lisUSD",
930
+ markets: ["lisUSD"],
931
931
  supplySpeeds: ["1240079365079365"],
932
- borrowSpeeds: ["1240079365079365"], // 1000 HAY over 28 days (806400 blocks)
932
+ borrowSpeeds: ["1240079365079365"], // 1000 lisUSD over 28 days (806400 blocks)
933
933
  },
934
934
  {
935
935
  asset: "ANGLE",
936
- markets: ["agEUR"],
936
+ markets: ["EURA"],
937
937
  supplySpeeds: ["0"],
938
938
  borrowSpeeds: ["87549603174603174"], // 17650 ANGLE over 7 days (201600 blocks)
939
939
  },
@@ -1323,9 +1323,9 @@ exports.globalConfig = {
1323
1323
  reduceReservesBlockDelta: "100",
1324
1324
  },
1325
1325
  {
1326
- name: "Venus SnBNB (Liquid Staked BNB)",
1327
- asset: "SnBNB",
1328
- symbol: "vSnBNB_LiquidStakedBNB",
1326
+ name: "Venus slisBNB (Liquid Staked BNB)",
1327
+ asset: "slisBNB",
1328
+ symbol: "vslisBNB_LiquidStakedBNB",
1329
1329
  rateModel: InterestRateModels.JumpRate.toString(),
1330
1330
  baseRatePerYear: (0, utils_1.convertToUnit)("0.02", 18),
1331
1331
  multiplierPerYear: (0, utils_1.convertToUnit)("0.2", 18),
@@ -1367,10 +1367,10 @@ exports.globalConfig = {
1367
1367
  borrowSpeeds: ["1157407407407407"], // 1000 SD over 30 days (864000 blocks)
1368
1368
  },
1369
1369
  {
1370
- asset: "HAY",
1371
- markets: ["SnBNB"],
1370
+ asset: "lisUSD",
1371
+ markets: ["slisBNB"],
1372
1372
  supplySpeeds: ["930059523809523"],
1373
- borrowSpeeds: ["930059523809523"], // 1500 HAY over 56 days (1612800 blocks)
1373
+ borrowSpeeds: ["930059523809523"], // 1500 lisUSD over 56 days (1612800 blocks)
1374
1374
  },
1375
1375
  ],
1376
1376
  },
@@ -1707,8 +1707,8 @@ exports.globalConfig = {
1707
1707
  },
1708
1708
  {
1709
1709
  isMock: false,
1710
- name: "Hay Destablecoin",
1711
- symbol: "HAY",
1710
+ name: "Lista USD",
1711
+ symbol: "lisUSD",
1712
1712
  decimals: 18,
1713
1713
  tokenAddress: "0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5",
1714
1714
  },
@@ -1826,8 +1826,8 @@ exports.globalConfig = {
1826
1826
  },
1827
1827
  {
1828
1828
  isMock: false,
1829
- name: "agEUR",
1830
- symbol: "agEUR",
1829
+ name: "EURA",
1830
+ symbol: "EURA",
1831
1831
  decimals: 18,
1832
1832
  tokenAddress: "0x12f31b73d812c6bb0d735a218c086d44d5fe5f89",
1833
1833
  },
@@ -1840,8 +1840,8 @@ exports.globalConfig = {
1840
1840
  },
1841
1841
  {
1842
1842
  isMock: false,
1843
- name: "Synclub Staked BNB",
1844
- symbol: "SnBNB",
1843
+ name: "Staked Lista BNB",
1844
+ symbol: "slisBNB",
1845
1845
  decimals: 18,
1846
1846
  tokenAddress: "0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B",
1847
1847
  },
@@ -1911,9 +1911,9 @@ exports.globalConfig = {
1911
1911
  minLiquidatableCollateral: (0, utils_1.convertToUnit)("100", 18),
1912
1912
  vtokens: [
1913
1913
  {
1914
- name: "Venus HAY (Stablecoins)",
1915
- asset: "HAY",
1916
- symbol: "vHAY_Stablecoins",
1914
+ name: "Venus lisUSD (Stablecoins)",
1915
+ asset: "lisUSD",
1916
+ symbol: "vlisUSD_Stablecoins",
1917
1917
  rateModel: InterestRateModels.JumpRate.toString(),
1918
1918
  baseRatePerYear: (0, utils_1.convertToUnit)("0.02", 18),
1919
1919
  multiplierPerYear: (0, utils_1.convertToUnit)("0.1", 18),
@@ -1965,9 +1965,9 @@ exports.globalConfig = {
1965
1965
  reduceReservesBlockDelta: "28800",
1966
1966
  },
1967
1967
  {
1968
- name: "Venus agEUR (Stablecoins)",
1969
- asset: "agEUR",
1970
- symbol: "vagEUR_Stablecoins",
1968
+ name: "Venus EURA (Stablecoins)",
1969
+ asset: "EURA",
1970
+ symbol: "vEURA_Stablecoins",
1971
1971
  rateModel: InterestRateModels.JumpRate.toString(),
1972
1972
  baseRatePerYear: (0, utils_1.convertToUnit)("0.02", 18),
1973
1973
  multiplierPerYear: (0, utils_1.convertToUnit)("0.1", 18),
@@ -1985,20 +1985,20 @@ exports.globalConfig = {
1985
1985
  ],
1986
1986
  rewards: [
1987
1987
  {
1988
- asset: "HAY",
1989
- markets: ["HAY"],
1988
+ asset: "lisUSD",
1989
+ markets: ["lisUSD"],
1990
1990
  supplySpeeds: ["1860119047619047"],
1991
- borrowSpeeds: ["1860119047619047"], // 1500 HAY over 28 days (806400 blocks)
1991
+ borrowSpeeds: ["1860119047619047"], // 1500 lisUSD over 28 days (806400 blocks)
1992
1992
  },
1993
1993
  {
1994
- asset: "HAY",
1995
- markets: ["HAY"],
1994
+ asset: "lisUSD",
1995
+ markets: ["lisUSD"],
1996
1996
  supplySpeeds: ["1240079365079365"],
1997
- borrowSpeeds: ["1240079365079365"], // 1000 HAY over 28 days (806400 blocks)
1997
+ borrowSpeeds: ["1240079365079365"], // 1000 lisUSD over 28 days (806400 blocks)
1998
1998
  },
1999
1999
  {
2000
2000
  asset: "ANGLE",
2001
- markets: ["agEUR"],
2001
+ markets: ["EURA"],
2002
2002
  supplySpeeds: ["0"],
2003
2003
  borrowSpeeds: ["87549603174603174"], // 17650 ANGLE over 7 days (201600 blocks)
2004
2004
  },
@@ -2388,9 +2388,9 @@ exports.globalConfig = {
2388
2388
  reduceReservesBlockDelta: "28800",
2389
2389
  },
2390
2390
  {
2391
- name: "Venus SnBNB (Liquid Staked BNB)",
2392
- asset: "SnBNB",
2393
- symbol: "vSnBNB_LiquidStakedBNB",
2391
+ name: "Venus slisBNB (Liquid Staked BNB)",
2392
+ asset: "slisBNB",
2393
+ symbol: "vslisBNB_LiquidStakedBNB",
2394
2394
  rateModel: InterestRateModels.JumpRate.toString(),
2395
2395
  baseRatePerYear: (0, utils_1.convertToUnit)("0.02", 18),
2396
2396
  multiplierPerYear: (0, utils_1.convertToUnit)("0.2", 18),
@@ -2432,10 +2432,10 @@ exports.globalConfig = {
2432
2432
  borrowSpeeds: ["1157407407407407"], // 1000 SD over 30 days (864000 blocks)
2433
2433
  },
2434
2434
  {
2435
- asset: "HAY",
2436
- markets: ["SnBNB"],
2435
+ asset: "lisUSD",
2436
+ markets: ["slisBNB"],
2437
2437
  supplySpeeds: ["930059523809523"],
2438
- borrowSpeeds: ["930059523809523"], // 1500 HAY over 56 days (1612800 blocks)
2438
+ borrowSpeeds: ["930059523809523"], // 1500 lisUSD over 56 days (1612800 blocks)
2439
2439
  },
2440
2440
  ],
2441
2441
  },
@@ -3150,9 +3150,9 @@ exports.globalConfig = {
3150
3150
  vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury, // TBD
3151
3151
  },
3152
3152
  {
3153
- name: "Venus eBTC",
3153
+ name: "Venus eBTC (Core)",
3154
3154
  asset: "eBTC",
3155
- symbol: "veBTC",
3155
+ symbol: "veBTC_Core",
3156
3156
  rateModel: InterestRateModels.JumpRate.toString(),
3157
3157
  baseRatePerYear: "0",
3158
3158
  multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
@@ -3168,9 +3168,9 @@ exports.globalConfig = {
3168
3168
  vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury,
3169
3169
  },
3170
3170
  {
3171
- name: "Venus EIGEN",
3171
+ name: "Venus EIGEN (Core)",
3172
3172
  asset: "EIGEN",
3173
- symbol: "vEIGEN",
3173
+ symbol: "vEIGEN_Core",
3174
3174
  rateModel: InterestRateModels.JumpRate.toString(),
3175
3175
  baseRatePerYear: (0, utils_1.convertToUnit)("0.02", 18),
3176
3176
  multiplierPerYear: (0, utils_1.convertToUnit)("0.15", 18),
@@ -4084,9 +4084,9 @@ exports.globalConfig = {
4084
4084
  vTokenReceiver: "0x6e74053a3798e0fC9a9775F7995316b27f21c4D2",
4085
4085
  },
4086
4086
  {
4087
- name: "Venus eBTC",
4087
+ name: "Venus eBTC (Core)",
4088
4088
  asset: "eBTC",
4089
- symbol: "veBTC",
4089
+ symbol: "veBTC_Core",
4090
4090
  rateModel: InterestRateModels.JumpRate.toString(),
4091
4091
  baseRatePerYear: "0",
4092
4092
  multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
@@ -4102,9 +4102,9 @@ exports.globalConfig = {
4102
4102
  vTokenReceiver: exports.preconfiguredAddresses.ethereum.VTreasury,
4103
4103
  },
4104
4104
  {
4105
- name: "Venus EIGEN",
4105
+ name: "Venus EIGEN (Core)",
4106
4106
  asset: "EIGEN",
4107
- symbol: "vEIGEN",
4107
+ symbol: "vEIGEN_Core",
4108
4108
  rateModel: InterestRateModels.JumpRate.toString(),
4109
4109
  baseRatePerYear: (0, utils_1.convertToUnit)("0.02", 18),
4110
4110
  multiplierPerYear: (0, utils_1.convertToUnit)("0.15", 18),
@@ -3,7 +3,11 @@ import { Provider } from "@ethersproject/providers";
3
3
  import type { IVToken, IVTokenInterface } from "../IVToken";
4
4
  export declare class IVToken__factory {
5
5
  static readonly abi: {
6
- inputs: never[];
6
+ inputs: {
7
+ internalType: string;
8
+ name: string;
9
+ type: string;
10
+ }[];
7
11
  name: string;
8
12
  outputs: {
9
13
  internalType: string;
@@ -6,6 +6,206 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.IVToken__factory = void 0;
7
7
  const ethers_1 = require("ethers");
8
8
  const _abi = [
9
+ {
10
+ inputs: [
11
+ {
12
+ internalType: "address",
13
+ name: "account",
14
+ type: "address",
15
+ },
16
+ ],
17
+ name: "borrowBalanceCurrent",
18
+ outputs: [
19
+ {
20
+ internalType: "uint256",
21
+ name: "",
22
+ type: "uint256",
23
+ },
24
+ ],
25
+ stateMutability: "nonpayable",
26
+ type: "function",
27
+ },
28
+ {
29
+ inputs: [
30
+ {
31
+ internalType: "address",
32
+ name: "borrower",
33
+ type: "address",
34
+ },
35
+ {
36
+ internalType: "uint256",
37
+ name: "borrowAmount",
38
+ type: "uint256",
39
+ },
40
+ ],
41
+ name: "borrowBehalf",
42
+ outputs: [
43
+ {
44
+ internalType: "uint256",
45
+ name: "",
46
+ type: "uint256",
47
+ },
48
+ ],
49
+ stateMutability: "nonpayable",
50
+ type: "function",
51
+ },
52
+ {
53
+ inputs: [],
54
+ name: "exchangeRateCurrent",
55
+ outputs: [
56
+ {
57
+ internalType: "uint256",
58
+ name: "",
59
+ type: "uint256",
60
+ },
61
+ ],
62
+ stateMutability: "nonpayable",
63
+ type: "function",
64
+ },
65
+ {
66
+ inputs: [
67
+ {
68
+ internalType: "address",
69
+ name: "receiver",
70
+ type: "address",
71
+ },
72
+ {
73
+ internalType: "uint256",
74
+ name: "mintAmount",
75
+ type: "uint256",
76
+ },
77
+ ],
78
+ name: "mintBehalf",
79
+ outputs: [
80
+ {
81
+ internalType: "uint256",
82
+ name: "",
83
+ type: "uint256",
84
+ },
85
+ ],
86
+ stateMutability: "nonpayable",
87
+ type: "function",
88
+ },
89
+ {
90
+ inputs: [
91
+ {
92
+ internalType: "uint256",
93
+ name: "redeemTokens",
94
+ type: "uint256",
95
+ },
96
+ ],
97
+ name: "redeem",
98
+ outputs: [
99
+ {
100
+ internalType: "uint256",
101
+ name: "",
102
+ type: "uint256",
103
+ },
104
+ ],
105
+ stateMutability: "nonpayable",
106
+ type: "function",
107
+ },
108
+ {
109
+ inputs: [
110
+ {
111
+ internalType: "address",
112
+ name: "redeemer",
113
+ type: "address",
114
+ },
115
+ {
116
+ internalType: "uint256",
117
+ name: "redeemTokens",
118
+ type: "uint256",
119
+ },
120
+ ],
121
+ name: "redeemBehalf",
122
+ outputs: [
123
+ {
124
+ internalType: "uint256",
125
+ name: "",
126
+ type: "uint256",
127
+ },
128
+ ],
129
+ stateMutability: "nonpayable",
130
+ type: "function",
131
+ },
132
+ {
133
+ inputs: [
134
+ {
135
+ internalType: "address",
136
+ name: "redeemer",
137
+ type: "address",
138
+ },
139
+ {
140
+ internalType: "uint256",
141
+ name: "redeemAmount",
142
+ type: "uint256",
143
+ },
144
+ ],
145
+ name: "redeemUnderlyingBehalf",
146
+ outputs: [
147
+ {
148
+ internalType: "uint256",
149
+ name: "",
150
+ type: "uint256",
151
+ },
152
+ ],
153
+ stateMutability: "nonpayable",
154
+ type: "function",
155
+ },
156
+ {
157
+ inputs: [
158
+ {
159
+ internalType: "address",
160
+ name: "borrower",
161
+ type: "address",
162
+ },
163
+ {
164
+ internalType: "uint256",
165
+ name: "repayAmount",
166
+ type: "uint256",
167
+ },
168
+ ],
169
+ name: "repayBorrowBehalf",
170
+ outputs: [
171
+ {
172
+ internalType: "uint256",
173
+ name: "",
174
+ type: "uint256",
175
+ },
176
+ ],
177
+ stateMutability: "nonpayable",
178
+ type: "function",
179
+ },
180
+ {
181
+ inputs: [
182
+ {
183
+ internalType: "address",
184
+ name: "from",
185
+ type: "address",
186
+ },
187
+ {
188
+ internalType: "address",
189
+ name: "to",
190
+ type: "address",
191
+ },
192
+ {
193
+ internalType: "uint256",
194
+ name: "amount",
195
+ type: "uint256",
196
+ },
197
+ ],
198
+ name: "transferFrom",
199
+ outputs: [
200
+ {
201
+ internalType: "bool",
202
+ name: "",
203
+ type: "bool",
204
+ },
205
+ ],
206
+ stateMutability: "nonpayable",
207
+ type: "function",
208
+ },
9
209
  {
10
210
  inputs: [],
11
211
  name: "underlying",
@@ -16,7 +216,7 @@ const _abi = [
16
216
  type: "address",
17
217
  },
18
218
  ],
19
- stateMutability: "view",
219
+ stateMutability: "nonpayable",
20
220
  type: "function",
21
221
  },
22
222
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/isolated-pools",
3
- "version": "3.9.0-dev.3",
3
+ "version": "4.0.0-dev.1",
4
4
  "description": "",
5
5
  "files": [
6
6
  "artifacts",