Skip to content

Commit

Permalink
use correct API URL (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 authored Sep 24, 2024
1 parent 9d72d07 commit e62be31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/deploy/safe/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const safeApiUrls: Record<string, string> = {
rootstock: 'https://transaction.safe.rootstock.io/api',
scroll: 'https://safe-transaction-scroll.safe.global/api',
sei: 'https://transaction.sei-safe.protofire.io/api',
taiko: 'https://api.taikoscan.io/api',
taiko: 'https://transaction.safe.taiko.xyz/api',
zksync: 'https://safe-transaction-zksync.safe.global/api',
}

Expand Down

0 comments on commit e62be31

Please sign in to comment.