Skip to content

Commit e6ffa2b

Browse files
committed
feat: add transaction service URL for Safe API initialization
1 parent 26ffd84 commit e6ffa2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

safe-transaction/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ async function run() {
3636
const apiKit = new SafeApiKit({
3737
chainId: chainId,
3838
apiKey: safeApiKey,
39+
txServiceUrl: `https://safe-transaction-arbitrum.safe.global`,
3940
});
4041

4142
// Initialize Protocol Kit

0 commit comments

Comments
 (0)