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

rinkeby and mainnet urls #3

Open
wants to merge 2 commits into
base: boba/v3.15.6
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/config/networks/boba.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const baseConfig: EnvironmentSettings = {
//this is the frontend2backend url
clientGatewayUrl: 'http://127.0.0.1:8002/v1',
txServiceUrl: 'http://127.0.0.1:8000/api/v1',
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

safeUrl: 'http://gnosis-safe.mainnet.boba:3000/app',
safeUrl: 'https://safe.mainnet.boba.network/app',
gasPriceOracles: [
{
url: 'https://mainnet.boba.network/',
Expand Down
2 changes: 1 addition & 1 deletion src/config/networks/boba_rinkeby.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const baseConfig: EnvironmentSettings = {
//this is the frontend2backend url
clientGatewayUrl: 'http://127.0.0.1:8002/v1',
txServiceUrl: 'http://127.0.0.1:8000/api/v1',
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

safeUrl: 'http://gnosis-safe.rinkeby.boba:3000/app',
safeUrl: 'https://safe.rinkeby.boba.network/app',
gasPriceOracles: [
{
url: 'https://rinkeby.boba.network/',
Expand Down