@venusprotocol/isolated-pools 3.8.0 → 3.9.0-dev.2

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 (34) hide show
  1. package/deployments/arbitrumone/VToken_vgmBTC-USDC_Core.json +257 -0
  2. package/deployments/arbitrumone/VToken_vgmWETH-USDC_Core.json +257 -0
  3. package/deployments/arbitrumone.json +148 -0
  4. package/deployments/arbitrumone_addresses.json +2 -0
  5. package/deployments/arbitrumsepolia/JumpRateModelV2_base0bps_slope1500bps_jump25000bps_kink4500bps.json +608 -0
  6. package/deployments/arbitrumsepolia/JumpRateModelV2_base0bps_slope300bps_jump45000bps_kink9000bps.json +608 -0
  7. package/deployments/arbitrumsepolia/MockgmBTC.json +458 -0
  8. package/deployments/arbitrumsepolia/MockgmETH.json +458 -0
  9. package/deployments/arbitrumsepolia/VToken_vgmBTC-USDC_Core.json +257 -0
  10. package/deployments/arbitrumsepolia/VToken_vgmWETH-USDC_Core.json +257 -0
  11. package/deployments/arbitrumsepolia/solcInputs/3c20dc65cc123659b5918437b44f9306.json +403 -0
  12. package/deployments/arbitrumsepolia.json +1549 -63
  13. package/deployments/arbitrumsepolia_addresses.json +6 -0
  14. package/deployments/basemainnet/JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps.json +608 -0
  15. package/deployments/basemainnet/VToken_vwsuperOETHb_Core.json +257 -0
  16. package/deployments/basemainnet/solcInputs/3c20dc65cc123659b5918437b44f9306.json +403 -0
  17. package/deployments/basemainnet.json +434 -0
  18. package/deployments/basemainnet_addresses.json +3 -1
  19. package/deployments/basesepolia/MockwsuperOETHb.json +477 -0
  20. package/deployments/basesepolia/VToken_vwsuperOETHb_Core.json +257 -0
  21. package/deployments/basesepolia/solcInputs/338456d498a2526684d442357ddf6830.json +52 -0
  22. package/deployments/basesepolia/solcInputs/3c20dc65cc123659b5918437b44f9306.json +403 -0
  23. package/deployments/basesepolia.json +402 -0
  24. package/deployments/basesepolia_addresses.json +3 -1
  25. package/dist/deployments/arbitrumone.json +148 -0
  26. package/dist/deployments/arbitrumsepolia.json +1549 -63
  27. package/dist/deployments/basemainnet.json +434 -0
  28. package/dist/deployments/basesepolia.json +402 -0
  29. package/dist/helpers/deploymentConfig.js +165 -12
  30. package/dist/typechain/factories/PoolRegistryInterface__factory.d.ts +16 -2
  31. package/dist/typechain/factories/PoolRegistryInterface__factory.js +119 -0
  32. package/package.json +2 -2
  33. package/typechain/PoolRegistryInterface.d.ts +178 -0
  34. package/typechain/factories/PoolRegistryInterface__factory.ts +119 -0
@@ -3810,6 +3810,334 @@
3810
3810
  }
3811
3811
  ]
3812
3812
  },
3813
+ "MockwsuperOETHb": {
3814
+ "address": "0x02B1136d9E223333E0083aeAB76bC441f230a033",
3815
+ "abi": [
3816
+ {
3817
+ "inputs": [
3818
+ {
3819
+ "internalType": "string",
3820
+ "name": "name_",
3821
+ "type": "string"
3822
+ },
3823
+ {
3824
+ "internalType": "string",
3825
+ "name": "symbol_",
3826
+ "type": "string"
3827
+ },
3828
+ {
3829
+ "internalType": "uint8",
3830
+ "name": "decimals_",
3831
+ "type": "uint8"
3832
+ }
3833
+ ],
3834
+ "stateMutability": "nonpayable",
3835
+ "type": "constructor"
3836
+ },
3837
+ {
3838
+ "anonymous": false,
3839
+ "inputs": [
3840
+ {
3841
+ "indexed": true,
3842
+ "internalType": "address",
3843
+ "name": "owner",
3844
+ "type": "address"
3845
+ },
3846
+ {
3847
+ "indexed": true,
3848
+ "internalType": "address",
3849
+ "name": "spender",
3850
+ "type": "address"
3851
+ },
3852
+ {
3853
+ "indexed": false,
3854
+ "internalType": "uint256",
3855
+ "name": "value",
3856
+ "type": "uint256"
3857
+ }
3858
+ ],
3859
+ "name": "Approval",
3860
+ "type": "event"
3861
+ },
3862
+ {
3863
+ "anonymous": false,
3864
+ "inputs": [
3865
+ {
3866
+ "indexed": true,
3867
+ "internalType": "address",
3868
+ "name": "from",
3869
+ "type": "address"
3870
+ },
3871
+ {
3872
+ "indexed": true,
3873
+ "internalType": "address",
3874
+ "name": "to",
3875
+ "type": "address"
3876
+ },
3877
+ {
3878
+ "indexed": false,
3879
+ "internalType": "uint256",
3880
+ "name": "value",
3881
+ "type": "uint256"
3882
+ }
3883
+ ],
3884
+ "name": "Transfer",
3885
+ "type": "event"
3886
+ },
3887
+ {
3888
+ "inputs": [
3889
+ {
3890
+ "internalType": "address",
3891
+ "name": "owner",
3892
+ "type": "address"
3893
+ },
3894
+ {
3895
+ "internalType": "address",
3896
+ "name": "spender",
3897
+ "type": "address"
3898
+ }
3899
+ ],
3900
+ "name": "allowance",
3901
+ "outputs": [
3902
+ {
3903
+ "internalType": "uint256",
3904
+ "name": "",
3905
+ "type": "uint256"
3906
+ }
3907
+ ],
3908
+ "stateMutability": "view",
3909
+ "type": "function"
3910
+ },
3911
+ {
3912
+ "inputs": [
3913
+ {
3914
+ "internalType": "address",
3915
+ "name": "spender",
3916
+ "type": "address"
3917
+ },
3918
+ {
3919
+ "internalType": "uint256",
3920
+ "name": "amount",
3921
+ "type": "uint256"
3922
+ }
3923
+ ],
3924
+ "name": "approve",
3925
+ "outputs": [
3926
+ {
3927
+ "internalType": "bool",
3928
+ "name": "",
3929
+ "type": "bool"
3930
+ }
3931
+ ],
3932
+ "stateMutability": "nonpayable",
3933
+ "type": "function"
3934
+ },
3935
+ {
3936
+ "inputs": [
3937
+ {
3938
+ "internalType": "address",
3939
+ "name": "account",
3940
+ "type": "address"
3941
+ }
3942
+ ],
3943
+ "name": "balanceOf",
3944
+ "outputs": [
3945
+ {
3946
+ "internalType": "uint256",
3947
+ "name": "",
3948
+ "type": "uint256"
3949
+ }
3950
+ ],
3951
+ "stateMutability": "view",
3952
+ "type": "function"
3953
+ },
3954
+ {
3955
+ "inputs": [
3956
+ {
3957
+ "internalType": "uint256",
3958
+ "name": "shares",
3959
+ "type": "uint256"
3960
+ }
3961
+ ],
3962
+ "name": "convertToAssets",
3963
+ "outputs": [
3964
+ {
3965
+ "internalType": "uint256",
3966
+ "name": "",
3967
+ "type": "uint256"
3968
+ }
3969
+ ],
3970
+ "stateMutability": "pure",
3971
+ "type": "function"
3972
+ },
3973
+ {
3974
+ "inputs": [],
3975
+ "name": "decimals",
3976
+ "outputs": [
3977
+ {
3978
+ "internalType": "uint8",
3979
+ "name": "",
3980
+ "type": "uint8"
3981
+ }
3982
+ ],
3983
+ "stateMutability": "view",
3984
+ "type": "function"
3985
+ },
3986
+ {
3987
+ "inputs": [
3988
+ {
3989
+ "internalType": "address",
3990
+ "name": "spender",
3991
+ "type": "address"
3992
+ },
3993
+ {
3994
+ "internalType": "uint256",
3995
+ "name": "subtractedValue",
3996
+ "type": "uint256"
3997
+ }
3998
+ ],
3999
+ "name": "decreaseAllowance",
4000
+ "outputs": [
4001
+ {
4002
+ "internalType": "bool",
4003
+ "name": "",
4004
+ "type": "bool"
4005
+ }
4006
+ ],
4007
+ "stateMutability": "nonpayable",
4008
+ "type": "function"
4009
+ },
4010
+ {
4011
+ "inputs": [
4012
+ {
4013
+ "internalType": "uint256",
4014
+ "name": "amount",
4015
+ "type": "uint256"
4016
+ }
4017
+ ],
4018
+ "name": "faucet",
4019
+ "outputs": [],
4020
+ "stateMutability": "nonpayable",
4021
+ "type": "function"
4022
+ },
4023
+ {
4024
+ "inputs": [
4025
+ {
4026
+ "internalType": "address",
4027
+ "name": "spender",
4028
+ "type": "address"
4029
+ },
4030
+ {
4031
+ "internalType": "uint256",
4032
+ "name": "addedValue",
4033
+ "type": "uint256"
4034
+ }
4035
+ ],
4036
+ "name": "increaseAllowance",
4037
+ "outputs": [
4038
+ {
4039
+ "internalType": "bool",
4040
+ "name": "",
4041
+ "type": "bool"
4042
+ }
4043
+ ],
4044
+ "stateMutability": "nonpayable",
4045
+ "type": "function"
4046
+ },
4047
+ {
4048
+ "inputs": [],
4049
+ "name": "name",
4050
+ "outputs": [
4051
+ {
4052
+ "internalType": "string",
4053
+ "name": "",
4054
+ "type": "string"
4055
+ }
4056
+ ],
4057
+ "stateMutability": "view",
4058
+ "type": "function"
4059
+ },
4060
+ {
4061
+ "inputs": [],
4062
+ "name": "symbol",
4063
+ "outputs": [
4064
+ {
4065
+ "internalType": "string",
4066
+ "name": "",
4067
+ "type": "string"
4068
+ }
4069
+ ],
4070
+ "stateMutability": "view",
4071
+ "type": "function"
4072
+ },
4073
+ {
4074
+ "inputs": [],
4075
+ "name": "totalSupply",
4076
+ "outputs": [
4077
+ {
4078
+ "internalType": "uint256",
4079
+ "name": "",
4080
+ "type": "uint256"
4081
+ }
4082
+ ],
4083
+ "stateMutability": "view",
4084
+ "type": "function"
4085
+ },
4086
+ {
4087
+ "inputs": [
4088
+ {
4089
+ "internalType": "address",
4090
+ "name": "to",
4091
+ "type": "address"
4092
+ },
4093
+ {
4094
+ "internalType": "uint256",
4095
+ "name": "amount",
4096
+ "type": "uint256"
4097
+ }
4098
+ ],
4099
+ "name": "transfer",
4100
+ "outputs": [
4101
+ {
4102
+ "internalType": "bool",
4103
+ "name": "",
4104
+ "type": "bool"
4105
+ }
4106
+ ],
4107
+ "stateMutability": "nonpayable",
4108
+ "type": "function"
4109
+ },
4110
+ {
4111
+ "inputs": [
4112
+ {
4113
+ "internalType": "address",
4114
+ "name": "from",
4115
+ "type": "address"
4116
+ },
4117
+ {
4118
+ "internalType": "address",
4119
+ "name": "to",
4120
+ "type": "address"
4121
+ },
4122
+ {
4123
+ "internalType": "uint256",
4124
+ "name": "amount",
4125
+ "type": "uint256"
4126
+ }
4127
+ ],
4128
+ "name": "transferFrom",
4129
+ "outputs": [
4130
+ {
4131
+ "internalType": "bool",
4132
+ "name": "",
4133
+ "type": "bool"
4134
+ }
4135
+ ],
4136
+ "stateMutability": "nonpayable",
4137
+ "type": "function"
4138
+ }
4139
+ ]
4140
+ },
3813
4141
  "NativeTokenGateway_vWETH_Core": {
3814
4142
  "address": "0x3C13241910b56fF00C672E4A2c17E3758B925EC3",
3815
4143
  "abi": [
@@ -11954,6 +12282,80 @@
11954
12282
  "type": "receive"
11955
12283
  }
11956
12284
  ]
