Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
smithki authored Feb 11, 2022
1 parent 1f169e9 commit a158f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit a158f64

Please sign in to comment.