Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1 KB

File metadata and controls

28 lines (19 loc) · 1 KB

Kwil erc20-bridge contracts

Note on Terminology Changes

During the development of the smart contracts, the terms 'reward' and 'RewardDistributor' were used throughout the project and referenced in the audit report.

As the project evolved, we adopted the term 'erc20-bridge' in most of the codebase and documentation. To maintain consistency with the audit report, we retained the original terminology in this repository. Below is a mapping of terms used in the context of the erc20-bridge:

  • RewardDistributor: Functions as the 'escrow' contract.
  • reward: Refers to the 'tokens' claimable in the 'escrow' contract.
  • poster: Acts as the 'relayer'.
  • claim rewards: Equivalent to 'claim tokens'.

Documentations

Audits