-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add ethereum account abstraction EIP 4337 (#1423)
* Adding EIP 4337 account abstration methods to Ethereum spec as addon * Add params to function template and remove archive extension from the bundler addon * API name typo fix * Added config example for ETH provider with bundler addon * Marking deterministic bundler methods as deterministic --------- Co-authored-by: Vincent Taglia <[email protected]> Co-authored-by: oren-lava <[email protected]> Co-authored-by: Omer <[email protected]>
- Loading branch information
1 parent
90cf8dd
commit 3d09369
Showing
2 changed files
with
132 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
endpoints: | ||
- api-interface: jsonrpc | ||
chain-id: ETH1 | ||
network-address: | ||
address: "127.0.0.1:2224" | ||
node-urls: | ||
- url: my-eth-node.com/eth-bundler/ws | ||
addons: | ||
- bundler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters