Skip to content

Commit

Permalink
Add Optimism Goerli bundler url (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma authored Sep 7, 2023
1 parent 45364a8 commit 3c9bcfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@etherspot/prime-sdk",
"version": "1.2.2",
"version": "1.2.3",
"description": "Etherspot Prime (Account Abstraction) SDK",
"keywords": [
"ether",
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/network/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const Networks: {
},
[420]: {
chainId: 420,
bundler: '',
bundler: 'https://optimismgoerli-bundler.etherspot.io/',
contracts: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
Expand Down

0 comments on commit 3c9bcfb

Please sign in to comment.