12285
+ },
12286
+ "VToken_vwsuperOETHb_Core": {
12287
+ "address": "0xF9d609ba31724E199ccaacaD3e3e7ED8462C20C5",
12288
+ "abi": [
12289
+ {
12290
+ "inputs": [
12291
+ {
12292
+ "internalType": "address",
12293
+ "name": "beacon",
12294
+ "type": "address"
12295
+ },
12296
+ {
12297
+ "internalType": "bytes",
12298
+ "name": "data",
12299
+ "type": "bytes"
12300
+ }
12301
+ ],
12302
+ "stateMutability": "payable",
12303
+ "type": "constructor"
12304
+ },
12305
+ {
12306
+ "anonymous": false,
12307
+ "inputs": [
12308
+ {
12309
+ "indexed": false,
12310
+ "internalType": "address",
12311
+ "name": "previousAdmin",
12312
+ "type": "address"
12313
+ },
12314
+ {
12315
+ "indexed": false,
12316
+ "internalType": "address",
12317
+ "name": "newAdmin",
12318
+ "type": "address"
12319
+ }
12320
+ ],
12321
+ "name": "AdminChanged",
12322
+ "type": "event"
12323
+ },
12324
+ {
12325
+ "anonymous": false,
12326
+ "inputs": [
12327
+ {
12328
+ "indexed": true,
12329
+ "internalType": "address",
12330
+ "name": "beacon",
12331
+ "type": "address"
12332
+ }
12333
+ ],
12334
+ "name": "BeaconUpgraded",
12335
+ "type": "event"
12336
+ },
12337
+ {
12338
+ "anonymous": false,
12339
+ "inputs": [
12340
+ {
12341
+ "indexed": true,
12342
+ "internalType": "address",
12343
+ "name": "implementation",
12344
+ "type": "address"
12345
+ }
12346
+ ],
12347
+ "name": "Upgraded",
12348
+ "type": "event"
12349
+ },
12350
+ {
12351
+ "stateMutability": "payable",
12352
+ "type": "fallback"
12353
+ },
12354
+ {
12355
+ "stateMutability": "payable",
12356
+ "type": "receive"
12357
+ }
12358
+ ]
11957
12359
  }
