Skip to content

Commit

Permalink
Merge pull request #476 from VenusProtocol/feat/ven-3036
Browse files Browse the repository at this point in the history
[VEN-3026]: BAL market in Core pool - Ethereum & sepolia
  • Loading branch information
GitGuru7 authored Feb 4, 2025
2 parents dfdbc41 + 48407b3 commit f2a0292
Show file tree
Hide file tree
Showing 8 changed files with 1,482 additions and 0 deletions.
74 changes: 74 additions & 0 deletions deployments/ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -31900,6 +31900,80 @@
}
]
},
"VToken_vBAL_Core": {
"address": "0x0Ec5488e4F8f319213a14cab188E01fB8517Faa8",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "beacon",
"type": "address"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"stateMutability": "payable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "previousAdmin",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "newAdmin",
"type": "address"
}
],
"name": "AdminChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "beacon",
"type": "address"
}
],
"name": "BeaconUpgraded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "implementation",
"type": "address"
}
],
"name": "Upgraded",
"type": "event"
},
{
"stateMutability": "payable",
"type": "fallback"
},
{
"stateMutability": "payable",
"type": "receive"
}
]
},
"VToken_vCRV_Curve": {
"address": "0x30aD10Bd5Be62CAb37863C2BfcC6E8fb4fD85BDa",
"abi": [
Expand Down
257 changes: 257 additions & 0 deletions deployments/ethereum/VToken_vBAL_Core.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions deployments/ethereum_addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"TwoKinks_base0bps_slope1500bps_kink8000bps_slope29000bps_base20bps_kink29000bps_jump30000bps": "0x4A786e4653Ff7DBA74D6dA0861350F233f2dA73b",
"VTokenBeacon": "0xfc08aADC7a1A93857f6296C3fb78aBA1d286533a",
"VTokenImpl": "0xefdf5CcC12d8cff4a7ed4e421b95F8f69Cf2F766",
"VToken_vBAL_Core": "0x0Ec5488e4F8f319213a14cab188E01fB8517Faa8",
"VToken_vCRV_Curve": "0x30aD10Bd5Be62CAb37863C2BfcC6E8fb4fD85BDa",
"VToken_vDAI_Core": "0xd8AdD9B41D4E1cd64Edad8722AB0bA8D35536657",
"VToken_vEIGEN_Core": "0x256AdDBe0a387c98f487e44b85c29eb983413c5e",
Expand Down
Loading

0 comments on commit f2a0292

Please sign in to comment.