Skip to content

Commit

Permalink
Merge pull request #147 from Aletheia-Data/development
Browse files Browse the repository at this point in the history
release v1.3.2
  • Loading branch information
aletheiadata authored Aug 16, 2022
2 parents 56bbc15 + 006ef5c commit 999b6c0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "App-Aletheia-data",
"version": "1.3.1",
"version": "1.3.2",
"homepage": "/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/_start/layout/components/header/Topbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Magic } from "magic-sdk";
import { ConnectExtension } from "@magic-ext/connect";
import Web3 from "web3";
const magic = new Magic(`${process.env.REACT_APP_MAGIC_LINK_API_KEY}`, {
network: "rinkeby",
network: "mainnet",
locale: "en_US",
extensions: [new ConnectExtension()],
});
Expand Down
2 changes: 1 addition & 1 deletion src/app/modules/auth/components/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ConnectExtension } from "@magic-ext/connect";
import Web3 from "web3";

const magic = new Magic(`${process.env.REACT_APP_MAGIC_LINK_API_KEY}`, {
network: "rinkeby",
network: "mainnet",
locale: "en_US",
extensions: [new ConnectExtension()],
});
Expand Down
2 changes: 1 addition & 1 deletion src/app/modules/auth/redux/AuthCRUD.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function requestPassword(email: string) {
declare let window: any;

const magic = new Magic(`${process.env.REACT_APP_MAGIC_LINK_API_KEY}`, {
network: "rinkeby",
network: "mainnet",
locale: "en_US",
extensions: [new ConnectExtension()]
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface Props {
declare let window: any;

const magic = new Magic(`${process.env.REACT_APP_MAGIC_LINK_API_KEY}`, {
network: "rinkeby",
network: "mainnet",
locale: "en_US",
extensions: [new ConnectExtension()],
});
Expand Down

0 comments on commit 999b6c0

Please sign in to comment.