@venusprotocol/isolated-pools 2.0.0-dev.1 → 2.0.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.
@@ -33509,80 +33509,6 @@
33509
33509
  }
33510
33510
  ]
33511
33511
  },
33512
- "VToken_vBIFI_DeFi": {
33513
- "address": "0xC718c51958d3fd44f5F9580c9fFAC2F89815C909",
33514
- "abi": [
33515
- {
33516
- "inputs": [
33517
- {
33518
- "internalType": "address",
33519
- "name": "beacon",
33520
- "type": "address"
33521
- },
33522
- {
33523
- "internalType": "bytes",
33524
- "name": "data",
33525
- "type": "bytes"
33526
- }
33527
- ],
33528
- "stateMutability": "payable",
33529
- "type": "constructor"
33530
- },
33531
- {
33532
- "anonymous": false,
33533
- "inputs": [
33534
- {
33535
- "indexed": false,
33536
- "internalType": "address",
33537
- "name": "previousAdmin",
33538
- "type": "address"
33539
- },
33540
- {
33541
- "indexed": false,
33542
- "internalType": "address",
33543
- "name": "newAdmin",
33544
- "type": "address"
33545
- }
33546
- ],
33547
- "name": "AdminChanged",
33548
- "type": "event"
33549
- },
33550
- {
33551
- "anonymous": false,
33552
- "inputs": [
33553
- {
33554
- "indexed": true,
33555
- "internalType": "address",
33556
- "name": "beacon",
33557
- "type": "address"
33558
- }
33559
- ],
33560
- "name": "BeaconUpgraded",
33561
- "type": "event"
33562
- },
33563
- {
33564
- "anonymous": false,
33565
- "inputs": [
33566
- {
33567
- "indexed": true,
33568
- "internalType": "address",
33569
- "name": "implementation",
33570
- "type": "address"
33571
- }
33572
- ],
33573
- "name": "Upgraded",
33574
- "type": "event"
33575
- },
33576
- {
33577
- "stateMutability": "payable",
33578
- "type": "fallback"
33579
- },
33580
- {
33581
- "stateMutability": "payable",
33582
- "type": "receive"
33583
- }
33584
- ]
33585
- },
33586
33512
  "VToken_vBNBx_LiquidStakedBNB": {
33587
33513
  "address": "0x5E21bF67a6af41c74C1773E4b473ca5ce8fd3791",
33588
33514
  "abi": [
@@ -4263,315 +4263,6 @@
4263
4263
  }
4264
4264
  ]
4265
4265
  },
