Skip to content

Commit

Permalink
Update MigrateContract.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
nortonandreev committed Dec 22, 2024
1 parent db93ba2 commit 2f7d7ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
const { ["ERC-20"]: erc20, ["BEP-20"]: bep20 } = tokens[network];
$: options = [
{ label: "ERC-20", value: "ERC-20", disabled: isInputDisabled },
{ label: "BEP-20", value: "BEP-20", disabled: isInputDisabled },
{ disabled: isInputDisabled, label: "ERC-20", value: "ERC-20" },
{ disabled: isInputDisabled, label: "BEP-20", value: "BEP-20" },
];
// The minimum allowed amount to be migrated expressed as a string
Expand Down

0 comments on commit 2f7d7ba

Please sign in to comment.