Skip to content

Commit 518e3a0

Browse files
authored
chore: Update XDC mainnet factory address (#36)
1 parent d17abd3 commit 518e3a0

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [2.0.2] - 2024-08-21
4+
### New
5+
- Updated XDC Mainnet factory address
6+
37
## [2.0.0] - 2024-08-16
48
### New
59
- Added support for XDC Mainnet

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/modular-sdk",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Etherspot Modular SDK - build with ERC-7579 smart accounts modules",
55
"keywords": [
66
"ether",

src/sdk/network/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,9 +439,9 @@ export const Networks: {
439439
bundler: 'https://rpc.etherspot.io/v2/50',
440440
contracts: {
441441
entryPoint: '0x0000000071727De22E5E9d8BAf0edAc6f37da032',
442-
walletFactory: '0xcaDBADcFeD5530A49762DFc9d1d712CcD6b09b25',
443-
bootstrap: '0xDb89D61c6609C79bd5A693397a9BDa700f4fdAEB',
444-
multipleOwnerECDSAValidator: '0x8350355c08aDAC387b443782124A30A8942BeC2e',
442+
walletFactory: '0x8039EeBC990ab85730489c6054F83Ff850aD87Dc',
443+
bootstrap: '0xEC2EE24E79C73DB13Dd9bC782856a5296626b7eb',
444+
multipleOwnerECDSAValidator: '0xDF64D7bFedf0100177D9276f83cF2C330Ddb7B29',
445445
erc20SessionKeyValidator: '',
446446
},
447447
}

0 commit comments

Comments
 (0)