We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca1e8c commit ce8be91Copy full SHA for ce8be91
pkgs/frontend/app/routes/transaction.tsx
@@ -39,7 +39,7 @@ const Transaction: FC = () => {
39
40
const [transactionType, setTransactionType] = useState("ERC20");
41
const [contractAddress, setContractAddress] = useState(
42
- "0x1856a7e86543F9f38c3bC68921dA0B65DbE018b6",
+ "0x404A0809ebE3CC6e0b3cBEc8c1F8b9Dd09ae21Cc",
43
);
44
const [balance, setBalance] = useState<string>("0");
45
const [recipient, setRecipient] = useState("");
0 commit comments