From b274f13cb9302f312b6a1d39f42361ebc44654b9 Mon Sep 17 00:00:00 2001 From: Ryan Smith Date: Fri, 15 Mar 2024 10:31:08 -0700 Subject: [PATCH] indexsupply.com/shove/docs: remove viem doc since it doesn't exist yet --- indexsupply.com/shovel/docs/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/indexsupply.com/shovel/docs/index.md b/indexsupply.com/shovel/docs/index.md index 5f0b4e8e..1acf8853 100644 --- a/indexsupply.com/shovel/docs/index.md +++ b/indexsupply.com/shovel/docs/index.md @@ -174,8 +174,6 @@ These logs indicate that Shovel has initialized and is beginning to index data. Since the Shovel JSON config contains a declarative description of all the data that you are indexing, it can become large and repetitive. If you would like an easier way to manage this config, you can use the TypeScript package which includes type definitions for the config structure. This will allow you to use loops, variables, and everything else that comes with a programming language to easily create and manage your Shovel config. -You can even use packages like Viem to build your integrations using the text representation of an event signature instead of the more verbose JSON definition. - NPM package: https://npmjs.com/package/@indexsupply/shovel-config TS docs: https://jsr.io/@indexsupply/shovel-config