Skip to content

Commit

Permalink
Update import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielz-mnx committed May 16, 2024
1 parent 24ff75d commit 3832570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/abi.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Buffer } from 'buffer/index.js';
// biome-ignore lint/style/useNodejsImportProtocol: polyfill
import { Buffer } from 'buffer';
import {
type Abi,
type DecodeEventLogReturnType,
Expand Down
3 changes: 2 additions & 1 deletion src/hex-colour.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Buffer } from 'buffer/index.js';
// biome-ignore lint/style/useNodejsImportProtocol: polyfill
import { Buffer } from 'buffer';
import * as z from 'zod';

export const HexColour = z
Expand Down

0 comments on commit 3832570

Please sign in to comment.