Skip to content

Commit

Permalink
🚀: new ui added
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanRaj1608 committed Mar 25, 2021
1 parent 09f604c commit 781978b
Show file tree
Hide file tree
Showing 12 changed files with 5,079 additions and 11,653 deletions.
5 changes: 1 addition & 4 deletions components/ConnectWallet.jsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import React, { useEffect, useState } from "react";
import Blockies from "react-blockies";
import Web3Modal from "web3modal";
import Web3 from "web3";
import Web3Modal from "web3modal";
import WalletConnectProvider from "@walletconnect/web3-provider";
import {Arkane as AK} from "@arkane-network/web3-arkane-provider";

import { makeStyles } from '@material-ui/core/styles';

// import { useWeb3Modal } from "../hooks/web3";

const abi = require('../config/abi.json');
const abi_1155 = require('../config/abi_1155.json');

Expand Down Expand Up @@ -40,7 +38,6 @@ const ConnectWallet = ({ signerAddress, setContract_1155, setContract_721, setSi
clientId: "Polygon",
signMethod: 'POPUP',
secretType: "MATIC"

},
connector: async (AK, options) => {
const provider = await AK.createArkaneProviderEngine(options);
Expand Down
Loading

0 comments on commit 781978b

Please sign in to comment.