Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Jan 15, 2025
1 parent f4b96b8 commit 796f93f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@react-navigation/native": "~6.1.18",
"@react-navigation/stack": "~6.4.1",
"@reduxjs/toolkit": "~2.3.0",
"@runonflux/aa-schnorr-multisig-sdk": "~1.1.0",
"@runonflux/aa-schnorr-multisig-sdk": "~1.0.4",
"@runonflux/react-native-step-indicator": "~1.0.0",
"@runonflux/utxo-lib": "~1.0.1",
"@scure/bip32": "~1.6.0",
Expand Down
4 changes: 2 additions & 2 deletions src/storage/blockchains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ const sepolia = {
backend: 'alchemy',
accountSalt: 'aasalt', // ssp uses this salt for smart accounts
factorySalt: 'aafactorysalt', // factory uses this salt
factoryAddress: '0x3974821943e9cA3549744D910999332eE387Fda4',
factoryAddress: '0xA76f98D25C9775F67DCf8B9EF9618d454D287467',
entrypointAddress: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
baseFee: 120, // 120 gwei
priorityFee: 5, // 5 gwei
Expand All @@ -332,7 +332,7 @@ const eth = {
backend: 'alchemy',
accountSalt: 'aasalt', // ssp uses this salt for smart accounts
factorySalt: 'aafactorysalt', // factory uses this salt
factoryAddress: '0x3974821943e9cA3549744D910999332eE387Fda4',
factoryAddress: '0xA76f98D25C9775F67DCf8B9EF9618d454D287467',
entrypointAddress: '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789',
baseFee: 8, // 8 gwei
priorityFee: 2, // 2 gwei
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/wallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('Wallet Lib', () => {
'sepolia',
);
expect(res).toEqual({
address: '0x388FBa75f0b18566CfeFf56d641e1A30f1655076',
address: '0x28FF9c641b4294bb4Dab37Dc983dB8fD6ABfBA61',
});
});

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2524,10 +2524,10 @@
redux-thunk "^3.1.0"
reselect "^5.1.0"

"@runonflux/aa-schnorr-multisig-sdk@~1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@runonflux/aa-schnorr-multisig-sdk/-/aa-schnorr-multisig-sdk-1.1.0.tgz#4382089c0681c37ecf8dbd80fef9de9dde3b5fff"
integrity sha512-lU5tsd4Ru0/RQoeTuXuZftN8GcY/Y6cVJzBI3ivhMJbfLDhmdt/H5vTcPYo9Op4B90pv4FCFSrmAsF2WVn3Vew==
"@runonflux/aa-schnorr-multisig-sdk@~1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@runonflux/aa-schnorr-multisig-sdk/-/aa-schnorr-multisig-sdk-1.0.4.tgz#115a3dc2c765a80176f7b19d6a701473c7e99730"
integrity sha512-/qUnyrje/Lqb0HDiwTv/Y1NaUJlqTZuy501akteo+nvMD7adGdskovH+jaIpXkr+pdeW/Dc5G5dGEFu0zoleaQ==
dependencies:
"@alchemy/aa-core" "^3.19.0"
bigi "^1.4.2"
Expand Down

0 comments on commit 796f93f

Please sign in to comment.