From 59794c4d0fc883cd6faf2eb35a0508be07f79f9b Mon Sep 17 00:00:00 2001 From: Jaswinder Singh Date: Thu, 1 Feb 2024 17:58:05 +0530 Subject: [PATCH] fixed trial URL --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 2f8395ff..e0bb0a39 100644 --- a/src/App.js +++ b/src/App.js @@ -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: {