Skip to content

Commit

Permalink
feat: aa-sdk with native arb sepolia support (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswon authored and avasisht23 committed Nov 14, 2023
1 parent 2e22ae8 commit 737f9c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/utils/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ export const getDefaultSimpleAccountFactoryAddress = (
case optimismGoerli.id:
case arbitrumGoerli.id:
return "0x9406Cc6185a346906296840746125a0E44976454";
case arbitrumSepolia.id:
return "0x8d4CCBaa194ED721AC3e231a1A3863966c2D7921";
}

throw new Error(
Expand Down

0 comments on commit 737f9c4

Please sign in to comment.