Skip to content

Commit

Permalink
disable soroban operation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jeesunikim committed Jan 29, 2025
1 parent 839943a commit d59b506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ export const Operations = () => {
>
<option value="">Select operation type</option>
<option value="create_account">Create Account</option>
<option value="extend_footprint_ttl">
<option value="extend_footprint_ttl" disabled>
Extend Footprint TTL (Soroban)
</option>
<option value="payment">Payment</option>
Expand Down

0 comments on commit d59b506

Please sign in to comment.