We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ffa2b commit 8c0609cCopy full SHA for 8c0609c
safe-transaction/src/index.js
@@ -36,9 +36,11 @@ async function run() {
36
const apiKit = new SafeApiKit({
37
chainId: chainId,
38
apiKey: safeApiKey,
39
- txServiceUrl: `https://safe-transaction-arbitrum.safe.global`,
40
});
41
+ // Debug: Test API Kit initialization
42
+ core.info(`🔧 API Kit initialized with chainId: ${chainId}`);
43
+
44
// Initialize Protocol Kit
45
const protocolKit = await Safe.create({
46
ethAdapter,
0 commit comments