Skip to content

Commit

Permalink
feat: add base network
Browse files Browse the repository at this point in the history
  • Loading branch information
yum0e committed Aug 21, 2023
1 parent d8bb676 commit a7850a9
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 728 deletions.
2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"react-dom": "18.2.0",
"typescript": "5.0.4",
"viem": "^0.3.24",
"wagmi": "^1.0.4"
"wagmi": "^1.3.10"
}
}
4 changes: 3 additions & 1 deletion front/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ import {
gnosis,
polygon,
polygonMumbai,
} from "viem/chains";
base,
baseGoerli,
} from "wagmi/chains";
import { waitForTransaction } from "@wagmi/core";
import { decodeEventLog, formatEther } from "viem";
import { abi as AirdropABI } from "../../../abi/Airdrop.json";
Expand Down
Loading

0 comments on commit a7850a9

Please sign in to comment.