11958
12360
  }
11959
12361
  }
@@ -3,6 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getMaxBorrowRateMantissa = exports.getBidderDeploymentValues = exports.getTokenAddress = exports.getTokenConfig = exports.getConfig = exports.globalConfig = exports.preconfiguredAddresses = exports.BASE_MAINNET_MULTISIG = exports.BASE_SEPOLIA_MULTISIG = exports.OP_MAINNET_MULTISIG = exports.OP_SEPOLIA_MULTISIG = exports.ZKSYNC_MAINNET_MULTISIG = exports.ZKSYNC_SEPOLIA_MULTISIG = exports.ARBITRUM_ONE_MULTISIG = exports.ARBITRUM_SEPOLIA_MULTISIG = exports.OPBNBMAINNET_MULTISIG = exports.OPBNBTESTNET_MULTISIG = exports.ETHEREUM_MULTISIG = exports.SEPOLIA_MULTISIG = exports.blocksPerYear = exports.SECONDS_PER_YEAR = exports.OPBNB_BLOCKS_PER_YEAR = exports.ETH_BLOCKS_PER_YEAR = exports.BSC_BLOCKS_PER_YEAR = exports.InterestRateModels = void 0;
4
4
  const arbitrumone_json_1 = require("@venusprotocol/governance-contracts/deployments/arbitrumone.json");
