Skip to content

Commit

Permalink
fix faucet
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPrimata committed Nov 1, 2024
1 parent aff27eb commit 18582b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/LandingPage/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function LandingPage() {
let res;
if (mock == "holesky") {
res = handleL1Faucet();
} else if (mock == "aptos") {
} else if (mock == "porto" || mock == "bardock") {
res = aptosMint();
} else if (mock == "evm") {
res = evmMint();
Expand Down

0 comments on commit 18582b4

Please sign in to comment.