Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/NEARBuilders/gateway into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
elliotBraem committed Feb 2, 2024
2 parents 8cc7187 + 3985577 commit 9979b95
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import Viewer from "./pages/Viewer";
import { KEYPOM_OPTIONS } from "./utils/keypom-options";

export const refreshAllowanceObj = {};
const documentationHref = "https://docs.near.org/bos";
const documentationHref = "https://docs.near.org/bos/overview";

function App() {
const [connected, setConnected] = useState(false);
Expand Down Expand Up @@ -85,11 +85,8 @@ function App() {
signInContractId:
NetworkId == "testnet" ? "v1.social08.testnet" : "social.near",
trialAccountSpecs: {
url:
NetworkId == "testnet"
? "https://test.nearbuilders.org/#trial-url/ACCOUNT_ID/SECRET_KEY"
: "https://nearbuilders.org/#trial-url/ACCOUNT_ID/SECRET_KEY",
modalOptions: KEYPOM_OPTIONS(NetworkId),
url: NetworkId == "testnet" ? "https://test.nearbuilders.org/#trial-url/ACCOUNT_ID/SECRET_KEY" : "https://www.nearbuilders.org/#trial-url/ACCOUNT_ID/SECRET_KEY",
modalOptions: KEYPOM_OPTIONS(NetworkId)
},
instantSignInSpecs: {
url:
Expand Down

0 comments on commit 9979b95

Please sign in to comment.