diff --git a/packages/safe-service-client/e2e/config.ts b/packages/safe-service-client/e2e/config.ts index bb3b8fe3a..2124513cd 100644 --- a/packages/safe-service-client/e2e/config.ts +++ b/packages/safe-service-client/e2e/config.ts @@ -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}` }