Skip to content

Commit

Permalink
add banxa redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
mamos-mysten committed Nov 16, 2023
1 parent 7d08a9f commit 9db954a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/wallet/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ dist/
node_modules/
.next/
.swc/
out/
out/
1 change: 0 additions & 1 deletion apps/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
},
"dependencies": {
"@amplitude/analytics-browser": "^1.10.3",
"@coinbase/cbpay-js": "^1.7.0",
"@floating-ui/react": "^0.23.0",
"@fontsource-variable/inter": "^5.0.5",
"@fontsource-variable/red-hat-mono": "^5.0.6",
Expand Down
4 changes: 2 additions & 2 deletions apps/wallet/src/manifest/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
],
"web_accessible_resources": [
{
"resources": ["dapp-interface.js"],
"matches": ["<all_urls>"]
"resources": ["ui.html"],
"matches": ["https://*.banxa.com/*"]
}
],
"content_security_policy": {
Expand Down

0 comments on commit 9db954a

Please sign in to comment.