Skip to content

Commit

Permalink
✴ 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
z0r0z committed Mar 28, 2024
1 parent f31f555 commit 66bd764
Show file tree
Hide file tree
Showing 17 changed files with 684 additions and 30 deletions.
29 changes: 15 additions & 14 deletions .gas-snapshot
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
IETest:testCommandDepositETH() (gas: 155576)
IETest:testCommandDepositETH() (gas: 154672)
IETest:testCommandSendETH() (gas: 75320)
IETest:testCommandSendETHRawAddr() (gas: 75733)
IETest:testCommandStakeETH() (gas: 146774)
IETest:testCommandSwapDAI() (gas: 129775)
IETest:testCommandSwapETH() (gas: 138143)
IETest:testCommandSwapForETH() (gas: 136968)
IETest:testCommandSwapUSDC() (gas: 171451)
IETest:testCommandSwapUSDCForWBTC() (gas: 196378)
IETest:testCommandUnstakeETH() (gas: 263506)
IETest:testCommandWithdrawETH() (gas: 266209)
IETest:testCommandSendETHRawAddr() (gas: 75755)
IETest:testCommandStakeETH() (gas: 147764)
IETest:testCommandSwapDAI() (gas: 137475)
IETest:testCommandSwapETH() (gas: 168371)
IETest:testCommandSwapForETH() (gas: 144376)
IETest:testCommandSwapUSDC() (gas: 171415)
IETest:testCommandSwapUSDCForWBTC() (gas: 196380)
IETest:testCommandUnstakeETH() (gas: 261654)
IETest:testCommandWithdrawETH() (gas: 264357)
IETest:testDeploy() (gas: 2563979)
IETest:testENSNameOwnership() (gas: 48402)
IETest:testENSNameOwnership() (gas: 48424)
IETest:testIENameSetting() (gas: 11105)
IETest:testPreviewCommandSendDecimals() (gas: 108639)
IETest:testPreviewCommandSendUSDC() (gas: 67684)
IETest:testPreviewSend() (gas: 53778)
IETest:testPreviewSendCommandRawAddr() (gas: 67129)
IETest:testPreviewSendRawAddr() (gas: 30521)
IETest:testPreviewSend() (gas: 53800)
IETest:testPreviewSendCommand() (gas: 67248)
IETest:testPreviewSendCommandRawAddr() (gas: 67151)
IETest:testPreviewSendRawAddr() (gas: 30543)
NAMITest:testFailRegister() (gas: 9471)
NAMITest:testRegister() (gas: 58853)
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# [IE](https://github.com/NaniDAO/IE) [![License: AGPL-3.0-only](https://img.shields.io/badge/License-AGPL-black.svg)](https://opensource.org/license/agpl-v3/) [![solidity](https://img.shields.io/badge/solidity-%5E0.8.24-black)](https://docs.soliditylang.org/en/v0.8.24/) [![Foundry](https://img.shields.io/badge/Built%20with-Foundry-000000.svg)](https://getfoundry.sh/) ![tests](https://github.com/z0r0z/zenplate/actions/workflows/ci.yml/badge.svg)
# [IE](https://github.com/NaniDAO/IE) [![License: AGPL-3.0-only](https://img.shields.io/badge/License-AGPL-black.svg)](https://opensource.org/license/agpl-v3/) [![solidity](https://img.shields.io/badge/solidity-%5E0.8.25-black)](https://docs.soliditylang.org/en/v0.8.25/) [![Foundry](https://img.shields.io/badge/Built%20with-Foundry-000000.svg)](https://getfoundry.sh/) ![tests](https://github.com/z0r0z/zenplate/actions/workflows/ci.yml/badge.svg)

The **Intents Engine** (IE): A Basic *Text-to-tx* Simulator Contract.

## Deployments

### Mainnet

V1: [`0x1E00000000Cf8ba83e0005c59c1Bf1C4682C8E00`](https://etherscan.io/address/0x1e00000000cf8ba83e0005c59c1bf1c4682c8e00#code)

### Arbitrum

V1.2: [`0x1e00003a669bb466d6B49800000099E1abDD6600`](https://arbiscan.io/address/0x1e00003a669bb466d6b49800000099e1abdd6600#code)

Note: L2 will be used to rapidly prototype a stable and sufficient IE for common crypto commands. Many dev resources here will cater to the current L2 prototype until the release of V2 on L1.

## Uses

From natural language:
Expand Down
Loading

0 comments on commit 66bd764

Please sign in to comment.