Skip to content

Commit

Permalink
Extract vault EigenPod to separate contract
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Mar 22, 2024
1 parent 09a1f2f commit 27fc8ad
Show file tree
Hide file tree
Showing 26 changed files with 1,479 additions and 4,093 deletions.
490 changes: 7 additions & 483 deletions abi/IEigenBlocklistErc20Vault.json

Large diffs are not rendered by default.

490 changes: 7 additions & 483 deletions abi/IEigenBlocklistVault.json

Large diffs are not rendered by default.

490 changes: 7 additions & 483 deletions abi/IEigenErc20Vault.json

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions abi/IEigenPodManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,24 @@
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "owner",
"type": "address"
}
],
"name": "ownerToPod",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]
15 changes: 0 additions & 15 deletions abi/IEigenPodProxyFactory.json

This file was deleted.

Loading

0 comments on commit 27fc8ad

Please sign in to comment.