Skip to content

Commit

Permalink
💫 Swaps
Browse files Browse the repository at this point in the history
  • Loading branch information
z0r0z committed Feb 12, 2024
1 parent fe9aa8f commit 5d807fd
Show file tree
Hide file tree
Showing 11 changed files with 487 additions and 147 deletions.
26 changes: 14 additions & 12 deletions .gas-snapshot
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
IETest:testBalanceInERC20() (gas: 62541)
IETest:testBalanceInETH() (gas: 53683)
IETest:testCommandSendERC0() (gas: 114286)
IETest:testCommandSendETH() (gas: 80786)
IETest:testCommandSendUSDC() (gas: 147022)
IETest:testDeploy() (gas: 1739939)
IETest:testENSNameFromENSHelper() (gas: 29125)
IETest:testBalanceInERC20() (gas: 62602)
IETest:testBalanceInETH() (gas: 53716)
IETest:testCommandSendERC0() (gas: 114380)
IETest:testCommandSendETH() (gas: 80852)
IETest:testCommandSendUSDC() (gas: 147088)
IETest:testCommandSwapDAI() (gas: 101926)
IETest:testCommandSwapUSDC() (gas: 157033)
IETest:testDeploy() (gas: 2191672)
IETest:testENSNameFromENSHelper() (gas: 29103)
IETest:testENSNameOwnership() (gas: 109154)
IETest:testIENameSetting() (gas: 8174)
IETest:testPreviewCommandSendDecimals() (gas: 111546)
IETest:testPreviewCommandSendUSDC() (gas: 77326)
IETest:testPreviewSend() (gas: 54691)
IETest:testIENameSetting() (gas: 8187)
IETest:testPreviewCommandSendDecimals() (gas: 111524)
IETest:testPreviewCommandSendUSDC() (gas: 77391)
IETest:testPreviewSend() (gas: 54713)
IETest:testPreviewSendCommand() (gas: 66540)
IETest:testSendETH() (gas: 70967)
IETest:testTotalSupply() (gas: 14810)
IETest:testTotalSupply() (gas: 14871)
3 changes: 2 additions & 1 deletion docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- [Home](README.md)
# src
- [IE](src/IE.sol/contract.IE.md)
- [IAsset](src/IE.sol/interface.IAsset.md)
- [IToken](src/IE.sol/interface.IToken.md)
- [IExecutor](src/IE.sol/interface.IExecutor.md)
- [IENSHelper](src/IE.sol/interface.IENSHelper.md)
- [ISwapRouter](src/IE.sol/interface.ISwapRouter.md)
Loading

0 comments on commit 5d807fd

Please sign in to comment.