Skip to content

Commit

Permalink
Merge pull request #422 from devendran-m/add_intg_420
Browse files Browse the repository at this point in the history
Add New Integrations for CasperSwap
  • Loading branch information
devendran-m authored Jan 10, 2023
2 parents baebc54 + fff1785 commit aa6c8f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casper-signer",
"version": "1.4.21",
"version": "1.4.22",
"private": true,
"dependencies": {
"@babel/core": "^7.17.2",
Expand Down
8 changes: 6 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.21",
"version": "1.4.22",
"name": "Casper Signer",
"author": "https://casper.network",
"description": "Casper Signer is the official non-custodial wallet that allows you to manage private keys and sign transactions on Casper Network",
Expand Down Expand Up @@ -113,7 +113,11 @@
"*://staging.dmusic.io/*",
"*://beta.dmusic.io/*",
"*://dmusic.io/*",
"*://*.dmusic.io/*"
"*://*.dmusic.io/*",
"*://casperswap.xyz/*",
"*://*.casperswap.xyz/*",
"*://casperswap.com/*",
"*://*.casperswap.com/*"
],
"js": [
"./scripts/content/content.js"
Expand Down

0 comments on commit aa6c8f7

Please sign in to comment.