-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule atomic-swap-react
updated
12 files
+4 −4 | Dockerfile | |
+16 −15 | README.md | |
+1 −1 | package.json | |
+15 −15 | src/components/atomic-swap/exchange.tsx | |
+2 −2 | src/components/atomic-swap/swapper-A.tsx | |
+2 −2 | src/components/atomic-swap/swapper-B.tsx | |
+4 −5 | src/helpers/network.ts | |
+1 −1 | src/helpers/sign-auth-entry.ts | |
+24 −36 | src/helpers/soroban.ts | |
+3 −3 | src/index.tsx | |
+3 −3 | src/sub-router.tsx | |
+62 −45 | yarn.lock |
Submodule mint-token
updated
10 files
+3 −3 | Dockerfile | |
+2 −2 | package.json | |
+ − | public/img/freighter_settings.png | |
+4 −4 | src/components/mint-tokens/index.tsx | |
+8 −10 | src/components/mint-tokens/token-confirmation.tsx | |
+1 −1 | src/helpers/error.ts | |
+0 −25 | src/helpers/format.ts | |
+4 −5 | src/helpers/network.ts | |
+20 −31 | src/helpers/soroban.ts | |
+67 −45 | yarn.lock |
Submodule payment-react
updated
7 files
+3 −3 | Dockerfile | |
+2 −2 | package.json | |
+4 −9 | src/components/send-payment/confirm-payment.tsx | |
+4 −4 | src/components/send-payment/index.tsx | |
+4 −5 | src/helpers/network.ts | |
+22 −66 | src/helpers/soroban.ts | |
+67 −45 | yarn.lock |