5
5
  const arbitrumsepolia_json_1 = require("@venusprotocol/governance-contracts/deployments/arbitrumsepolia.json");
6
+ const basemainnet_json_1 = require("@venusprotocol/governance-contracts/deployments/basemainnet.json");
7
+ const basesepolia_json_1 = require("@venusprotocol/governance-contracts/deployments/basesepolia.json");
6
8
  const bscmainnet_json_1 = require("@venusprotocol/governance-contracts/deployments/bscmainnet.json");
7
9
  const bsctestnet_json_1 = require("@venusprotocol/governance-contracts/deployments/bsctestnet.json");
8
10
  const ethereum_json_1 = require("@venusprotocol/governance-contracts/deployments/ethereum.json");
@@ -141,16 +143,16 @@ exports.preconfiguredAddresses = {
141
143
  },
142
144
  arbitrumsepolia: {
143
145
  VTreasury: arbitrumsepolia_json_2.contracts.VTreasuryV8.address,
144
- NormalTimelock: exports.ARBITRUM_SEPOLIA_MULTISIG,
145
- FastTrackTimelock: exports.ARBITRUM_SEPOLIA_MULTISIG,
146
- CriticalTimelock: exports.ARBITRUM_SEPOLIA_MULTISIG,
146
+ NormalTimelock: arbitrumsepolia_json_1.contracts.NormalTimelock.address,
147
+ FastTrackTimelock: arbitrumsepolia_json_1.contracts.FastTrackTimelock.address,
148
+ CriticalTimelock: arbitrumsepolia_json_1.contracts.CriticalTimelock.address,
147
149
  AccessControlManager: arbitrumsepolia_json_1.contracts.AccessControlManager.address,
148
150
  },
149
151
  arbitrumone: {
150
152
  VTreasury: arbitrumone_json_2.contracts.VTreasuryV8.address,
151
- NormalTimelock: exports.ARBITRUM_ONE_MULTISIG,
152
- FastTrackTimelock: exports.ARBITRUM_ONE_MULTISIG,
153
- CriticalTimelock: exports.ARBITRUM_ONE_MULTISIG,
153
+ NormalTimelock: arbitrumone_json_1.contracts.NormalTimelock.address,
154
+ FastTrackTimelock: arbitrumone_json_1.contracts.FastTrackTimelock.address,
155
+ CriticalTimelock: arbitrumone_json_1.contracts.CriticalTimelock.address,
154
156
  AccessControlManager: arbitrumone_json_1.contracts.AccessControlManager.address,
155
157
  },
156
158
  zksyncsepolia: {
@@ -183,16 +185,16 @@ exports.preconfiguredAddresses = {
183
185
  },
184
186
  basesepolia: {
185
187
  VTreasury: "0x07e880DaA6572829cE8ABaaf0f5323A4eFC417A6",
186
- NormalTimelock: exports.BASE_SEPOLIA_MULTISIG,
187
- FastTrackTimelock: exports.BASE_SEPOLIA_MULTISIG,
188
- CriticalTimelock: exports.BASE_SEPOLIA_MULTISIG,
188
+ NormalTimelock: basesepolia_json_1.contracts.NormalTimelock.address,
189
+ FastTrackTimelock: basesepolia_json_1.contracts.FastTrackTimelock.address,
190
+ CriticalTimelock: basesepolia_json_1.contracts.CriticalTimelock.address,
189
191
  AccessControlManager: "0x724138223D8F76b519fdE715f60124E7Ce51e051",
190
192
  },
191
193
  basemainnet: {
192
194
  VTreasury: "0xbefD8d06f403222dd5E8e37D2ba93320A97939D1",
193
- NormalTimelock: exports.BASE_MAINNET_MULTISIG,
194
- FastTrackTimelock: exports.BASE_MAINNET_MULTISIG,
195
- CriticalTimelock: exports.BASE_MAINNET_MULTISIG,
195
+ NormalTimelock: basemainnet_json_1.contracts.NormalTimelock.address,
196
+ FastTrackTimelock: basemainnet_json_1.contracts.FastTrackTimelock.address,
197
+ CriticalTimelock: basemainnet_json_1.contracts.CriticalTimelock.address,
196
198
  AccessControlManager: "0x9E6CeEfDC6183e4D0DF8092A9B90cDF659687daB",
197
199
  },
198
200
  };
