Skip to content

Commit

Permalink
eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu committed Jan 8, 2021
1 parent 9fa9940 commit 359d968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/v2/js/cart-ethereum-zksync.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Vue.component('grantsCartEthereumZksync', {
},

// When network changes we need to update zkSync config, fetch new balances, etc.
network: {
network: {
immediate: true,
async handler() {
await this.setupZkSync();
Expand Down Expand Up @@ -197,7 +197,7 @@ Vue.component('grantsCartEthereumZksync', {

this.user.address = (await web3.eth.getAccounts())[0];
this.ethersProvider = ethers.getDefaultProvider(network, {
infura: document.contxt.INFURA_V3_PROJECT_ID,
infura: document.contxt.INFURA_V3_PROJECT_ID
// etherscan: YOUR_ETHERSCAN_API_KEY,
// alchemy: YOUR_ALCHEMY_API_KEY,
// pocket: YOUR_POCKET_APPLICATION_KEY
Expand Down

0 comments on commit 359d968

Please sign in to comment.