diff --git a/migration/README.md b/migration/README.md deleted file mode 100644 index 7ee5da3..0000000 --- a/migration/README.md +++ /dev/null @@ -1,63 +0,0 @@ -# Sample Hardhat Project - -This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract. - -Try running some of the following tasks: - -```shell -npx hardhat help -npx hardhat test -REPORT_GAS=true npx hardhat test -npx hardhat node -npx hardhat ignition deploy ./ignition/modules/Lock.ts -``` - - -## Methods -| **Symbol** | **Meaning** | -| :--------: | :--------------------------------------------------------------------------------------- | -| **◯** | Execution gas for this method does not include intrinsic gas overhead | -| **△** | Cost was non-zero but below the precision setting for the currency display (see options) | - -| | Min | Max | Avg | Calls | usd avg | -| :---------------------------------- | ------: | ------: | ------: | ----: | ------: | -| **CtrlTestERC20** | | | | | | -|        *transfer* | - | - | 52,200 | 24 | 1.15 | -| **XdefiTestERC20** | | | | | | -|        *approve* | - | - | 46,932 | 6 | 1.04 | -|        *transfer* | 35,675 | 52,787 | 51,876 | 19 | 1.15 | -| **XdefiToCtrlMigration** | | | | | | -|        *migrate* | - | - | 136,323 | 5 | 3.01 | -|        *migrateFromVXDEFI* | - | - | 168,284 | 5 | 3.72 | -|        *migrateGaslessFromVXDEFI* | - | - | 168,852 | 5 | 3.73 | -|        *migrateWithGaslessApproval* | - | - | 136,858 | 5 | 3.02 | -|        *withdrawNewTokens* | - | - | 44,077 | 1 | 0.97 | -|        *withdrawOldTokens* | - | - | 44,665 | 1 | 0.99 | -|        *withdrawPoolTokens* | - | - | 55,244 | 1 | 1.22 | -| **XDEFIVault** | | | | | | -|        *deposit* | 112,919 | 112,931 | 112,930 | 12 | 2.50 | -|        *transfer* | - | - | 52,178 | 2 | 1.15 | - -## Deployments -| | Min | Max | Avg | Block % | usd avg | -| :----------------------- | --: | ---: | --------: | ------: | ------: | -| **CtrlTestERC20** | - | - | 1,744,339 | 0 % | 38.54 | -| **XdefiTestERC20** | - | - | 2,486,975 | 0 % | 54.95 | -| **XdefiToCtrlMigration** | - | - | 1,467,477 | 0 % | 32.42 | -| **XDEFIVault** | - | - | 3,395,066 | 0 % | 75.01 | - -## Solidity and Network Config -| **Settings** | **Value** | -| ------------------- | --------------------- | -| Solidity: version | 0.8.24 | -| Solidity: optimized | false | -| Solidity: runs | 200 | -| Solidity: viaIR | false | -| Block Limit | 9,007,199,254,740,991 | -| L1 Gas Price | 7 gwei | -| Token Price | 3156.43 usd/eth | -| Network | ETHEREUM | -| Toolchain | hardhat | - - -