Skip to content

Commit

Permalink
update tx service urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Sep 14, 2023
1 parent 44079b0 commit 267dfb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/sdk/test/karpatkey/replayTransactions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe("Karpatkey: Replay Transactions Test", async () => {
network,
}: {
preset: RolePreset
config: typeof KARPATKEY_ADDRESSES["DAO_GNO"]
config: (typeof KARPATKEY_ADDRESSES)["DAO_GNO"]
transactionsJson: {
success: string[]
fail: string[]
Expand All @@ -112,8 +112,8 @@ describe("Karpatkey: Replay Transactions Test", async () => {
const safeService = new SafeServiceClient({
txServiceUrl:
network === 100
? "https://safe-transaction.xdai.gnosis.io"
: "https://safe-transaction.mainnet.gnosis.io/",
? "https://safe-transaction-gnosis-chain.safe.global"
: "https://safe-transaction-mainnet.safe.global",
ethAdapter: ethAdapter as EthAdapter,
})

Expand Down

0 comments on commit 267dfb4

Please sign in to comment.