4266
- "MockBIFI": {
4267
- "address": "0x5B662703775171c4212F2FBAdb7F92e64116c154",
4268
- "abi": [
4269
- {
4270
- "inputs": [
4271
- {
4272
- "internalType": "string",
4273
- "name": "name_",
4274
- "type": "string"
4275
- },
4276
- {
4277
- "internalType": "string",
4278
- "name": "symbol_",
4279
- "type": "string"
4280
- },
4281
- {
4282
- "internalType": "uint8",
4283
- "name": "decimals_",
4284
- "type": "uint8"
4285
- }
4286
- ],
4287
- "stateMutability": "nonpayable",
4288
- "type": "constructor"
4289
- },
4290
- {
4291
- "anonymous": false,
4292
- "inputs": [
4293
- {
4294
- "indexed": true,
4295
- "internalType": "address",
4296
- "name": "owner",
4297
- "type": "address"
4298
- },
4299
- {
4300
- "indexed": true,
4301
- "internalType": "address",
4302
- "name": "spender",
4303
- "type": "address"
4304
- },
4305
- {
4306
- "indexed": false,
4307
- "internalType": "uint256",
4308
- "name": "value",
4309
- "type": "uint256"
4310
- }
4311
- ],
4312
- "name": "Approval",
4313
- "type": "event"
4314
- },
4315
- {
4316
- "anonymous": false,
4317
- "inputs": [
4318
- {
4319
- "indexed": true,
4320
- "internalType": "address",
4321
- "name": "from",
4322
- "type": "address"
4323
- },
4324
- {
4325
- "indexed": true,
4326
- "internalType": "address",
4327
- "name": "to",
4328
- "type": "address"
4329
- },
4330
- {
4331
- "indexed": false,
4332
- "internalType": "uint256",
4333
- "name": "value",
4334
- "type": "uint256"
4335
- }
4336
- ],
4337
- "name": "Transfer",
4338
- "type": "event"
4339
- },
4340
- {
4341
- "inputs": [
4342
- {
4343
- "internalType": "address",
4344
- "name": "owner",
4345
- "type": "address"
4346
- },
4347
- {
4348
- "internalType": "address",
4349
- "name": "spender",
4350
- "type": "address"
4351
- }
4352
- ],
4353
- "name": "allowance",
4354
- "outputs": [
4355
- {
4356
- "internalType": "uint256",
4357
- "name": "",
4358
- "type": "uint256"
4359
- }
4360
- ],
4361
- "stateMutability": "view",
4362
- "type": "function"
4363
- },
4364
- {
4365
- "inputs": [
4366
- {
4367
- "internalType": "address",
4368
- "name": "spender",
4369
- "type": "address"
4370
- },
4371
- {
4372
- "internalType": "uint256",
4373
- "name": "amount",
4374
- "type": "uint256"
4375
- }
4376
- ],
4377
- "name": "approve",
4378
- "outputs": [
4379
- {
4380
- "internalType": "bool",
4381
- "name": "",
4382
- "type": "bool"
4383
- }
4384
- ],
4385
- "stateMutability": "nonpayable",
4386
- "type": "function"
4387
- },
4388
- {
4389
- "inputs": [
4390
- {
4391
- "internalType": "address",
4392
- "name": "account",
4393
- "type": "address"
4394
- }
4395
- ],
4396
- "name": "balanceOf",
4397
- "outputs": [
4398
- {
4399
- "internalType": "uint256",
4400
- "name": "",
4401
- "type": "uint256"
4402
- }
4403
- ],
4404
- "stateMutability": "view",
4405
- "type": "function"
4406
- },
4407
- {
4408
- "inputs": [],
4409
- "name": "decimals",
4410
- "outputs": [
4411
- {
4412
- "internalType": "uint8",
4413
- "name": "",
4414
- "type": "uint8"
4415
- }
4416
- ],
4417
- "stateMutability": "view",
4418
- "type": "function"
4419
- },
4420
- {
4421
- "inputs": [
4422
- {
4423
- "internalType": "address",
4424
- "name": "spender",
4425
- "type": "address"
4426
- },
4427
- {
4428
- "internalType": "uint256",
4429
- "name": "subtractedValue",
4430
- "type": "uint256"
4431
- }
4432
- ],
4433
- "name": "decreaseAllowance",
4434
- "outputs": [
4435
- {
4436
- "internalType": "bool",
4437
- "name": "",
4438
- "type": "bool"
4439
- }
4440
- ],
4441
- "stateMutability": "nonpayable",
4442
- "type": "function"
4443
- },
4444
- {
4445
- "inputs": [
4446
- {
4447
- "internalType": "uint256",
4448
- "name": "amount",
4449
- "type": "uint256"
4450
- }
4451
- ],
4452
- "name": "faucet",
4453
- "outputs": [],
4454
- "stateMutability": "nonpayable",
4455
- "type": "function"
4456
- },
4457
- {
4458
- "inputs": [
4459
- {
4460
- "internalType": "address",
4461
- "name": "spender",
4462
- "type": "address"
4463
- },
4464
- {
4465
- "internalType": "uint256",
4466
- "name": "addedValue",
4467
- "type": "uint256"
4468
- }
4469
- ],
4470
- "name": "increaseAllowance",
4471
- "outputs": [
4472
- {
4473
- "internalType": "bool",
4474
- "name": "",
4475
- "type": "bool"
4476
- }
4477
- ],
4478
- "stateMutability": "nonpayable",
4479
- "type": "function"
4480
- },
4481
- {
4482
- "inputs": [],
4483
- "name": "name",
4484
- "outputs": [
4485
- {
4486
- "internalType": "string",
4487
- "name": "",
4488
- "type": "string"
4489
- }
4490
- ],
4491
- "stateMutability": "view",
4492
- "type": "function"
4493
- },
4494
- {
4495
- "inputs": [],
4496
- "name": "symbol",
4497
- "outputs": [
4498
- {
4499
- "internalType": "string",
4500
- "name": "",
4501
- "type": "string"
4502
- }
4503
- ],
4504
- "stateMutability": "view",
4505
- "type": "function"
4506
- },
4507
- {
4508
- "inputs": [],
4509
- "name": "totalSupply",
4510
- "outputs": [
4511
- {
4512
- "internalType": "uint256",
4513
- "name": "",
4514
- "type": "uint256"
4515
- }
4516
- ],
4517
- "stateMutability": "view",
4518
- "type": "function"
4519
- },
4520
- {
4521
- "inputs": [
4522
- {
4523
- "internalType": "address",
4524
- "name": "to",
4525
- "type": "address"
4526
- },
4527
- {
4528
- "internalType": "uint256",
4529
- "name": "amount",
4530
- "type": "uint256"
4531
- }
4532
- ],
4533
- "name": "transfer",
4534
- "outputs": [
4535
- {
4536
- "internalType": "bool",
4537
- "name": "",
4538
- "type": "bool"
4539
- }
4540
- ],
4541
- "stateMutability": "nonpayable",
4542
- "type": "function"
4543
- },
4544
- {
4545
- "inputs": [
4546
- {
4547
- "internalType": "address",
4548
- "name": "from",
4549
- "type": "address"
4550
- },
4551
- {
4552
- "internalType": "address",
4553
- "name": "to",
4554
- "type": "address"
4555
- },
4556
- {
4557
- "internalType": "uint256",
4558
- "name": "amount",
4559
- "type": "uint256"
4560
- }
4561
- ],
4562
- "name": "transferFrom",
4563
- "outputs": [
4564
- {
4565
- "internalType": "bool",
4566
- "name": "",
4567
- "type": "bool"
4568
- }
4569
- ],
4570
- "stateMutability": "nonpayable",
4571
- "type": "function"
4572
- }
4573
- ]
4574
- },
4575
4266
  "MockBNBx": {
4576
4267
  "address": "0x327d6E6FAC0228070884e913263CFF9eFed4a2C8",
4577
4268
  "abi": [
@@ -38906,80 +38597,6 @@
38906
38597
  }
38907
38598
  ]
