predeploy-contracts
predeploy-contracts copied to clipboard
A request to Implement `getPair(address tokenA, address tokenB)` and `allPairs(uint)` functions came from the Orion Team
# Add end-to-end tests This branch introduces tests to the predeployed contracts and migrates from Truffle to Waffle. The changes are separated in branches: - Migrate from Truffle to Waffle...
[ERC-2612](https://eips.ethereum.org/EIPS/eip-2612) introduces the ability to pay for the transaction with ERC-20 tokens. It also allows permission delegation to other contracts. While we do support paying for a transaction with any...
### Changes 1. **File:** `/README.md` - Fixed `schdule` to `schedule` (Line 49) 1. **File:** `/contracts/docs/homa/IHoma.md` - Fixed `curency` to `currency` (Line 109) 1. **File:** `/contracts/docs/dex/IBootstrap.md` - Fixed `bootstraping` to `bootstrapping`...
### Changes 1. **File:** `/README.md` - Fixed `Schdule` to `Schedule` (Line 49) 1. **File:** `/contracts/docs/incentives/Incentives.md` - Fixed `avalible` to `available` (Line 19) 1. **File:** `/contracts/docs/dex/DEXV2.md` - Fixed `bootstraping` to `bootstrapping`...
### Changes 1. **File:** `/README.md` - Fixed `schdule` to `schedule` (Line 49) 1. **File:** `/contracts/docs/incentives/InterfaceIncentives.md` - Fixed `avalible` to `available` (Line 19) 1. **File:** `/contracts/docs/homa/Homa.md` - Fixed `curency` to `currency`...