Skip to content

Commit

Permalink
Merge pull request #82 from ceramicnetwork/mzk/https-sandbox-cert
Browse files Browse the repository at this point in the history
Updating mutation endpoint with ssl cert
  • Loading branch information
velvet-shark authored Apr 10, 2024
2 parents dc364e0 + 5a062b0 commit d5067b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/sandbox/Feed.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { ComposeClient } from "@composedb/client";
import { definition } from "./utils/mutation-all";

const composeClient = new ComposeClient({
ceramic: "http://146.190.3.22:7007",
ceramic: "https://experiments.ceramic.dev/",
definition,
});

Expand Down
2 changes: 1 addition & 1 deletion src/components/sandbox/MutationSandbox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const fetcher = async (graphQLParams) => {
ReactGA.initialize("G-426ZZLPJPW");

const composeClient = new ComposeClient({
ceramic: "http://146.190.3.22:7007",
ceramic: "https://experiments.ceramic.dev/",
definition,
});

Expand Down

0 comments on commit d5067b4

Please sign in to comment.