Skip to content

Commit

Permalink
covalent api key change added
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanRaj1608 committed Jun 14, 2021
1 parent da20881 commit 684f34e
Show file tree
Hide file tree
Showing 6 changed files with 1,398 additions and 415 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[![Netlify Status](https://api.netlify.com/api/v1/badges/724754ea-953f-4f6e-b502-4c64e1c0e474/deploy-status)](https://app.netlify.com/sites/polygon-nft-minter/deploys)

<p align="center"><img src="public/logo.svg" align="center" width="250"></p>
<p align="center"><img src="client/public/logo.svg" align="center" width="250"></p>
<h2 align="center">NFT Minter</h2>

<p align="center"><b>🏗️ Mint ERC721 or ERC1155 standard tokens on Polygon (Previously Matic Network)</b></p>
Expand Down
2 changes: 1 addition & 1 deletion client/components/ConnectWallet.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const ConnectWallet = ({
const externalProvider = await web3Modal.connect();

const biconomy = new Biconomy(
new Web3.providers.HttpProvider("https://rpc-mainnet.maticvigil.com"),
new Web3.providers.HttpProvider("https://matic-mainnet-full-rpc.bwarelabs.com"),
{ apiKey: process.env.biconomy_api_key, debug: true }
);
setBiconomyProvider(new Web3(biconomy));
Expand Down
3 changes: 2 additions & 1 deletion client/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
base_url: 'http://localhost:8080',
pinata_api_key: process.env.pinata_api_key,
pinata_secret_api_key: process.env.pinata_secret_api_key,
biconomy_api_key: process.env.biconomy_api_key
biconomy_api_key: process.env.biconomy_api_key,
covalent_key: process.env.covalent_key
},
}
Loading

0 comments on commit 684f34e

Please sign in to comment.