chore: set inevm owner to ICA (#4426)

### Description

- Successfully executed the multisig transaction to transfer things over
to the ICA, woo!

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
pull/4433/head
Trevor Porter 3 months ago committed by GitHub
parent b1d8bb8777
commit b2e76f98a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      typescript/infra/config/environments/mainnet3/owners.ts

@ -62,8 +62,7 @@ export const icaOwnerChain = 'ethereum';
// yarn tsx ./scripts/get-owner-ica.ts -e mainnet3 --ownerChain ethereum --destinationChain <chain>
export const icas: ChainMap<Address> = {
viction: '0x23ed65DE22ac29Ec1C16E75EddB0cE3A187357b4',
// inEVM ownership should be transferred to this ICA, and this should be uncommented
// inevm: '0xFDF9EDcb2243D51f5f317b9CEcA8edD2bEEE036e',
inevm: '0xFDF9EDcb2243D51f5f317b9CEcA8edD2bEEE036e',
};
export const DEPLOYER = '0xa7ECcdb9Be08178f896c26b7BbD8C3D4E844d9Ba';

Loading…
Cancel
Save