Skip to content

Commit

Permalink
Arbitrum sepolia fix (#135)
Browse files Browse the repository at this point in the history
Co-authored-by: Vignesh <[email protected]>
  • Loading branch information
ch4r10t33r and vignesha22 authored Dec 2, 2024
1 parent a628424 commit 43c19ae
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## [1.9.0] - 2024-12-02
- Added default configuration for Arbitrum Sepolia

## [1.8.2] - 2024-08-30
### New
- Update to the new bundler schema URLs
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.8.2",
"version": "1.9.0",
"description": "Etherspot Prime (Account Abstraction) SDK",
"keywords": [
"ether",
Expand Down
14 changes: 13 additions & 1 deletion src/sdk/network/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,19 @@ export const Networks: {
simpleAccount: '',
}
}
}
},
[421614]: {
chainId: 421614,
bundler: 'https://testnet-rpc.etherspot.io/v1/421614',
contracts: {
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
walletFactory: {
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
zeroDev: '',
simpleAccount: '',
}
},
},
};

interface ISafeConstant {
Expand Down

0 comments on commit 43c19ae

Please sign in to comment.