Skip to content

Commit

Permalink
PRO-1851-ZeroDev_Bug_Fix (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesha22 authored Oct 13, 2023
1 parent 4128278 commit e0fc1bc
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## [1.3.1] - 2023-10-13
### Fixes
- Updated all chains to the latest zeroDev factory contract as previously only goerli chain has the latest factory(0x5de4839a76cf55d0c90e2061ef4386d962E15ae3) and others was on previous factory contract which doesn't work on the latest changes made by zeroDev

## [1.3.0] - 2023-10-12
### New
- Added latest zeroDev wallet Factory(0x5de4839a76cf55d0c90e2061ef4386d962E15ae3) and simpleAccount wallet factory(0x9406Cc6185a346906296840746125a0E44976454)
Expand Down
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.3.0",
"version": "1.3.1",
"description": "Etherspot Prime (Account Abstraction) SDK",
"keywords": [
"ether",
Expand Down
30 changes: 15 additions & 15 deletions src/sdk/network/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: {
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
zeroDev: '0xD49a72cb78C44c6bfbf0d471581B7635cF62E81e',
zeroDev: '0x5de4839a76cf55d0c90e2061ef4386d962E15ae3',
simpleAccount: '0x9406Cc6185a346906296840746125a0E44976454',
}
},
Expand All @@ -101,7 +101,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: {
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
zeroDev: '0xD49a72cb78C44c6bfbf0d471581B7635cF62E81e',
zeroDev: '0x5de4839a76cf55d0c90e2061ef4386d962E15ae3',
simpleAccount: '0x9406Cc6185a346906296840746125a0E44976454',
}
},
Expand All @@ -114,7 +114,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: {
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
zeroDev: '0xD49a72cb78C44c6bfbf0d471581B7635cF62E81e',
zeroDev: '0x5de4839a76cf55d0c90e2061ef4386d962E15ae3',
simpleAccount: '0x9406Cc6185a346906296840746125a0E44976454',
}
},
Expand All @@ -127,7 +127,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: {
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
zeroDev: '0xD49a72cb78C44c6bfbf0d471581B7635cF62E81e',
zeroDev: '0x5de4839a76cf55d0c90e2061ef4386d962E15ae3',
simpleAccount: '0x9406Cc6185a346906296840746125a0E44976454',
}
},
Expand All @@ -140,7 +140,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: {
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
zeroDev: '0xD49a72cb78C44c6bfbf0d471581B7635cF62E81e',
zeroDev: '0x5de4839a76cf55d0c90e2061ef4386d962E15ae3',
simpleAccount: '0x9406Cc6185a346906296840746125a0E44976454',
}
},
Expand All @@ -153,7 +153,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: {
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
zeroDev: '0xD49a72cb78C44c6bfbf0d471581B7635cF62E81e',
zeroDev: '0x5de4839a76cf55d0c90e2061ef4386d962E15ae3',
simpleAccount: '0x9406Cc6185a346906296840746125a0E44976454',
}
},
Expand All @@ -166,7 +166,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: {
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
zeroDev: '0xD49a72cb78C44c6bfbf0d471581B7635cF62E81e',
zeroDev: '0x5de4839a76cf55d0c90e2061ef4386d962E15ae3',
simpleAccount: '0x9406Cc6185a346906296840746125a0E44976454',
}
},
Expand All @@ -179,7 +179,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: {
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
zeroDev: '0xD49a72cb78C44c6bfbf0d471581B7635cF62E81e',
zeroDev: '0x5de4839a76cf55d0c90e2061ef4386d962E15ae3',
simpleAccount: '0x9406Cc6185a346906296840746125a0E44976454',
}
},
Expand All @@ -192,7 +192,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: {
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
zeroDev: '0xD49a72cb78C44c6bfbf0d471581B7635cF62E81e',
zeroDev: '0x5de4839a76cf55d0c90e2061ef4386d962E15ae3',
simpleAccount: '0x9406Cc6185a346906296840746125a0E44976454',
}
},
Expand Down Expand Up @@ -231,7 +231,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: {
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
zeroDev: '0xD49a72cb78C44c6bfbf0d471581B7635cF62E81e',
zeroDev: '0x5de4839a76cf55d0c90e2061ef4386d962E15ae3',
simpleAccount: '0x9406Cc6185a346906296840746125a0E44976454',
}
},
Expand All @@ -257,7 +257,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: {
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
zeroDev: '0xD49a72cb78C44c6bfbf0d471581B7635cF62E81e',
zeroDev: '0x5de4839a76cf55d0c90e2061ef4386d962E15ae3',
simpleAccount: '0x9406Cc6185a346906296840746125a0E44976454',
}
},
Expand Down Expand Up @@ -322,7 +322,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: {
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
zeroDev: '0xD49a72cb78C44c6bfbf0d471581B7635cF62E81e',
zeroDev: '0x5de4839a76cf55d0c90e2061ef4386d962E15ae3',
simpleAccount: '0x9406Cc6185a346906296840746125a0E44976454',
}
},
Expand All @@ -335,7 +335,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: {
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
zeroDev: '0xD49a72cb78C44c6bfbf0d471581B7635cF62E81e',
zeroDev: '0x5de4839a76cf55d0c90e2061ef4386d962E15ae3',
simpleAccount: '0x9406Cc6185a346906296840746125a0E44976454',
}
},
Expand All @@ -348,7 +348,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: {
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
zeroDev: '0xD49a72cb78C44c6bfbf0d471581B7635cF62E81e',
zeroDev: '0x5de4839a76cf55d0c90e2061ef4386d962E15ae3',
simpleAccount: '0x9406Cc6185a346906296840746125a0E44976454',
}
},
Expand All @@ -374,7 +374,7 @@ export const Networks: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: {
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
zeroDev: '0xD49a72cb78C44c6bfbf0d471581B7635cF62E81e',
zeroDev: '0x5de4839a76cf55d0c90e2061ef4386d962E15ae3',
simpleAccount: '0x9406Cc6185a346906296840746125a0E44976454',
}
},
Expand Down

0 comments on commit e0fc1bc

Please sign in to comment.