Skip to content

Commit

Permalink
chore: changed android and ios links for react native sample apps
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Sep 9, 2024
1 parent 348b15c commit 6a86bc4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/laboratory/public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
{
"appID": "W5R8AG9K22.com.walletconnect.web3modal.rnsample",
"paths": [
"/rn_appkit*"
"/rn_appkit"
]
},
{
"appID": "W5R8AG9K22.com.walletconnect.web3modal.rnsample.internal",
"paths": [
"/rn_appkit*"
"/rn_appkit_internal"
]
},
{
"appID": "W5R8AG9K22.com.walletconnect.web3wallet.rnsample",
"paths": [
"/rn_walletkit*"
"/rn_walletkit"
]
},
{
"appID": "W5R8AG9K22.com.walletconnect.web3wallet.rnsample.internal",
"paths": [
"/rn_walletkit*"
"/rn_walletkit_internal"
]
},
{
Expand Down
20 changes: 20 additions & 0 deletions apps/laboratory/public/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,16 @@
]
}
},
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "com.walletconnect.web3wallet.rnsample.debug",
"sha256_cert_fingerprints": [
"3D:87:31:1C:66:8B:A0:CB:F9:F1:D5:28:3B:DF:2E:4F:CB:19:EA:AB:B4:B7:CE:C4:D9:E1:E0:6D:32:FB:C6:56"
]
}
},
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
Expand All @@ -129,6 +139,16 @@
]
}
},
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "com.walletconnect.web3modal.rnsample.debug",
"sha256_cert_fingerprints": [
"3D:87:31:1C:66:8B:A0:CB:F9:F1:D5:28:3B:DF:2E:4F:CB:19:EA:AB:B4:B7:CE:C4:D9:E1:E0:6D:32:FB:C6:56"
]
}
},
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
Expand Down

0 comments on commit 6a86bc4

Please sign in to comment.