Skip to content

Commit

Permalink
wagmi: reorder tests + lint for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CedarMist authored and aefhm committed Jul 15, 2024
1 parent 1fa3f56 commit 912e4f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/contracts-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
- name: Build hardhat integration
working-directory: integrations/hardhat
run: pnpm build
- name: Build Wagmi integration
working-directory: integrations/wagmi-v2
run: pnpm build
- name: Build Viem integration
working-directory: integrations/viem-v2
run: pnpm build
- name: Build Wagmi integration
working-directory: integrations/wagmi-v2
run: pnpm build
- uses: JarvusInnovations/background-action@v1
name: RPC proxy will error if non-encrypted calls are made
with:
Expand Down
2 changes: 1 addition & 1 deletion integrations/wagmi-v2/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
import type { EIP1193Provider } from "viem";
import { injected } from "wagmi/connectors";

export * from '@oasisprotocol/sapphire-viem-v2';
export * from "@oasisprotocol/sapphire-viem-v2";

type Window = {
ethereum?: EIP1193Provider;
Expand Down

0 comments on commit 912e4f3

Please sign in to comment.