Skip to content

Commit

Permalink
fix solflare deeplink
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Nov 8, 2024
1 parent cd569ba commit cfbcd87
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion dist/esm/index.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/index.evm.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ var allWallets = [{
"ios": {
"native": "solflare:",
"open": function open() {
return "https://solflare.com/ul/browse/".concat(encodeURIComponent(window.location.toString()), "?ref=").concat(encodeURIComponent(window.location.origin.toString()));
return "solflare:://ul/v1/browse/".concat(encodeURIComponent(window.location.toString()), "?ref=").concat(encodeURIComponent(window.location.origin.toString()));
},
"universal": "https://solflare.com/ul",
"solanaPay": true
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.evm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ var allWallets = [{
"ios": {
"native": "solflare:",
"open": function open() {
return "https://solflare.com/ul/browse/".concat(encodeURIComponent(window.location.toString()), "?ref=").concat(encodeURIComponent(window.location.origin.toString()));
return "solflare:://ul/v1/browse/".concat(encodeURIComponent(window.location.toString()), "?ref=").concat(encodeURIComponent(window.location.origin.toString()));
},
"universal": "https://solflare.com/ul",
"solanaPay": true
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/index.solana.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ var allWallets = [{
"ios": {
"native": "solflare:",
"open": function open() {
return "https://solflare.com/ul/browse/".concat(encodeURIComponent(window.location.toString()), "?ref=").concat(encodeURIComponent(window.location.origin.toString()));
return "solflare:://ul/v1/browse/".concat(encodeURIComponent(window.location.toString()), "?ref=").concat(encodeURIComponent(window.location.origin.toString()));
},
"universal": "https://solflare.com/ul",
"solanaPay": true
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.solana.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/umd/index.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/umd/index.evm.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
"ios": {
"native": "solflare:",
"open": function open() {
return "https://solflare.com/ul/browse/".concat(encodeURIComponent(window.location.toString()), "?ref=").concat(encodeURIComponent(window.location.origin.toString()));
return "solflare:://ul/v1/browse/".concat(encodeURIComponent(window.location.toString()), "?ref=").concat(encodeURIComponent(window.location.origin.toString()));
},
"universal": "https://solflare.com/ul",
"solanaPay": true
Expand Down
2 changes: 1 addition & 1 deletion dist/umd/index.evm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/umd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
"ios": {
"native": "solflare:",
"open": function open() {
return "https://solflare.com/ul/browse/".concat(encodeURIComponent(window.location.toString()), "?ref=").concat(encodeURIComponent(window.location.origin.toString()));
return "solflare:://ul/v1/browse/".concat(encodeURIComponent(window.location.toString()), "?ref=").concat(encodeURIComponent(window.location.origin.toString()));
},
"universal": "https://solflare.com/ul",
"solanaPay": true
Expand Down
2 changes: 1 addition & 1 deletion dist/umd/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/umd/index.solana.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
"ios": {
"native": "solflare:",
"open": function open() {
return "https://solflare.com/ul/browse/".concat(encodeURIComponent(window.location.toString()), "?ref=").concat(encodeURIComponent(window.location.origin.toString()));
return "solflare:://ul/v1/browse/".concat(encodeURIComponent(window.location.toString()), "?ref=").concat(encodeURIComponent(window.location.origin.toString()));
},
"universal": "https://solflare.com/ul",
"solanaPay": true
Expand Down
2 changes: 1 addition & 1 deletion dist/umd/index.solana.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/helpers/allWallets.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export default [
"mobile": {
"ios": {
"native": "solflare:",
"open": ()=>`https://solflare.com/ul/browse/${encodeURIComponent(window.location.toString())}?ref=${encodeURIComponent(window.location.origin.toString())}`,
"open": ()=>`solflare:://ul/v1/browse/${encodeURIComponent(window.location.toString())}?ref=${encodeURIComponent(window.location.origin.toString())}`,
"universal": "https://solflare.com/ul",
"solanaPay": true,
},
Expand Down

0 comments on commit cfbcd87

Please sign in to comment.