Skip to content

Commit 4b8afad

Browse files
committed
docs: nit
1 parent f88afbe commit 4b8afad

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Covalent
3+
Copyright (c) 2024 Covalent
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

-11
Original file line numberDiff line numberDiff line change
@@ -137,17 +137,6 @@ Follow the following steps to add a Decoding logic for an event from a contract
137137

138138
4. In `${protocol_name}.decoders.ts`, a decoding logic declaration (`Decoder.on(...)`) will be exposed wherein the decoding logic needs to be implemented. The return type of the decoding function expects the return type [`EventType`](./services/decoder/decoder.types.ts):
139139

140-
## GoldRush Repositories
141-
142-
| Name | Description |
143-
| -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
144-
| [TypeScript SDK](https://github.com/covalenthq/covalent-api-sdk-ts) | The fastest way to integrate the GoldRush API for working with blockchain data. |
145-
| [GoldRush Kit](https://github.com/covalenthq/goldrush-kit) | Beautifully designed React components for your dApp frontend. |
146-
| [GoldRush Block Explorer](https://github.com/covalenthq/goldrush-block-explorer) | A cross chain block explorer kit that can be customized. |
147-
| [GoldRush Decoder](https://github.com/covalenthq/goldrush-decoder) | Decode unstructured, raw event logs into structured data with a simple API. |
148-
| [GoldRush RevokeHub](https://github.com/covalenthq/goldrush-revokehub) | One-stop platform for managing your digital assets securely and efficiently. |
149-
| [GoldRush Airdrop Assist](https://github.com/covalenthq/goldrush-airdrop-assist) | Effortlessly filter and find all valid addresses for your next airdrop. |
150-
151140
## Contributing
152141

153142
Contributions, issues and feature requests are welcome!

0 commit comments

Comments
 (0)