Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
Rinkeby local implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
InoMurko committed Nov 23, 2021
1 parent 41ff28e commit 9639381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/networks/boba_rinkeby.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
} from 'src/config/networks/network.d'

const baseConfig: EnvironmentSettings = {
clientGatewayUrl: 'http://127.0.0.1:8000/v1',
txServiceUrl: 'http://127.0.0.1:8001/api/v1',
clientGatewayUrl: 'http://127.0.0.1:8002/v1',
txServiceUrl: 'http://127.0.0.1:8000/api/v1',
safeUrl: 'http://localhost:3000/app',
gasPriceOracles: [
{
Expand Down

0 comments on commit 9639381

Please sign in to comment.