Skip to content

Commit 8c0609c

Browse files
committed
feat: add debug logging for API Kit initialization in safe transaction
1 parent e6ffa2b commit 8c0609c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

safe-transaction/src/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ async function run() {
3636
const apiKit = new SafeApiKit({
3737
chainId: chainId,
3838
apiKey: safeApiKey,
39-
txServiceUrl: `https://safe-transaction-arbitrum.safe.global`,
4039
});
4140

41+
// Debug: Test API Kit initialization
42+
core.info(`🔧 API Kit initialized with chainId: ${chainId}`);
43+
4244
// Initialize Protocol Kit
4345
const protocolKit = await Safe.create({
4446
ethAdapter,

0 commit comments

Comments
 (0)