Skip to content

Commit

Permalink
✵ IE: 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
z0r0z committed Mar 28, 2024
1 parent f061f69 commit 27284db
Show file tree
Hide file tree
Showing 10 changed files with 434 additions and 362 deletions.
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/6d1168cdd42d680ba733a4cce0562383696cbd44/src/IE.sol)
[Git Source](https://github.com/NaniDAO/ie/blob/f061f69f55a660146bbc3247dded252faef04a99/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/6d1168cdd42d680ba733a4cce0562383696cbd44/src/IE.sol)
[Git Source](https://github.com/NaniDAO/ie/blob/f061f69f55a660146bbc3247dded252faef04a99/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/6d1168cdd42d680ba733a4cce0562383696cbd44/src/IE.sol)
[Git Source](https://github.com/NaniDAO/ie/blob/f061f69f55a660146bbc3247dded252faef04a99/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/6d1168cdd42d680ba733a4cce0562383696cbd44/src/IE.sol)
[Git Source](https://github.com/NaniDAO/ie/blob/f061f69f55a660146bbc3247dded252faef04a99/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/6d1168cdd42d680ba733a4cce0562383696cbd44/src/IE.sol)
[Git Source](https://github.com/NaniDAO/ie/blob/f061f69f55a660146bbc3247dded252faef04a99/src/IE.sol)

*Simple token transfer 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/6d1168cdd42d680ba733a4cce0562383696cbd44/src/NAMI.sol)
[Git Source](https://github.com/NaniDAO/ie/blob/f061f69f55a660146bbc3247dded252faef04a99/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/6d1168cdd42d680ba733a4cce0562383696cbd44/src/NAMI.sol)
[Git Source](https://github.com/NaniDAO/ie/blob/f061f69f55a660146bbc3247dded252faef04a99/src/NAMI.sol)

*Simple token balance & supply interface.*

Expand Down
2 changes: 1 addition & 1 deletion ui/components/version.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const versions: {
[key: number]: string;
} = {
1: "1.0.0",
42161: "1.1.1 (nightly)",
42161: "1.2.0 (nightly)",
};

export const Version = () => {
Expand Down
Loading

0 comments on commit 27284db

Please sign in to comment.