Skip to content

Commit

Permalink
Merge pull request #209 from casper-ecosystem/Add-Fuzhouchain
Browse files Browse the repository at this point in the history
Add-Fuzhouchain
  • Loading branch information
George-cl authored Jan 18, 2022
2 parents 8f1b7bc + 4b88bd8 commit a2e9fc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casperlabs-signer",
"version": "1.4.7",
"version": "1.4.8",
"private": true,
"dependencies": {
"@babel/core": "^7.14.6",
Expand Down Expand Up @@ -132,4 +132,4 @@
"webextension-polyfill-ts": "^0.12.0",
"webpack-cli": "^3.3.11"
}
}
}
7 changes: 4 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "1.4.7",
"version": "1.4.8",
"name": "CasperLabs Signer",
"author": "https://casperlabs.io",
"description": "CasperLabs Signer tool for signing transactions on the blockchain.",
Expand Down Expand Up @@ -44,7 +44,8 @@
"*://*.singlecoin.xyz/*",
"*://*.gitcoin.co/*",
"*://gitcoin.co/*",
"*://*.casperpunks.io/*"
"*://*.casperpunks.io/*",
"*://*.fuzhouchain.io/*"
],
"js": [
"./scripts/content/content.js"
Expand Down Expand Up @@ -73,4 +74,4 @@
},
"default_title": "CasperLabs Signer"
}
}
}

0 comments on commit a2e9fc5

Please sign in to comment.