From 9c6bc3db4d34ae34852edde11a49e4c846308f60 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 8 Dec 2024 07:52:17 +0100 Subject: [PATCH] fix typos --- .../attack_reviews/top_immunefi_vulnerabilities/aurora.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advanced_expert/attack_reviews/top_immunefi_vulnerabilities/aurora.md b/advanced_expert/attack_reviews/top_immunefi_vulnerabilities/aurora.md index 1d9fba9..82212b0 100644 --- a/advanced_expert/attack_reviews/top_immunefi_vulnerabilities/aurora.md +++ b/advanced_expert/attack_reviews/top_immunefi_vulnerabilities/aurora.md @@ -12,7 +12,7 @@ * Bridges also have additional “attack surface” as compared to “regular” DeFi projects. While a yield farm or a decentralized exchange might have a collection of smart contracts and a dapp web page, a bridge usually needs monitoring nodes, validator keys, and secure communication channels on top of those contracts and dapp. -* Most bridges implement "IOU" approcah: users send funds to the bridge protocol, where those funds are locked by the bridge smart contract. The bridge then issues the user an equivalent asset on the second network from the second bridge smart contract. The tokens on the destination chain are wrapped tokens. Bridges accumulate a lot of funds. +* Most bridges implement "IOU" approach: users send funds to the bridge protocol, where those funds are locked by the bridge smart contract. The bridge then issues the user an equivalent asset on the second network from the second bridge smart contract. The tokens on the destination chain are wrapped tokens. Bridges accumulate a lot of funds.
@@ -30,7 +30,7 @@ * Aurora is an implementation of an EVM built on the NEAR network that supports all tools available in the Ethereum ecosystem. -* Aurora developed the Rainbow Bridge which allows users to transfers assets between Ethereum, NEAR, and Aurora. +* Aurora developed the Rainbow Bridge which allows users to transfer assets between Ethereum, NEAR, and Aurora. * Two contracts in the Aurora Engine are interesting to us: `ExitToNear` and `ExitToEthereum`. They are special, built-in (precompiled) contracts that handle withdraw requests from the Aurora EVM.