Skip to content

Commit 6a4e9a4

Browse files
committed
feat: integrate mainnet support and enhance CLI logging
1 parent 505e2fc commit 6a4e9a4

File tree

5 files changed

+906
-6
lines changed

5 files changed

+906
-6
lines changed

configs/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { hoodi } from 'viem/chains';
1+
import { hoodi, mainnet } from 'viem/chains';
22

3-
export const SUPPORTED_CHAINS_LIST = [hoodi];
3+
export const SUPPORTED_CHAINS_LIST = [hoodi, mainnet];

0 commit comments

Comments
 (0)