Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Nov 20, 2024
1 parent ff010cd commit 82f6190
Show file tree
Hide file tree
Showing 5 changed files with 729 additions and 4 deletions.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[profile.default]
emv_version = "paris"
emv_version = "cancun"
src = "src"
out = "out"
script = "script"
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
},
"dependencies": {
"@rhinestone/modulekit": "^0.4.8",
"stringutils": "github:Arachnid/solidity-stringutils",
"enumerablemap": "https://github.com/erc7579/enumerablemap"
},
"files": [
Expand Down
1 change: 0 additions & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ solarray/=node_modules/solarray/src/
@prb/math/=node_modules/@prb/math/src/
kernel/=node_modules/@zerodev/kernel/src/
ExcessivelySafeCall/=node_modules/excessively-safe-call/src/
stringutils/=node_modules/stringutils/src/
enumerableset4337/=node_modules/enumerablemap/src/
2 changes: 1 addition & 1 deletion src/utils/AccountIdLib.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: AGPL-3.0-only
pragma solidity ^0.8.25;

import { strings } from "stringutils/strings.sol";
import { strings } from "./strings.sol";

library AccountIdLib {
using strings for *;
Expand Down
Loading

0 comments on commit 82f6190

Please sign in to comment.