Skip to content

Commit

Permalink
📸
Browse files Browse the repository at this point in the history
  • Loading branch information
z0r0z committed Jun 4, 2024
1 parent b0475e5 commit 0d1d134
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .gas-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ IETest:testCommandStakeETH() (gas: 148128)
IETest:testCommandSwapDAI() (gas: 138821)
IETest:testCommandSwapETH() (gas: 185700)
IETest:testCommandSwapForETH() (gas: 145736)
IETest:testCommandSwapUSDC() (gas: 171759)
IETest:testCommandSwapUSDCForWBTC() (gas: 196702)
IETest:testCommandSwapUSDC() (gas: 171783)
IETest:testCommandSwapUSDCForWBTC() (gas: 196726)
IETest:testDeploy() (gas: 4059106)
IETest:testENSNameOwnership() (gas: 50762)
IETest:testPreviewBalanceChangeDAI() (gas: 130029)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/src/IE.sol/contract.IE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IE
[Git Source](https://github.com/NaniDAO/ie/blob/6ef68a2b1b107d6bd41812722498a697873f8c87/src/IE.sol)
[Git Source](https://github.com/NaniDAO/ie/blob/b0475e5d66a2a8d1371056df9a3f0ad75b1b4d99/src/IE.sol)

**Author:**
nani.eth (https://github.com/NaniDAO/ie)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/src/IE.sol/interface.IExecutor.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IExecutor
[Git Source](https://github.com/NaniDAO/ie/blob/6ef68a2b1b107d6bd41812722498a697873f8c87/src/IE.sol)
[Git Source](https://github.com/NaniDAO/ie/blob/b0475e5d66a2a8d1371056df9a3f0ad75b1b4d99/src/IE.sol)

Simple calldata executor interface.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/src/IE.sol/interface.INAMI.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# INAMI
[Git Source](https://github.com/NaniDAO/ie/blob/6ef68a2b1b107d6bd41812722498a697873f8c87/src/IE.sol)
[Git Source](https://github.com/NaniDAO/ie/blob/b0475e5d66a2a8d1371056df9a3f0ad75b1b4d99/src/IE.sol)

*Simple NAMI names interface for resolving L2 ENS ownership.*

Expand Down
2 changes: 1 addition & 1 deletion docs/src/src/IE.sol/interface.ISwapRouter.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ISwapRouter
[Git Source](https://github.com/NaniDAO/ie/blob/6ef68a2b1b107d6bd41812722498a697873f8c87/src/IE.sol)
[Git Source](https://github.com/NaniDAO/ie/blob/b0475e5d66a2a8d1371056df9a3f0ad75b1b4d99/src/IE.sol)

*Simple Uniswap V3 swapping interface.*

Expand Down
2 changes: 1 addition & 1 deletion docs/src/src/IE.sol/interface.IToken.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IToken
[Git Source](https://github.com/NaniDAO/ie/blob/6ef68a2b1b107d6bd41812722498a697873f8c87/src/IE.sol)
[Git Source](https://github.com/NaniDAO/ie/blob/b0475e5d66a2a8d1371056df9a3f0ad75b1b4d99/src/IE.sol)

*Simple token handler interface.*

Expand Down
2 changes: 1 addition & 1 deletion docs/src/src/NAMI.sol/contract.NAMI.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NAMI
[Git Source](https://github.com/NaniDAO/ie/blob/6ef68a2b1b107d6bd41812722498a697873f8c87/src/NAMI.sol)
[Git Source](https://github.com/NaniDAO/ie/blob/b0475e5d66a2a8d1371056df9a3f0ad75b1b4d99/src/NAMI.sol)

**Author:**
nani.eth (https://github.com/NaniDAO/ie)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/src/NAMI.sol/interface.IToken.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IToken
[Git Source](https://github.com/NaniDAO/ie/blob/6ef68a2b1b107d6bd41812722498a697873f8c87/src/NAMI.sol)
[Git Source](https://github.com/NaniDAO/ie/blob/b0475e5d66a2a8d1371056df9a3f0ad75b1b4d99/src/NAMI.sol)

*Simple token balance & supply interface.*

Expand Down

0 comments on commit 0d1d134

Please sign in to comment.