seismic-viem 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,4 +4,8 @@ This is a package to extend viem clients for use with the Seismic blockchain
4
4
 
5
5
  ## Docs
6
6
 
7
- The docs are hosted [here](https://client.seismic.systems/viem/intro/)
7
+ The docs are hosted [here](https://docs.seismic.systems/clients/typescript/viem)
8
+
9
+ ## Contributor docs
10
+
11
+ See [ARCHITECTURE.md](./ARCHITECTURE.md) for the package layout, the transaction flow diagram, and the `actions/` ↔ viem-decorator relationship.