Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMieskoski committed Mar 3, 2021
1 parent 4166244 commit 6799a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/app/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export default {
windowClosedError: true,
chainId: 1,
// chainId: 3,
// rpcUrl: 'https://mainnet.infura.io/v3/859569f6decc4446a5da1bb680e7e9cf' //'wss://mainnet.infura.io/ws/v3/7d06294ad2bd432887eada360c5e1986'
// rpcUrl: 'https://mainnet.infura.io/v3/' //'wss://mainnet.infura.io/ws/v3/'
rpcUrl: 'HTTP://127.0.0.1:7545'
// rpcUrl: 'ws://127.0.0.1:8545'
// infuraId: '7d06294ad2bd432887eada360c5e1986'
Expand Down Expand Up @@ -474,7 +474,7 @@ export default {
}
},
selectNetwork(chainId) {
// this.connect = new mewConnect.Provider({windowClosedError: true, chainId: chainId, infuraId: '7d06294ad2bd432887eada360c5e1986', /*rpcUrl: 'wss://ropsten.infura.io/ws/v3/7d06294ad2bd432887eada360c5e1986'*/});
// this.connect = new mewConnect.Provider({windowClosedError: true, chainId: chainId, infuraId: '', /*rpcUrl: 'wss://ropsten.infura.io/ws/v3/'*/});
},
animate() {
this.connect.showNotice();
Expand Down

0 comments on commit 6799a17

Please sign in to comment.