Skip to content

Commit ca2b6f0

Browse files
committed
chore: add TODO
1 parent 5904c0c commit ca2b6f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import { mainnet, sepolia } from "@starknet-react/chains"
88
import { publicProvider, StarknetConfig } from "@starknet-react/core"
99
import { constants } from "starknet"
1010

11+
/* TODO: update ui */
12+
1113
export default function Home() {
1214
const chains = [
1315
CHAIN_ID === constants.NetworkName.SN_MAIN ? mainnet : sepolia,

0 commit comments

Comments
 (0)