@bananapus/router-terminal-v6 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/foundry.toml CHANGED
@@ -17,9 +17,6 @@ runs = 1024
17
17
  depth = 100
18
18
  fail_on_revert = false
19
19
 
20
- [rpc_endpoints]
21
- mainnet = "${RPC_ETHEREUM_MAINNET}"
22
-
23
20
  [fmt]
24
21
  number_underscore = "thousands"
25
22
  multiline_func_header = "all"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bananapus/router-terminal-v6",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,7 @@
17
17
  "artifacts": "source ./.env && npx sphinx artifacts --org-id 'ea165b21-7cdc-4d7b-be59-ecdd4c26bee4' --project-name 'nana-router-terminal-v6'"
18
18
  },
19
19
  "dependencies": {
20
- "@bananapus/core-v6": "^0.0.9",
20
+ "@bananapus/core-v6": "^0.0.10",
21
21
  "@openzeppelin/contracts": "^5.2.0",
22
22
  "@uniswap/permit2": "github:Uniswap/permit2",
23
23
  "@uniswap/v3-core": "github:Uniswap/v3-core#0.8",
package/remappings.txt ADDED
@@ -0,0 +1 @@
1
+ forge-std/=lib/forge-std/src/