Skip to content

Commit

Permalink
Fixed metamask error by updating purser-metamask and updated infura key
Browse files Browse the repository at this point in the history
  • Loading branch information
proofoftom committed Feb 19, 2021
1 parent 0490621 commit 4327c1d
Show file tree
Hide file tree
Showing 3 changed files with 3,023 additions and 2,706 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"now-build": "quasar build",
"build": "quasar build",
"seed-network": "colony service seed-network",
"start": "quasar serve --history",
"start": "quasar dev --history",
"start-ganache": "colony service start-ganache",
"start-trufflepig": "colony service start-trufflepig",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@colony/purser-metamask": "^2.4.1",
"@colony/purser-metamask": "2.5.0-rc.4",
"@quasar/extras": "^1.0.0",
"@tommycox/colony-js-client": "^1.14.17",
"axios": "^0.21.1",
Expand Down
2 changes: 1 addition & 1 deletion src/store/app/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function setNetworkClient({ commit, state }) {
const networkClient = await getNetworkClient(
"mainnet",
wallet,
"f55a8c777ea946749f32454df504ef24"
"b70eb0a2bdb942e8acd7c6d3ed22f69e"
);

commit("setNetworkClient", { networkClient });
Expand Down
Loading

0 comments on commit 4327c1d

Please sign in to comment.