Skip to content

Commit

Permalink
update contango arbitrum address
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Zeller committed Mar 11, 2024
1 parent 0bd5b98 commit 1c51668
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {IProposalGenericExecutor} from 'aave-helpers/interfaces/IProposalGeneric
* - Discussion: https://governance.aave.com/t/arfc-add-contango-protocol-cian-protocol-and-index-coop-to-flashborrowers-on-aave-v3/16478
*/
contract AaveV3Arbitrum_AddFlashborrowers_20240306 is IProposalGenericExecutor {
address public constant CONTANGO_PROTOCOL = 0xab515542d621574f9b5212d50593cD0C07e641bD;
address public constant CONTANGO_PROTOCOL = 0x5e2aDC1F256f990D73a69875E06AF8A8404e3a03;

function execute() external {
AaveV3Arbitrum.ACL_MANAGER.addFlashBorrower(CONTANGO_PROTOCOL);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contract AaveV3Arbitrum_AddFlashborrowers_20240306_Test is ProtocolV3TestBase {
AaveV3Arbitrum_AddFlashborrowers_20240306 internal proposal;

function setUp() public {
vm.createSelectFork(vm.rpcUrl('arbitrum'), 187760041);
vm.createSelectFork(vm.rpcUrl('arbitrum'), 189265718);
proposal = new AaveV3Arbitrum_AddFlashborrowers_20240306();
}

Expand Down
2 changes: 1 addition & 1 deletion src/20240306_Multi_AddFlashborrowers/AddFlashborrowers.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This AIP will whitelist the following contracts:
| Ethereum | Index Coop | [0x3a657Ec8a755d2E43DDbfDeaDc15899EDaf8dcf8](https://etherscan.io/address/0x3a657Ec8a755d2E43DDbfDeaDc15899EDaf8dcf8) | BTC2x-FLI AaveMigrationExtension |
| Ethereum | CIAN | [0x85105b7E11c442Ca6fF6b4d90d7a439f68376Ac4](https://etherscan.io/address/0x85105b7e11c442ca6ff6b4d90d7a439f68376ac4) | FlashloanHelper |
| Ethereum | Contango | [0xab515542d621574f9b5212d50593cD0C07e641bD](https://etherscan.io/address/0xab515542d621574f9b5212d50593cD0C07e641bD) | PermissionedAaveWrapper |
| Arbitrum | Contango | [0xab515542d621574f9b5212d50593cD0C07e641bD](https://arbiscan.io/address/0xab515542d621574f9b5212d50593cd0c07e641bd) | PermissionedAaveWrapper |
| Arbitrum | Contango | [0x5e2aDC1F256f990D73a69875E06AF8A8404e3a03](https://arbiscan.io/address/0x5e2aDC1F256f990D73a69875E06AF8A8404e3a03) | PermissionedAaveWrapper |
| Optimism | Contango | [0xab515542d621574f9b5212d50593cD0C07e641bD](https://optimistic.etherscan.io/address/0xab515542d621574f9b5212d50593cd0c07e641bd) | PermissionedAaveWrapper |

## References
Expand Down

0 comments on commit 1c51668

Please sign in to comment.