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 moldy530 committed Nov 16, 2023
1 parent 9caf47e commit acfb54a
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 @@ -73,8 +73,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 acfb54a

Please sign in to comment.