Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
rmeissner committed Sep 5, 2023
1 parent 9663bd7 commit e9f2c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/logic/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export const migrationInterface = new ethers.utils.Interface([
"function revertMigration() public"
])
export const rpcUrl = "https://bsc-dataseed.binance.org/"
export const serviceUrl = "https://safe-transaction.bsc.gnosis.io/"
export const serviceUrl = "https://safe-transaction-bsc.safe.global/"
export const serviceSdk = new SafeServiceClient(serviceUrl)

export const buildSafeTxLink = (safeAddress: string, safeTxHash: string): string => {
return `https://gnosis-safe.io/app/bnb:${safeAddress}/transactions/${safeTxHash}`
return `https://app.safe.global/transactions/tx?safe=gno:${safeAddress}&id=${safeTxHash}`
}

0 comments on commit e9f2c19

Please sign in to comment.