From 7ff903be9fc513689a0dbd0161ab3d2c5b8540c6 Mon Sep 17 00:00:00 2001 From: Elliot Braem <16282460+elliotBraem@users.noreply.github.com> Date: Tue, 26 Dec 2023 17:38:56 -0600 Subject: [PATCH] replacements for testnet --- replacements.dev.json | 2 +- src/devhub/components/layout/LikeButton/Faces.jsx | 8 ++++---- src/devhub/components/molecule/ProfileCard.jsx | 4 ++-- src/devhub/entity/community/Announcements.jsx | 2 +- src/devhub/entity/post/History.jsx | 2 +- src/devhub/page/profile.jsx | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/replacements.dev.json b/replacements.dev.json index 300e26a6a..622a5ab70 100644 --- a/replacements.dev.json +++ b/replacements.dev.json @@ -1,7 +1,7 @@ { "REPL_DEVHUB": "devhub-dev.testnet", "REPL_DEVHUB_LEGACY": "devhub-dev.testnet", - "REPL_DEVHUB_CONTRACT": "thomaspreview.testnet", + "REPL_DEVHUB_CONTRACT": "bodevhub.testnet", "REPL_NEAR": "discom.testnet", "REPL_MOB": "eugenethedream", "REPL_EFIZ": "efiz.testnet" diff --git a/src/devhub/components/layout/LikeButton/Faces.jsx b/src/devhub/components/layout/LikeButton/Faces.jsx index b80b7aaae..694463cbd 100644 --- a/src/devhub/components/layout/LikeButton/Faces.jsx +++ b/src/devhub/components/layout/LikeButton/Faces.jsx @@ -61,16 +61,16 @@ return ( {renderFaces.map((accountId, i) => ( (
diff --git a/src/devhub/components/molecule/ProfileCard.jsx b/src/devhub/components/molecule/ProfileCard.jsx index 0607ad3e6..6c9462f27 100644 --- a/src/devhub/components/molecule/ProfileCard.jsx +++ b/src/devhub/components/molecule/ProfileCard.jsx @@ -41,7 +41,7 @@ const ProfileCard = (props) => { {!hideImage && ( { if (props.tooltip === true) { return ( ); diff --git a/src/devhub/entity/community/Announcements.jsx b/src/devhub/entity/community/Announcements.jsx index 590c14b1a..61c7399d9 100644 --- a/src/devhub/entity/community/Announcements.jsx +++ b/src/devhub/entity/community/Announcements.jsx @@ -110,7 +110,7 @@ return ( loading={
} - src="mob.near/widget/MainPage.N.Post" + src="${REPL_MOB}/widget/MainPage.N.Post" props={{ accountId: p.accountId, blockHeight: p.blockHeight, diff --git a/src/devhub/entity/post/History.jsx b/src/devhub/entity/post/History.jsx index d0cdcd082..680f8350c 100644 --- a/src/devhub/entity/post/History.jsx +++ b/src/devhub/entity/post/History.jsx @@ -104,7 +104,7 @@ const history = ( {readableDate(item.timestamp / 1000000)} - +
);