From a158f64032969f54625cb642b039c38266806068 Mon Sep 17 00:00:00 2001 From: Ian K Smith <22753882+smithki@users.noreply.github.com> Date: Thu, 10 Feb 2022 17:50:49 -0700 Subject: [PATCH] Update App.js --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 5e390c7..2b02e66 100644 --- a/src/App.js +++ b/src/App.js @@ -4,7 +4,7 @@ import "./styles.css"; import { Magic } from "magic-sdk"; import { TezosExtension } from "@magic-ext/tezos"; -const magic = new Magic("pk_test_4D84A95497B1CF87", { +const magic = new Magic("pk_live_C20A087BDF08A859", { extensions: { tezos: new TezosExtension({ rpcUrl: "https://tezos-dev.cryptonomic-infra.tech:443/"