From 5fdd880bc8b0527a640b62805d06fcbe617e0484 Mon Sep 17 00:00:00 2001 From: hzhu Date: Wed, 17 Jul 2024 23:25:02 -0700 Subject: [PATCH] update package.json --- examples/README.md | 3 +++ package.json | 5 +++-- src/utils/index.ts | 2 -- 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..cd38cef --- /dev/null +++ b/examples/README.md @@ -0,0 +1,3 @@ +⚠️ WARNING + +These examples need to be migrated from using 0x-parser v1 to v2. PRs welcomed. diff --git a/package.json b/package.json index 9e79b8f..b135134 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,11 @@ "swap", "erc-20", "events", + "settler", "ethereum", + "aggregator", "0x protocol", - "transactions", - "exchange proxy" + "transactions" ], "author": "henryzhu.eth", "license": "MIT", diff --git a/src/utils/index.ts b/src/utils/index.ts index 5ab5226..9057ba5 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,7 +1,5 @@ import { fromHex, erc20Abi, getAddress, formatUnits, formatEther } from "viem"; - import type { Address } from "viem"; - import type { Trace, EnrichLogsArgs, SupportedChainId } from "../types"; export function isChainIdSupported(