Skip to content

Commit

Permalink
use seperate backend endpoint for gov API
Browse files Browse the repository at this point in the history
  • Loading branch information
yushih committed Jul 15, 2024
1 parent 06de9cb commit c446fe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const networks = Object.freeze({
: 'https://api.yoroiwallet.com',
TokenInfoService:
'https://cdn.yoroiwallet.com',
BackendServiceZero: 'https://zero.yoroiwallet.com',
},
BaseConfig: ([
Object.freeze({
Expand Down Expand Up @@ -101,6 +102,7 @@ export const networks = Object.freeze({
: 'https://preprod-backend.yoroiwallet.com',
TokenInfoService:
'https://stage-cdn.yoroiwallet.com',
BackendServiceZero: 'https://yoroi-backend-zero-preprod.emurgornd.com',
},
BaseConfig: ([
Object.freeze({
Expand Down Expand Up @@ -138,6 +140,7 @@ export const networks = Object.freeze({
: 'https://preview-backend.emurgornd.com',
TokenInfoService:
'https://stage-cdn.yoroiwallet.com',
BackendServiceZero: 'https://yoroi-backend-zero-previes.emurgornd.com',
},
BaseConfig: ([
Object.freeze({
Expand Down Expand Up @@ -175,6 +178,7 @@ export const networks = Object.freeze({
: 'https://sanchonet-backend.yoroiwallet.com',
TokenInfoService:
'https://stage-cdn.yoroiwallet.com',
BackendServiceZero: 'https://yoroi-backend-zero-sanchonet.emurgornd.com',
},
BaseConfig: ([
Object.freeze({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export type NetworkInsert = {|
Backend: {|
BackendService?: string,
TokenInfoService?: string,
BackendServiceZero?: string,
|},
/**
* Starting configuration for the wallet.
Expand Down

0 comments on commit c446fe3

Please sign in to comment.