38908
38599
  },
38909
- "VToken_vBIFI_DeFi": {
38910
- "address": "0xEF949287834Be010C1A5EDd757c385FB9b644E4A",
38911
- "abi": [
38912
- {
38913
- "inputs": [
38914
- {
38915
- "internalType": "address",
38916
- "name": "beacon",
38917
- "type": "address"
38918
- },
38919
- {
38920
- "internalType": "bytes",
38921
- "name": "data",
38922
- "type": "bytes"
38923
- }
38924
- ],
38925
- "stateMutability": "payable",
38926
- "type": "constructor"
38927
- },
38928
- {
38929
- "anonymous": false,
38930
- "inputs": [
38931
- {
38932
- "indexed": false,
38933
- "internalType": "address",
38934
- "name": "previousAdmin",
38935
- "type": "address"
38936
- },
38937
- {
38938
- "indexed": false,
38939
- "internalType": "address",
38940
- "name": "newAdmin",
38941
- "type": "address"
38942
- }
38943
- ],
38944
- "name": "AdminChanged",
38945
- "type": "event"
38946
- },
38947
- {
38948
- "anonymous": false,
38949
- "inputs": [
38950
- {
38951
- "indexed": true,
38952
- "internalType": "address",
38953
- "name": "beacon",
38954
- "type": "address"
38955
- }
38956
- ],
38957
- "name": "BeaconUpgraded",
38958
- "type": "event"
38959
- },
38960
- {
38961
- "anonymous": false,
38962
- "inputs": [
38963
- {
38964
- "indexed": true,
38965
- "internalType": "address",
38966
- "name": "implementation",
38967
- "type": "address"
38968
- }
38969
- ],
38970
- "name": "Upgraded",
38971
- "type": "event"
38972
- },
38973
- {
38974
- "stateMutability": "payable",
38975
- "type": "fallback"
38976
- },
38977
- {
38978
- "stateMutability": "payable",
38979
- "type": "receive"
38980
- }
38981
- ]
38982
- },
38983
38600
  "VToken_vBNBx_LiquidStakedBNB": {
38984
38601
  "address": "0x644A149853E5507AdF3e682218b8AC86cdD62951",
38985
38602
  "abi": [
@@ -463,14 +463,6 @@ exports.globalConfig = {
463
463
  tokenAddress: "0x2E2466e22FcbE0732Be385ee2FBb9C59a1098382",
464
464
  faucetInitialLiquidity: true,
465
465
  },
466
- {
467
- isMock: false,
468
- name: "beefy.finance",
469
- symbol: "BIFI",
470
- decimals: 18,
471
- tokenAddress: "0x5B662703775171c4212F2FBAdb7F92e64116c154",
472
- faucetInitialLiquidity: true,
473
- },
474
466
  {
475
467
  isMock: false,
476
468
  name: "Biswap",
@@ -658,23 +650,6 @@ exports.globalConfig = {
658
650
  liquidationIncentive: (0, utils_1.convertToUnit)("1.1", 18),
659
651
  minLiquidatableCollateral: (0, utils_1.convertToUnit)("100", 18),
660
652
  vtokens: [
661
- {
662
- name: "Venus BIFI (DeFi)",
663
- asset: "BIFI",
664
- symbol: "vBIFI_DeFi",
665
- rateModel: InterestRateModels.JumpRate.toString(),
666
- baseRatePerYear: (0, utils_1.convertToUnit)("0.02", 18),
667
- multiplierPerYear: (0, utils_1.convertToUnit)("0.2", 18),
668
- jumpMultiplierPerYear: (0, utils_1.convertToUnit)("3", 18),
669
- kink_: (0, utils_1.convertToUnit)("0.5", 18),
670
- collateralFactor: (0, utils_1.convertToUnit)("0.25", 18),
671
- liquidationThreshold: (0, utils_1.convertToUnit)("0.3", 18),
672
- reserveFactor: (0, utils_1.convertToUnit)("0.25", 18),
673
- initialSupply: (0, utils_1.convertToUnit)("50", 18),
674
- supplyCap: (0, utils_1.convertToUnit)("379", 18),
675
- borrowCap: (0, utils_1.convertToUnit)("266", 18),
676
- vTokenReceiver: "0x7C780b8A63eE9B7d0F985E8a922Be38a1F7B2141",
677
- },
678
653
  {
679
654
  name: "Venus BSW (DeFi)",
680
655
  asset: "BSW",
@@ -1191,13 +1166,6 @@ exports.globalConfig = {
1191
1166
  decimals: 18,
1192
1167
  tokenAddress: "0xd17479997F34dd9156Deef8F95A52D81D265be9c",
1193
1168
  },
1194
- {
1195
- isMock: false,
1196
- name: "beefy.finance",
1197
- symbol: "BIFI",
1198
- decimals: 18,
1199
- tokenAddress: "0xCa3F508B8e4Dd382eE878A314789373D80A5190A",
1200
- },
1201
1169
  {
1202
1170
  isMock: false,
1203
1171
  name: "Biswap",
@@ -1373,23 +1341,6 @@ exports.globalConfig = {
1373
1341
  liquidationIncentive: (0, utils_1.convertToUnit)("1.1", 18),
1374
1342
  minLiquidatableCollateral: (0, utils_1.convertToUnit)("100", 18),
1375
1343
  vtokens: [
1376
- {
1377
- name: "Venus BIFI (DeFi)",
1378
- asset: "BIFI",
1379
- symbol: "vBIFI_DeFi",
1380
- rateModel: InterestRateModels.JumpRate.toString(),
1381
- baseRatePerYear: (0, utils_1.convertToUnit)("0.02", 18),
1382
- multiplierPerYear: (0, utils_1.convertToUnit)("0.2", 18),
1383
- jumpMultiplierPerYear: (0, utils_1.convertToUnit)("3", 18),
1384
- kink_: (0, utils_1.convertToUnit)("0.5", 18),
1385
- collateralFactor: (0, utils_1.convertToUnit)("0.25", 18),
1386
- liquidationThreshold: (0, utils_1.convertToUnit)("0.3", 18),
1387
- reserveFactor: (0, utils_1.convertToUnit)("0.25", 18),
1388
- initialSupply: (0, utils_1.convertToUnit)("50", 18),
1389
- supplyCap: (0, utils_1.convertToUnit)("379", 18),
1390
- borrowCap: (0, utils_1.convertToUnit)("266", 18),
1391
- vTokenReceiver: "0x7C780b8A63eE9B7d0F985E8a922Be38a1F7B2141",
1392
- },
1393
1344
  {
1394
1345
  name: "Venus BSW (DeFi)",
1395
1346
  asset: "BSW",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/isolated-pools",
3
- "version": "2.0.0-dev.1",
3
+ "version": "2.0.0-dev.2",
4
4
  "description": "",
5
5
  "files": [
6
6
  "artifacts",