Skip to content

Commit

Permalink
chore: Update XDC mainnet factory address (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma authored Aug 21, 2024
1 parent d17abd3 commit 518e3a0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.0.2] - 2024-08-21
### New
- Updated XDC Mainnet factory address

## [2.0.0] - 2024-08-16
### New
- Added support for XDC Mainnet
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/modular-sdk",
"version": "2.0.1",
"version": "2.0.2",
"description": "Etherspot Modular SDK - build with ERC-7579 smart accounts modules",
"keywords": [
"ether",
Expand Down
6 changes: 3 additions & 3 deletions src/sdk/network/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,9 @@ export const Networks: {
bundler: 'https://rpc.etherspot.io/v2/50',
contracts: {
entryPoint: '0x0000000071727De22E5E9d8BAf0edAc6f37da032',
walletFactory: '0xcaDBADcFeD5530A49762DFc9d1d712CcD6b09b25',
bootstrap: '0xDb89D61c6609C79bd5A693397a9BDa700f4fdAEB',
multipleOwnerECDSAValidator: '0x8350355c08aDAC387b443782124A30A8942BeC2e',
walletFactory: '0x8039EeBC990ab85730489c6054F83Ff850aD87Dc',
bootstrap: '0xEC2EE24E79C73DB13Dd9bC782856a5296626b7eb',
multipleOwnerECDSAValidator: '0xDF64D7bFedf0100177D9276f83cF2C330Ddb7B29',
erc20SessionKeyValidator: '',
},
}
Expand Down

0 comments on commit 518e3a0

Please sign in to comment.