Skip to content

Commit ce8be91

Browse files
committed
kuu
1 parent dca1e8c commit ce8be91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/frontend/app/routes/transaction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const Transaction: FC = () => {
3939

4040
const [transactionType, setTransactionType] = useState("ERC20");
4141
const [contractAddress, setContractAddress] = useState(
42-
"0x1856a7e86543F9f38c3bC68921dA0B65DbE018b6",
42+
"0x404A0809ebE3CC6e0b3cBEc8c1F8b9Dd09ae21Cc",
4343
);
4444
const [balance, setBalance] = useState<string>("0");
4545
const [recipient, setRecipient] = useState("");

0 commit comments

Comments
 (0)