Skip to content

Commit

Permalink
Update banxa URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaivre committed Sep 20, 2024
1 parent 9f3db57 commit 271eb23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/mobile-wallet/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-webview (13.10.4):
- react-native-webview (13.12.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2110,7 +2110,7 @@ SPEC CHECKSUMS:
react-native-pager-view: c1e29e1a6105a02807392ba822ad322447a72f55
react-native-safe-area-context: dcab599c527c2d7de2d76507a523d20a0b83823d
react-native-skia: 4857f8a85d0e4fc152c7b8aff4fbcc7573be1cf9
react-native-webview: 596fb33d67a3cde5a74bf1f6b4c28d3543477fdd
react-native-webview: d318ee67196d938d985dd3e3e6cce780b0d084bf
React-nativeconfig: 9f223cd321823afdecf59ed00861ab2d69ee0fc1
React-NativeModulesApple: ff7efaff7098639db5631236cfd91d60abff04c0
React-perflogger: 32ed45d9cee02cf6639acae34251590dccd30994
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile-wallet/src/features/buy/BuyModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const BuyModal = memo(({ id }: ModalBaseProp) => {
}, [])

const banxaInitialURL =
'https://alephium.banxa-sandbox.com/' +
'https://alephium.banxa.com/' +
`?walletAddress=${defaultAddress.hash}` +
`&theme=${theme.name}` +
`&backgroundColor=${theme.bg.primary.slice(1)}` +
Expand Down

0 comments on commit 271eb23

Please sign in to comment.