Skip to content

Commit

Permalink
Merge pull request #2098 from oasisprotocol/mz/nexus
Browse files Browse the repository at this point in the history
Use Nexus API as ROSE Wallet backend
  • Loading branch information
buberdds authored Jan 8, 2025
2 parents 2029902 + 4ae2043 commit 550a0bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/2098.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use Nexus API as ROSE Wallet backend
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ REACT_APP_E2E_TEST=1

REACT_APP_META_CSP=
EXTENSION_CSP=
REACT_APP_BACKEND=oasisscan
REACT_APP_BACKEND=nexus
REACT_APP_TRANSAK_URL=https://global-stg.transak.com
# Our staging API key from transak dashboard
REACT_APP_TRANSAK_PARTNER_ID=3566e9e3-d3b7-493c-a33e-91d33c5c32cb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ exports[`<Footer /> should render mobile version of footer 1`] = `
</span>
<br />
<span>
Oasis Scan API & Oasis gRPC
Nexus API & Oasis gRPC
</span>
</span>
</span>
Expand Down

0 comments on commit 550a0bf

Please sign in to comment.