Skip to content

Commit

Permalink
Update transaction-service endpoint to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez committed Jan 5, 2022
1 parent fda4b0b commit bef7efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/safe-service-client/e2e/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const config = {
BASE_URL: 'https://safe-transaction.staging.gnosisdev.com',
BASE_URL: 'https://safe-transaction.rinkeby.gnosis.io',
JSON_RPC: `https://rinkeby.infura.io/v3/${process.env.INFURA_KEY}`
}

Expand Down

0 comments on commit bef7efd

Please sign in to comment.