Skip to content

Commit

Permalink
Merge pull request #449 from VenusProtocol/feat/ven-2902
Browse files Browse the repository at this point in the history
[VEN-2902] Add EIGEN Market
  • Loading branch information
web3rover authored Nov 7, 2024
2 parents 6fc1217 + 5a30371 commit a1b1aa8
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 @@ -28742,6 +28742,80 @@
}
]
},
"VToken_vEIGEN": {
"address": "0x256AdDBe0a387c98f487e44b85c29eb983413c5e",
"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_vFRAX_Core": {
"address": "0x4fAfbDc4F2a9876Bd1764827b26fb8dc4FD1dB95",
"abi": [
Expand Down
257 changes: 257 additions & 0 deletions deployments/ethereum/VToken_vEIGEN.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 @@ -57,6 +57,7 @@
"VTokenImpl": "0xefdf5CcC12d8cff4a7ed4e421b95F8f69Cf2F766",
"VToken_vCRV_Curve": "0x30aD10Bd5Be62CAb37863C2BfcC6E8fb4fD85BDa",
"VToken_vDAI_Core": "0xd8AdD9B41D4E1cd64Edad8722AB0bA8D35536657",
"VToken_vEIGEN": "0x256AdDBe0a387c98f487e44b85c29eb983413c5e",
"VToken_vFRAX_Core": "0x4fAfbDc4F2a9876Bd1764827b26fb8dc4FD1dB95",
"VToken_vPT-weETH-26DEC2024_LiquidStakedETH": "0x76697f8eaeA4bE01C678376aAb97498Ee8f80D5C",
"VToken_vTUSD_Core": "0x13eB80FDBe5C5f4a7039728E258A6f05fb3B912b",
Expand Down
Loading

0 comments on commit a1b1aa8

Please sign in to comment.