@venusprotocol/isolated-pools 3.8.0 → 3.9.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.
- package/deployments/arbitrumone/VToken_vgmBTC-USDC_Core.json +257 -0
- package/deployments/arbitrumone/VToken_vgmWETH-USDC_Core.json +257 -0
- package/deployments/arbitrumone.json +148 -0
- package/deployments/arbitrumone_addresses.json +2 -0
- package/deployments/arbitrumsepolia/JumpRateModelV2_base0bps_slope1500bps_jump25000bps_kink4500bps.json +608 -0
- package/deployments/arbitrumsepolia/JumpRateModelV2_base0bps_slope300bps_jump45000bps_kink9000bps.json +608 -0
- package/deployments/arbitrumsepolia/MockgmBTC.json +458 -0
- package/deployments/arbitrumsepolia/MockgmETH.json +458 -0
- package/deployments/arbitrumsepolia/VToken_vgmBTC-USDC_Core.json +257 -0
- package/deployments/arbitrumsepolia/VToken_vgmWETH-USDC_Core.json +257 -0
- package/deployments/arbitrumsepolia/solcInputs/3c20dc65cc123659b5918437b44f9306.json +403 -0
- package/deployments/arbitrumsepolia.json +1549 -63
- package/deployments/arbitrumsepolia_addresses.json +6 -0
- package/dist/deployments/arbitrumone.json +148 -0
- package/dist/deployments/arbitrumsepolia.json +1549 -63
- package/dist/helpers/deploymentConfig.js +106 -6
- package/dist/typechain/factories/PoolRegistryInterface__factory.d.ts +16 -2
- package/dist/typechain/factories/PoolRegistryInterface__factory.js +119 -0
- package/package.json +1 -1
- package/typechain/PoolRegistryInterface.d.ts +178 -0
- package/typechain/factories/PoolRegistryInterface__factory.ts +119 -0
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
"Comptroller_Core": "0x006D44b6f5927b3eD83bD0c1C36Fb1A3BaCaC208",
|
|
8
8
|
"Comptroller_Liquid Staked ETH": "0x3D04F926b2a165BBa17FBfccCCB61513634fa5e4",
|
|
9
9
|
"DefaultProxyAdmin": "0xA78A1Df376c3CEeBC5Fab574fe6EdDbbF76fd03e",
|
|
10
|
+
"JumpRateModelV2_base0bps_slope1500bps_jump25000bps_kink4500bps": "0xf5EA67C92EF40b948EF672DE5fb913237A880A9E",
|
|
11
|
+
"JumpRateModelV2_base0bps_slope300bps_jump45000bps_kink9000bps": "0x4FA37fFA9f36Ec0e0e685C06a7bF169bb50409ce",
|
|
10
12
|
"JumpRateModelV2_base0bps_slope350bps_jump8000bps_kink8000bps": "0xe68f42900a8cc014FC598B85463a4712b9176Cd7",
|
|
11
13
|
"JumpRateModelV2_base0bps_slope750bps_jump25000bps_kink8000bps": "0xBbb522fCA8f5955942515D8EAa2222251a070a17",
|
|
12
14
|
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps": "0x50e8FF8748684F5DbDAEc5554c7FE3E82Cdc19e1",
|
|
@@ -14,6 +16,8 @@
|
|
|
14
16
|
"MockUSDC": "0x86f096B1D970990091319835faF3Ee011708eAe8",
|
|
15
17
|
"MockUSDT": "0xf3118a17863996B9F2A073c9A66Faaa664355cf8",
|
|
16
18
|
"MockWBTC": "0xFb8d93FD3Cf18386a5564bb5619cD1FdB130dF7D",
|
|
19
|
+
"MockgmBTC": "0xbd3AAd064295dcA0f45fab4C6A5adFb0D23a19D2",
|
|
20
|
+
"MockgmETH": "0x0012875a7395a293Adfc9b5cDC2Cfa352C4cDcD3",
|
|
17
21
|
"MockweETH": "0x243141DBff86BbB0a082d790fdC21A6ff615Fa34",
|
|
18
22
|
"MockwstETH": "0x4A9dc15aA6094eF2c7eb9d9390Ac1d71f9406fAE",
|
|
19
23
|
"NativeTokenGateway_vWETH_Core": "0x196b19C2037863409C65CbF63592ae2a3CD2Dc2C",
|
|
@@ -33,6 +37,8 @@
|
|
|
33
37
|
"VToken_vWBTC_Core": "0x49FB90A5815904649C44B87001a160C1301D6a2C",
|
|
34
38
|
"VToken_vWETH_Core": "0x807dCB6946dDF4C5C6446B1B07ACd248B08F45e2",
|
|
35
39
|
"VToken_vWETH_LiquidStakedETH": "0xd7057250b439c0849377bB6C3263eb8f9cf49d98",
|
|
40
|
+
"VToken_vgmBTC-USDC_Core": "0x6089B1F477e13459C4d1D1f767c974e5A72a541F",
|
|
41
|
+
"VToken_vgmWETH-USDC_Core": "0x4A80b19Cd8BbBd14c425fB17F8E06c6B60801d63",
|
|
36
42
|
"VToken_vweETH_LiquidStakedETH": "0x75f841b14305935D8D7E806f249D9FA52EF1550B",
|
|
37
43
|
"VToken_vwstETH_LiquidStakedETH": "0x253515E19e8b888a4CA5a0a3363B712402ce4046"
|
|
38
44
|
}
|
|
@@ -15626,6 +15626,154 @@
|
|
|
15626
15626
|
}
|
|
15627
15627
|
]
|
|
15628
15628
|
},
|
|
15629
|
+
"VToken_vgmBTC-USDC_Core": {
|
|
15630
|
+
"address": "0x4f3a73f318C5EA67A86eaaCE24309F29f89900dF",
|
|
15631
|
+
"abi": [
|
|
15632
|
+
{
|
|
15633
|
+
"inputs": [
|
|
15634
|
+
{
|
|
15635
|
+
"internalType": "address",
|
|
15636
|
+
"name": "beacon",
|
|
15637
|
+
"type": "address"
|
|
15638
|
+
},
|
|
15639
|
+
{
|
|
15640
|
+
"internalType": "bytes",
|
|
15641
|
+
"name": "data",
|
|
15642
|
+
"type": "bytes"
|
|
15643
|
+
}
|
|
15644
|
+
],
|
|
15645
|
+
"stateMutability": "payable",
|
|
15646
|
+
"type": "constructor"
|
|
15647
|
+
},
|
|
15648
|
+
{
|
|
15649
|
+
"anonymous": false,
|
|
15650
|
+
"inputs": [
|
|
15651
|
+
{
|
|
15652
|
+
"indexed": false,
|
|
15653
|
+
"internalType": "address",
|
|
15654
|
+
"name": "previousAdmin",
|
|
15655
|
+
"type": "address"
|
|
15656
|
+
},
|
|
15657
|
+
{
|
|
15658
|
+
"indexed": false,
|
|
15659
|
+
"internalType": "address",
|
|
15660
|
+
"name": "newAdmin",
|
|
15661
|
+
"type": "address"
|
|
15662
|
+
}
|
|
15663
|
+
],
|
|
15664
|
+
"name": "AdminChanged",
|
|
15665
|
+
"type": "event"
|
|
15666
|
+
},
|
|
15667
|
+
{
|
|
15668
|
+
"anonymous": false,
|
|
15669
|
+
"inputs": [
|
|
15670
|
+
{
|
|
15671
|
+
"indexed": true,
|
|
15672
|
+
"internalType": "address",
|
|
15673
|
+
"name": "beacon",
|
|
15674
|
+
"type": "address"
|
|
15675
|
+
}
|
|
15676
|
+
],
|
|
15677
|
+
"name": "BeaconUpgraded",
|
|
15678
|
+
"type": "event"
|
|
15679
|
+
},
|
|
15680
|
+
{
|
|
15681
|
+
"anonymous": false,
|
|
15682
|
+
"inputs": [
|
|
15683
|
+
{
|
|
15684
|
+
"indexed": true,
|
|
15685
|
+
"internalType": "address",
|
|
15686
|
+
"name": "implementation",
|
|
15687
|
+
"type": "address"
|
|
15688
|
+
}
|
|
15689
|
+
],
|
|
15690
|
+
"name": "Upgraded",
|
|
15691
|
+
"type": "event"
|
|
15692
|
+
},
|
|
15693
|
+
{
|
|
15694
|
+
"stateMutability": "payable",
|
|
15695
|
+
"type": "fallback"
|
|
15696
|
+
},
|
|
15697
|
+
{
|
|
15698
|
+
"stateMutability": "payable",
|
|
15699
|
+
"type": "receive"
|
|
15700
|
+
}
|
|
15701
|
+
]
|
|
15702
|
+
},
|
|
15703
|
+
"VToken_vgmWETH-USDC_Core": {
|
|
15704
|
+
"address": "0x9bb8cEc9C0d46F53b4f2173BB2A0221F66c353cC",
|
|
15705
|
+
"abi": [
|
|
15706
|
+
{
|
|
15707
|
+
"inputs": [
|
|
15708
|
+
{
|
|
15709
|
+
"internalType": "address",
|
|
15710
|
+
"name": "beacon",
|
|
15711
|
+
"type": "address"
|
|
15712
|
+
},
|
|
15713
|
+
{
|
|
15714
|
+
"internalType": "bytes",
|
|
15715
|
+
"name": "data",
|
|
15716
|
+
"type": "bytes"
|
|
15717
|
+
}
|
|
15718
|
+
],
|
|
15719
|
+
"stateMutability": "payable",
|
|
15720
|
+
"type": "constructor"
|
|
15721
|
+
},
|
|
15722
|
+
{
|
|
15723
|
+
"anonymous": false,
|
|
15724
|
+
"inputs": [
|
|
15725
|
+
{
|
|
15726
|
+
"indexed": false,
|
|
15727
|
+
"internalType": "address",
|
|
15728
|
+
"name": "previousAdmin",
|
|
15729
|
+
"type": "address"
|
|
15730
|
+
},
|
|
15731
|
+
{
|
|
15732
|
+
"indexed": false,
|
|
15733
|
+
"internalType": "address",
|
|
15734
|
+
"name": "newAdmin",
|
|
15735
|
+
"type": "address"
|
|
15736
|
+
}
|
|
15737
|
+
],
|
|
15738
|
+
"name": "AdminChanged",
|
|
15739
|
+
"type": "event"
|
|
15740
|
+
},
|
|
15741
|
+
{
|
|
15742
|
+
"anonymous": false,
|
|
15743
|
+
"inputs": [
|
|
15744
|
+
{
|
|
15745
|
+
"indexed": true,
|
|
15746
|
+
"internalType": "address",
|
|
15747
|
+
"name": "beacon",
|
|
15748
|
+
"type": "address"
|
|
15749
|
+
}
|
|
15750
|
+
],
|
|
15751
|
+
"name": "BeaconUpgraded",
|
|
15752
|
+
"type": "event"
|
|
15753
|
+
},
|
|
15754
|
+
{
|
|
15755
|
+
"anonymous": false,
|
|
15756
|
+
"inputs": [
|
|
15757
|
+
{
|
|
15758
|
+
"indexed": true,
|
|
15759
|
+
"internalType": "address",
|
|
15760
|
+
"name": "implementation",
|
|
15761
|
+
"type": "address"
|
|
15762
|
+
}
|
|
15763
|
+
],
|
|
15764
|
+
"name": "Upgraded",
|
|
15765
|
+
"type": "event"
|
|
15766
|
+
},
|
|
15767
|
+
{
|
|
15768
|
+
"stateMutability": "payable",
|
|
15769
|
+
"type": "fallback"
|
|
15770
|
+
},
|
|
15771
|
+
{
|
|
15772
|
+
"stateMutability": "payable",
|
|
15773
|
+
"type": "receive"
|
|
15774
|
+
}
|
|
15775
|
+
]
|
|
15776
|
+
},
|
|
15629
15777
|
"VToken_vweETH_LiquidStakedETH": {
|
|
15630
15778
|
"address": "0x246a35E79a3a0618535A469aDaF5091cAA9f7E88",
|
|
15631
15779
|
"abi": [
|