Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
update tezos api key
Browse files Browse the repository at this point in the history
  • Loading branch information
harry committed May 23, 2020
1 parent 0f4c1ef commit 1f169e9
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_14BB008A685E26E4", {
const magic = new Magic("pk_test_4D84A95497B1CF87", {
extensions: {
tezos: new TezosExtension({
rpcUrl: "https://tezos-dev.cryptonomic-infra.tech:443/"
Expand Down

0 comments on commit 1f169e9

Please sign in to comment.