Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gas-card): active button css #204

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<a href="https://goldrush.dev/products/goldrush/" target="_blank" rel="noopener noreferrer">
<img alt="GoldRush Kit - powered by Covalent" src="./src/static/grk-kit-banner.png" style="max-width: 100%;"/>
<img alt="GoldRush Kit - powered by Covalent" src="./repo-static/grk-kit-banner.png" style="max-width: 100%;"/>
</a>
</div>

Expand Down Expand Up @@ -149,6 +149,7 @@ export default GoldRushExample;
| Name | Description |
| -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| [TypeScript SDK](https://github.com/covalenthq/covalent-api-sdk-ts) | The fastest way to integrate the GoldRush API for working with blockchain data. |
| [GoldRush Kit](https://github.com/covalenthq/goldrush-kit) | Beautifully designed React components for your dApp frontend. |
| [GoldRush Block Explorer](https://github.com/covalenthq/goldrush-block-explorer) | A cross chain block explorer kit that can be customized. |
| [GoldRush Decoder](https://github.com/covalenthq/goldrush-decoder) | Decode unstructured, raw event logs into structured data with a simple API. |
| [GoldRush RevokeHub](https://github.com/covalenthq/goldrush-revokehub) | One-stop platform for managing your digital assets securely and efficiently. |
Expand Down
Loading
Loading