Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit bc314bd

Browse files
authored
Merge pull request #265 from zallo-labs/fix-activation-fee-deployed-est
Fix activation fee deployed est
2 parents e17dace + 4d468f6 commit bc314bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/lib/src/contract.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const EXPOSED_ABI = exposedArtifact.abi;
1010

1111
export const ACCOUNT_IMPLEMENTATION = {
1212
address: addresses({
13-
'zksync-sepolia': '0x1422336652eDFD915237bC6F40160FAccA993FEA',
13+
'zksync-sepolia': '0x990C247374eDf1d8F973CBE350d2D98F59Df4C19',
1414
}),
1515
} as const;
1616

packages/lib/turbo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"tasks": {
44
"build": {
55
"dependsOn": ["^build"],
6-
"inputs": ["src/**", "package.json"],
6+
"inputs": ["dapps/**", "src/**", "package.json"],
77
"outputs": ["dist/**"]
88
},
99
"dev": {

0 commit comments

Comments
 (0)