Skip to content

Commit

Permalink
feature: domain resolver (#2866)
Browse files Browse the repository at this point in the history
Signed-off-by: banklesss <105349292+banklesss@users.noreply.github.com>
Signed-off-by: Juliano Lazzarotto <30806844+stackchain@users.noreply.github.com>
Co-authored-by: Juliano Lazzarotto <30806844+stackchain@users.noreply.github.com>
  • Loading branch information
banklesss and stackchain authored Dec 19, 2023
1 parent 68c2429 commit 644f5c2
Show file tree
Hide file tree
Showing 123 changed files with 5,179 additions and 1,605 deletions.
2 changes: 2 additions & 0 deletions apps/wallet-mobile/.env
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ BANXA_TEST_WALLET=addr1qyfuspldlchc5kechfe5jzdrr9jms2s9w0tq4hggy9zgkhxssydveuc8x

FRONTEND_FEE_ADDRESS_MAINNET=addr1q9ry6jfdgm0lcrtfpgwrgxg7qfahv80jlghhrthy6w8hmyjuw9ngccy937pm7yw0jjnxasm7hzxjrf8rzkqcj26788lqws5fke
FRONTEND_FEE_ADDRESS_PREPROD=addr_test1qrgpjmyy8zk9nuza24a0f4e7mgp9gd6h3uayp0rqnjnkl54v4dlyj0kwfs0x4e38a7047lymzp37tx0y42glslcdtzhqzp57km

UNSTOPPABLE_API_KEY=czsajliz-wxgu6tujd1zqq7hey_pclfqhdjsqolsxjfsurgh
2 changes: 2 additions & 0 deletions apps/wallet-mobile/.env.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ BANXA_TEST_WALLET=addr1qyfuspldlchc5kechfe5jzdrr9jms2s9w0tq4hggy9zgkhxssydveuc8x

FRONTEND_FEE_ADDRESS_MAINNET=addr1q9ry6jfdgm0lcrtfpgwrgxg7qfahv80jlghhrthy6w8hmyjuw9ngccy937pm7yw0jjnxasm7hzxjrf8rzkqcj26788lqws5fke
FRONTEND_FEE_ADDRESS_PREPROD=addr_test1qrgpjmyy8zk9nuza24a0f4e7mgp9gd6h3uayp0rqnjnkl54v4dlyj0kwfs0x4e38a7047lymzp37tx0y42glslcdtzhqzp57km

UNSTOPPABLE_API_KEY=czsajliz-wxgu6tujd1zqq7hey_pclfqhdjsqolsxjfsurgh
2 changes: 2 additions & 0 deletions apps/wallet-mobile/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ SENTRY_DSN=https://7f7c6cb60a6f429facd34f491dfc5133@o1138840.ingest.sentry.io/67

FRONTEND_FEE_ADDRESS_MAINNET=addr1q9ry6jfdgm0lcrtfpgwrgxg7qfahv80jlghhrthy6w8hmyjuw9ngccy937pm7yw0jjnxasm7hzxjrf8rzkqcj26788lqws5fke
FRONTEND_FEE_ADDRESS_PREPROD=addr_test1qrgpjmyy8zk9nuza24a0f4e7mgp9gd6h3uayp0rqnjnkl54v4dlyj0kwfs0x4e38a7047lymzp37tx0y42glslcdtzhqzp57km

UNSTOPPABLE_API_KEY=czsajliz-wxgu6tujd1zqq7hey_pclfqhdjsqolsxjfsurgh
2 changes: 2 additions & 0 deletions apps/wallet-mobile/.env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ BANXA_TEST_WALLET=addr1qyfuspldlchc5kechfe5jzdrr9jms2s9w0tq4hggy9zgkhxssydveuc8x

FRONTEND_FEE_ADDRESS_MAINNET=addr1q9ry6jfdgm0lcrtfpgwrgxg7qfahv80jlghhrthy6w8hmyjuw9ngccy937pm7yw0jjnxasm7hzxjrf8rzkqcj26788lqws5fke
FRONTEND_FEE_ADDRESS_PREPROD=addr_test1qrgpjmyy8zk9nuza24a0f4e7mgp9gd6h3uayp0rqnjnkl54v4dlyj0kwfs0x4e38a7047lymzp37tx0y42glslcdtzhqzp57km

UNSTOPPABLE_API_KEY=czsajliz-wxgu6tujd1zqq7hey_pclfqhdjsqolsxjfsurgh
5 changes: 5 additions & 0 deletions apps/wallet-mobile/.storybook/storybook.requires.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apps/wallet-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@
"@react-navigation/stack": "^6.3.16",
"@sentry/react-native": "^5.8.0",
"@shopify/flash-list": "^1.4.1",
"@unstoppabledomains/resolution": "6.0.3",
"@yoroi/api": "1.3.0",
"@yoroi/banxa": "1.3.0",
"@yoroi/common": "1.3.0",
"@yoroi/links": "1.3.0",
"@yoroi/resolver": "1.0.0",
"@yoroi/staking": "1.0.0",
"@yoroi/swap": "1.3.0",
"add": "2.0.6",
Expand Down Expand Up @@ -263,7 +263,7 @@
"prettier-plugin-packagejson": "^2.2.11",
"prettylint": "^1.0.0",
"react-addons-test-utils": "^15.6.2",
"react-devtools-core": "4.26.1",
"react-devtools-core": "^4.28",
"react-dom": "16.8.3",
"react-intl-translations-manager": "^5.0.3",
"react-native-typescript-transformer": "^1.2.13",
Expand Down
4 changes: 2 additions & 2 deletions apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const ActionsBanner = ({disabled = false}: {disabled: boolean}) => {
const strings = useStrings()
const navigateTo = useNavigateTo()
const wallet = useSelectedWallet()
const {resetForm} = useSend()
const {reset: resetSendState} = useSend()
const {orderData} = useSwap()
const {resetSwapForm} = useSwapForm()
const {track} = useMetrics()
Expand Down Expand Up @@ -87,7 +87,7 @@ export const ActionsBanner = ({disabled = false}: {disabled: boolean}) => {

const handleOnSend = () => {
navigateTo.send()
resetForm()
resetSendState()
}

const handleOnSwap = () => {
Expand Down
Loading

0 comments on commit 644f5c2

Please sign in to comment.