Skip to content

Commit 5e176ba

Browse files
committed
feat: change compressor address on mainnet
1 parent 6626220 commit 5e176ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/accounts/AbstractCreditAccountsService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export interface CreditAccountServiceOptions {
7878

7979
// TODO: HARDCODED
8080
const COMPRESSORS: Record<number, Address> = {
81-
[chains.Mainnet.id]: "0xfB79b6713fe214B8748ED7b0db1f93E4f1aC9d29",
81+
[chains.Mainnet.id]: "0x36F3d0Bb73CBC2E94fE24dF0f26a689409cF9023",
8282
[chains.Monad.id]: "0x36F3d0Bb73CBC2E94fE24dF0f26a689409cF9023",
8383
};
8484

0 commit comments

Comments
 (0)