Skip to content

Commit

Permalink
Merge pull request #195 from casper-ecosystem/hoffmannjan-patch-1
Browse files Browse the repository at this point in the history
CasperPunks.io added to the whitelist
  • Loading branch information
George-cl authored Dec 22, 2021
2 parents fdb7bb4 + 35fa5bd commit 6a414f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.6",
"version": "1.4.7",
"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"
}
}
}
5 changes: 3 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "1.4.6",
"version": "1.4.7",
"name": "CasperLabs Signer",
"author": "https://casperlabs.io",
"description": "CasperLabs Signer tool for signing transactions on the blockchain.",
Expand Down Expand Up @@ -43,7 +43,8 @@
"*://*.huobiapps.com/*",
"*://*.singlecoin.xyz/*",
"*://*.gitcoin.co/*",
"*://gitcoin.co/*"
"*://gitcoin.co/*",
"*://*.casperpunks.io/*"
],
"js": [
"./scripts/content/content.js"
Expand Down

0 comments on commit 6a414f4

Please sign in to comment.