diff --git a/docs/docs/architecture/adr/adr-001-interchain-accounts.md b/docs/docs/architecture/adr/adr-001-interchain-accounts.md index 906ec81bc2b..788a972c599 100644 --- a/docs/docs/architecture/adr/adr-001-interchain-accounts.md +++ b/docs/docs/architecture/adr/adr-001-interchain-accounts.md @@ -30,7 +30,7 @@ The hub can be used trustlessly as a host chain in the configuration of Intercha ## Consequences -There has been preliminary work done to understand if this increases any security feature of the Cosmos Hub. One thought was that this capability is similar to contract to contract interactions which are possible on virtual machine blockchains like EVM chains. Those interactions introduced a new attack vector, called a re-entrancy bug, which was the culprit of "The DAO hack on Ethereum". We believe there is no risk of these kinds of attacks with Interchain Accounts because they require the interactions to be atomic and Interchain Accounts are asynchronous. +There has been preliminary work done to understand if this increases any security feature of the Cosmos Hub. One thought was that this capability is similar to contract interactions which are possible on virtual machine blockchains like EVM chains. Those interactions introduced a new attack vector, called a re-entrancy bug, which was the culprit of "The DAO hack on Ethereum". We believe there is no risk of these kinds of attacks with Interchain Accounts because they require the interactions to be atomic and Interchain Accounts are asynchronous. #### Backwards Compatibility @@ -91,4 +91,4 @@ There are future releases of Interchain Accounts which are expected to be backwa ## Additional Research & References - [Why Interchain Accounts Change Everything for Cosmos Interoperability](https://medium.com/chainapsis/why-interchain-accounts-change-everything-for-cosmos-interoperability-59c19032bf11) -- [Interchain Account Auth Module Demo Repo](https://github.com/cosmos/interchain-accounts) \ No newline at end of file +- [Interchain Account Auth Module Demo Repo](https://github.com/cosmos/interchain-accounts)