Skip to content

Commit

Permalink
Merge pull request #427 from devendran-m/add_intgs_424
Browse files Browse the repository at this point in the history
Add Integration for TrustSwap
  • Loading branch information
devendran-m authored Jan 18, 2023
2 parents aa6c8f7 + 7d45ebc commit fc968e1
Show file tree
Hide file tree
Showing 3 changed files with 6 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.22",
"version": "1.4.23",
"private": true,
"dependencies": {
"@babel/core": "^7.17.2",
Expand Down
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.22",
"version": "1.4.23",
"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 @@ -117,7 +117,8 @@
"*://casperswap.xyz/*",
"*://*.casperswap.xyz/*",
"*://casperswap.com/*",
"*://*.casperswap.com/*"
"*://*.casperswap.com/*",
"*://casper.team.finance/*"
],
"js": [
"./scripts/content/content.js"
Expand Down

0 comments on commit fc968e1

Please sign in to comment.