@@ -4832,6 +4834,20 @@ exports.globalConfig = {
4832
4834
  decimals: 18,
4833
4835
  tokenAddress: "0x980b62da83eff3d4576c647993b0c1d7faf17c73",
4834
4836
  },
4837
+ {
4838
+ isMock: true,
4839
+ name: "GMX Market",
4840
+ symbol: "gmETH",
4841
+ decimals: 18,
4842
+ tokenAddress: hardhat_1.ethers.constants.AddressZero,
4843
+ },
4844
+ {
4845
+ isMock: true,
4846
+ name: "GMX Market",
4847
+ symbol: "gmBTC",
4848
+ decimals: 18,
4849
+ tokenAddress: hardhat_1.ethers.constants.AddressZero,
4850
+ },
4835
4851
  ],
4836
4852
  poolConfig: [
4837
4853
  {
@@ -4931,6 +4947,42 @@ exports.globalConfig = {
4931
4947
  reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ARBITRUM_SEPOLIA,
4932
4948
  vTokenReceiver: exports.preconfiguredAddresses.arbitrumsepolia.VTreasury,
4933
4949
  },
4950
+ {
4951
+ name: "Venus gmWETH-USDC (Core)",
4952
+ asset: "gmETH",
4953
+ symbol: "vgmWETH-USDC_Core",
4954
+ rateModel: InterestRateModels.JumpRate.toString(),
4955
+ baseRatePerYear: "0",
4956
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.03", 18),
4957
+ jumpMultiplierPerYear: (0, utils_1.convertToUnit)("4.5", 18),
4958
+ kink_: (0, utils_1.convertToUnit)("0.9", 18),
4959
+ collateralFactor: (0, utils_1.convertToUnit)("0.55", 18),
4960
+ liquidationThreshold: (0, utils_1.convertToUnit)("0.6", 18),
4961
+ reserveFactor: (0, utils_1.convertToUnit)("0.25", 18),
4962
+ initialSupply: (0, utils_1.convertToUnit)("6000", 18),
4963
+ supplyCap: (0, utils_1.convertToUnit)("2000000", 18),
4964
+ borrowCap: (0, utils_1.convertToUnit)(0, 18),
4965
+ reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ARBITRUM_SEPOLIA,
4966
+ vTokenReceiver: exports.preconfiguredAddresses.arbitrumsepolia.VTreasury,
4967
+ },
4968
+ {
4969
+ name: "Venus gmBTC-USDC (Core)",
4970
+ asset: "gmBTC",
4971
+ symbol: "vgmBTC-USDC_Core",
4972
+ rateModel: InterestRateModels.JumpRate.toString(),
4973
+ baseRatePerYear: "0",
4974
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.15", 18),
4975
+ jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2.5", 18),
4976
+ kink_: (0, utils_1.convertToUnit)("0.45", 18),
4977
+ collateralFactor: (0, utils_1.convertToUnit)("0.55", 18),
4978
+ liquidationThreshold: (0, utils_1.convertToUnit)("0.6", 18),
4979
+ reserveFactor: (0, utils_1.convertToUnit)("0.25", 18),
4980
+ initialSupply: (0, utils_1.convertToUnit)("4800", 18),
4981
+ supplyCap: (0, utils_1.convertToUnit)("2650000", 18),
4982
+ borrowCap: (0, utils_1.convertToUnit)(0, 18),
4983
+ reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ARBITRUM_SEPOLIA,
4984
+ vTokenReceiver: exports.preconfiguredAddresses.arbitrumsepolia.VTreasury,
4985
+ },
4934
4986
  ],
4935
4987
  rewards: [
4936
4988
  {
@@ -5070,6 +5122,20 @@ exports.globalConfig = {
5070
5122
  decimals: 18,
5071
5123
  tokenAddress: "0x35751007a407ca6FEFfE80b3cB397736D2cf4dbe",
5072
5124
  },
5125
+ {
5126
+ isMock: false,
5127
+ name: "GMX Market",
5128
+ symbol: "GM",
5129
+ decimals: 18,
5130
+ tokenAddress: "0x70d95587d40A2caf56bd97485aB3Eec10Bee6336",
5131
+ },
5132
+ {
5133
+ isMock: false,
5134
+ name: "GMX Market",
5135
+ symbol: "GM",
5136
+ decimals: 18,
5137
+ tokenAddress: "0x47c031236e19d024b42f8AE6780E44A573170703",
5138
+ },
5073
5139
  ],
5074
5140
  poolConfig: [
5075
5141
  {
@@ -5175,6 +5241,42 @@ exports.globalConfig = {
5175
5241
  reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ARBITRUM_ONE,
5176
5242
  vTokenReceiver: exports.preconfiguredAddresses.arbitrumone.VTreasury,
5177
5243
  },
5244
+ {
5245
+ name: "Venus gmWETH-USDC (Core)",
5246
+ asset: "gmETH",
5247
+ symbol: "vgmWETH-USDC_Core",
5248
+ rateModel: InterestRateModels.JumpRate.toString(),
5249
+ baseRatePerYear: "0",
5250
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.03", 18),
5251
+ jumpMultiplierPerYear: (0, utils_1.convertToUnit)("4.5", 18),
5252
+ kink_: (0, utils_1.convertToUnit)("0.9", 18),
5253
+ collateralFactor: (0, utils_1.convertToUnit)("0.55", 18),
5254
+ liquidationThreshold: (0, utils_1.convertToUnit)("0.6", 18),
5255
+ reserveFactor: (0, utils_1.convertToUnit)("0.25", 18),
5256
+ initialSupply: (0, utils_1.convertToUnit)("6000", 18),
5257
+ supplyCap: (0, utils_1.convertToUnit)("2000000", 18),
5258
+ borrowCap: (0, utils_1.convertToUnit)(0, 18),
5259
+ reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ARBITRUM_ONE,
5260
+ vTokenReceiver: "0xe1f7c5209938780625E354dc546E28397F6Ce174",
5261
+ },
5262
+ {
5263
+ name: "Venus gmBTC-USDC (Core)",
5264
+ asset: "gmBTC",
5265
+ symbol: "vgmBTC-USDC_Core",
5266
+ rateModel: InterestRateModels.JumpRate.toString(),
5267
+ baseRatePerYear: "0",
5268
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.15", 18),
5269
+ jumpMultiplierPerYear: (0, utils_1.convertToUnit)("2.5", 18),
5270
+ kink_: (0, utils_1.convertToUnit)("0.45", 18),
5271
+ collateralFactor: (0, utils_1.convertToUnit)("0.55", 18),
5272
+ liquidationThreshold: (0, utils_1.convertToUnit)("0.6", 18),
5273
+ reserveFactor: (0, utils_1.convertToUnit)("0.25", 18),
5274
+ initialSupply: (0, utils_1.convertToUnit)("4800", 18),
5275
+ supplyCap: (0, utils_1.convertToUnit)("2650000", 18),
5276
+ borrowCap: (0, utils_1.convertToUnit)(0, 18),
5277
+ reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ARBITRUM_ONE,
5278
+ vTokenReceiver: "0xe1f7c5209938780625E354dc546E28397F6Ce174",
5279
+ },
5178
5280
  ],
5179
5281
  rewards: [
5180
5282
  // XVS Rewards Over 90 days (7776000 seconds)
@@ -6113,6 +6215,14 @@ exports.globalConfig = {
6113
6215
  decimals: 18,
6114
6216
  tokenAddress: "0xE657EDb5579B82135a274E85187927C42E38C021",
6115
6217
  },
6218
+ {
6219
+ isMock: true,
6220
+ standard: "ERC-4626",
6221
+ name: "Wrapped Super OETH",
6222
+ symbol: "wsuperOETHb",
6223
+ decimals: 18,
6224
+ tokenAddress: hardhat_1.ethers.constants.AddressZero,
6225
+ },
6116
6226
  ],
6117
6227
  poolConfig: [
6118
6228
  {
@@ -6176,6 +6286,24 @@ exports.globalConfig = {
6176
6286
  reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_BASE_SEPOLIA,
6177
6287
  vTokenReceiver: exports.preconfiguredAddresses.basesepolia.VTreasury,
6178
6288
  },
6289
+ {
6290
+ name: "Venus wsuperOETHb (Core)",
6291
+ asset: "wsuperOETHb",
6292
+ symbol: "vwsuperOETHb_Core",
6293
+ rateModel: InterestRateModels.JumpRate.toString(),
6294
+ baseRatePerYear: "0",
6295
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
6296
+ jumpMultiplierPerYear: (0, utils_1.convertToUnit)("3", 18),
6297
+ kink_: (0, utils_1.convertToUnit)("0.45", 18),
6298
+ collateralFactor: (0, utils_1.convertToUnit)("0.73", 18),
6299
+ liquidationThreshold: (0, utils_1.convertToUnit)("0.78", 18),
6300
+ reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
6301
+ initialSupply: (0, utils_1.convertToUnit)("0.3", 18),
6302
+ supplyCap: (0, utils_1.convertToUnit)(2000, 18),
6303
+ borrowCap: (0, utils_1.convertToUnit)(0, 18),
6304
+ reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_BASE_SEPOLIA,
6305
+ vTokenReceiver: exports.preconfiguredAddresses.basesepolia.VTreasury,
6306
+ },
6179
6307
  ],
6180
6308
  rewards: [
6181
6309
  // XVS Rewards Over 120 months (311040000 seconds)
@@ -6234,6 +6362,13 @@ exports.globalConfig = {
6234
6362
  decimals: 18,
6235
6363
  tokenAddress: "0xebB7873213c8d1d9913D8eA39Aa12d74cB107995",
6236
6364
  },
6365
+ {
6366
+ isMock: false,
6367
+ name: "Wrapped Super OETH",
6368
+ symbol: "wsuperOETHb",
6369
+ decimals: 18,
6370
+ tokenAddress: "0x7FcD174E80f264448ebeE8c88a7C4476AAF58Ea6",
6371
+ },
6237
6372
  ],
6238
6373
  poolConfig: [
6239
6374
  {
@@ -6297,6 +6432,24 @@ exports.globalConfig = {
6297
6432
  reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_BASE_MAINNET,
6298
6433
  vTokenReceiver: exports.preconfiguredAddresses.basemainnet.VTreasury,
6299
6434
  },
6435
+ {
6436
+ name: "Venus wsuperOETHb (Core)",
6437
+ asset: "wsuperOETHb",
6438
+ symbol: "vwsuperOETHb_Core",
6439
+ rateModel: InterestRateModels.JumpRate.toString(),
6440
+ baseRatePerYear: "0",
6441
+ multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
6442
+ jumpMultiplierPerYear: (0, utils_1.convertToUnit)("3", 18),
6443
+ kink_: (0, utils_1.convertToUnit)("0.45", 18),
6444
+ collateralFactor: (0, utils_1.convertToUnit)("0.73", 18),
6445
+ liquidationThreshold: (0, utils_1.convertToUnit)("0.78", 18),
6446
+ reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
6447
+ initialSupply: (0, utils_1.convertToUnit)("0.3", 18),
6448
+ supplyCap: (0, utils_1.convertToUnit)(2000, 18),
6449
+ borrowCap: (0, utils_1.convertToUnit)(0, 18),
6450
+ reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_BASE_MAINNET,
6451
+ vTokenReceiver: "0x3c112E20141B65041C252a68a611EF145f58B7bc",
6452
+ },
6300
6453
  ],
6301
6454
  rewards: [],
6302
6455
  },