Skip to content

Commit

Permalink
use transfer funds as default
Browse files Browse the repository at this point in the history
Signed-off-by: ryanwolhuter <[email protected]>
  • Loading branch information
ryanwolhuter committed Oct 6, 2023
1 parent f93cc9a commit ab5ea57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const safeLink = computed(() => {
class="mt-4 w-full"
@click="
emit('addTransaction', {
type: 'raw',
type: 'transferFunds',
to: '',
value: '0',
data: '0x',
Expand Down

0 comments on commit ab5ea57

Please sign in to comment.