Skip to content

Commit

Permalink
chore: merge remote-tracking branch 'origin/development' into msca-base
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed Nov 15, 2023
2 parents 3552335 + 188ccd1 commit 4b117c7
Show file tree
Hide file tree
Showing 9 changed files with 1,132 additions and 20 deletions.
1 change: 0 additions & 1 deletion packages/accounts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
- entry point address as optional to SmartAccountProvider ([#180](https://github.com/alchemyplatform/aa-sdk/issues/180)) ([f5c378b](https://github.com/alchemyplatform/aa-sdk/commit/f5c378ba1cb04bdc1e41c3e6dd0eba1cb6ee7f2c))
- remove AA_SDK_TESTS_SIGNER_TYPE constant exported from aa-core ([#232](https://github.com/alchemyplatform/aa-sdk/issues/232)) ([883c489](https://github.com/alchemyplatform/aa-sdk/commit/883c489b077d587b6c5b50c44d92b2a00f10e5ac))
- use alchemy provider, light account for e2e tests ([#209](https://github.com/alchemyplatform/aa-sdk/issues/209)) ([124be68](https://github.com/alchemyplatform/aa-sdk/commit/124be68c5137a3511ec612e814265739e6909e75))

- remove AA_SDK_TESTS_SIGNER_TYPE constant exported from aa-core ([#232](https://github.com/alchemyplatform/aa-sdk/issues/232)) ([5170a6b](https://github.com/alchemyplatform/aa-sdk/commit/5170a6b689c9834a9a2489f054b767e190fa38f7))

# 0.2.0 (2023-11-03)
Expand Down
4 changes: 4 additions & 0 deletions packages/accounts/src/light-account/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ import {
arbitrumSepolia,
base,
baseGoerli,
baseSepolia,
goerli,
mainnet,
optimism,
optimismGoerli,
optimismSepolia,
polygon,
polygonMumbai,
sepolia,
Expand All @@ -30,11 +32,13 @@ export const getDefaultLightAccountFactoryAddress = (chain: Chain): Address => {
case polygonMumbai.id:
case optimism.id:
case optimismGoerli.id:
case optimismSepolia.id:
case arbitrum.id:
case arbitrumGoerli.id:
case arbitrumSepolia.id:
case base.id:
case baseGoerli.id:
case baseSepolia.id:
return "0x00000055C0b4fA41dde26A74435ff03692292FBD";
}
throw new Error(
Expand Down
Loading

0 comments on commit 4b117c7

Please sign in to comment.