Skip to content

Commit

Permalink
fix(app): set default
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Dec 11, 2024
1 parent 5cb2d34 commit e5b9e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/lib/components/TransferFrom/intents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export interface IntentStore {
}

const defaultParams: RawTransferIntents = {
source: "",
destination: "",
source: "union-testnet-8",
destination: "union-testnet-8",
asset: "",
receiver: "",
amount: "",
Expand Down

0 comments on commit e5b9e56

Please sign in to comment.