Skip to content

Commit

Permalink
chore: merge with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tohapi committed Dec 8, 2023
2 parents 3503d0d + d9507b8 commit 8f4dbbb
Show file tree
Hide file tree
Showing 6 changed files with 631 additions and 97 deletions.
2 changes: 1 addition & 1 deletion explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@tanstack/react-table": "^8.10.7",
"@verax-attestation-registry/verax-sdk": "^",
"@verax-attestation-registry/verax-sdk": "1.0.0",
"@wagmi/core": "^1.4.7",
"abitype": "^0.10.3",
"class-variance-authority": "^0.7.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Attestation } from "@verax-attestation-registry/verax-sdk";
import { EyeOffIcon } from "lucide-react";
import { Link } from "react-router-dom";
import { KeyedMutator } from "swr";
import { Hex, hexToNumber } from "viem";

import { Link } from "@/components/Link";
import { useNetworkContext } from "@/providers/network-provider/context";
import { toAttestationById } from "@/routes/constants";
import { displayAmountWithComma } from "@/utils/amountUtils";
Expand Down
Loading

0 comments on commit 8f4dbbb

Please sign in to comment.