changed infura API key

This commit is contained in:
juan 2021-03-19 13:40:14 -05:00
parent 27dc4cfb4c
commit 29a540e9a6
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export class WalletConnectWalletAdapter
// Create WalletConnect Provider
const walletConnectProvider = new WalletConnectProvider({
infuraId: "27e484dcd9e3efcfd25a83a78777cdf1",
infuraId: "535ab8649e9f40cface13cbded7d647e",
});
walletConnectProvider.enable().then(()=>{
const provider = new ethers.providers.Web3Provider(walletConnectProvider);