Skip to content

Commit

Permalink
Merge pull request #115 from NEARBuilders/keypom-support
Browse files Browse the repository at this point in the history
Fix: keypom trial URL changed for mainnet
  • Loading branch information
elliotBraem authored Feb 1, 2024
2 parents 0246efd + 59794c4 commit a2518bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function App() {
networkId: NetworkId,
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",
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: {
Expand Down

0 comments on commit a2518bf

Please sign in to comment.