Skip to content

Commit 43c19ae

Browse files
Arbitrum sepolia fix (etherspot#135)
Co-authored-by: Vignesh <vignesh@pillarproject.io>
1 parent a628424 commit 43c19ae

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## [1.9.0] - 2024-12-02
3+
- Added default configuration for Arbitrum Sepolia
4+
25
## [1.8.2] - 2024-08-30
36
### New
47
- Update to the new bundler schema URLs

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@etherspot/prime-sdk",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"description": "Etherspot Prime (Account Abstraction) SDK",
55
"keywords": [
66
"ether",

src/sdk/network/constants.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,19 @@ export const Networks: {
452452
simpleAccount: '',
453453
}
454454
}
455-
}
455+
},
456+
[421614]: {
457+
chainId: 421614,
458+
bundler: 'https://testnet-rpc.etherspot.io/v1/421614',
459+
contracts: {
460+
entryPoint: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
461+
walletFactory: {
462+
etherspot: '0x7f6d8F107fE8551160BD5351d5F1514A6aD5d40E',
463+
zeroDev: '',
464+
simpleAccount: '',
465+
}
466+
},
467+
},
456468
};
457469

458470
interface ISafeConstant {

0 commit comments

Comments
 (0)