Skip to content

Commit

Permalink
fix default gateway typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Nov 10, 2023
1 parent ecb463f commit 84852ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/potlock/widget/Cart/Checkout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const IPFS_BASE_URL = "https://nftstorage.link/ipfs/";
const TRASH_ICON_URL =
IPFS_BASE_URL + "bafkreicwtubzlywmtvoxc4tqjfturyi5oqxtbpezceosiw3juv2d4uf7om";

const DEFAULT_GATEWAY = "https://near.social";
const DEFAULT_GATEWAY = "https://near.social/";
const POTLOCK_TWITTER_ACCOUNT_ID = "PotLock_";

const DEFAULT_SHARE_HASHTAGS = ["BOS", "PublicGoods", "Donations"];
Expand Down
2 changes: 1 addition & 1 deletion build/potlock/src/Cart/Checkout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const IPFS_BASE_URL = "https://nftstorage.link/ipfs/";
const TRASH_ICON_URL =
IPFS_BASE_URL + "bafkreicwtubzlywmtvoxc4tqjfturyi5oqxtbpezceosiw3juv2d4uf7om";

const DEFAULT_GATEWAY = "https://near.social";
const DEFAULT_GATEWAY = "https://near.social/";
const POTLOCK_TWITTER_ACCOUNT_ID = "PotLock_";

const DEFAULT_SHARE_HASHTAGS = ["BOS", "PublicGoods", "Donations"];
Expand Down

0 comments on commit 84852ff

Please sign in to comment.