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

Documentation Improvements #342

Merged
merged 14 commits into from
Nov 16, 2024
Merged
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
825 changes: 434 additions & 391 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ hash-db = { version = "0.16.0", default-features = false }
memory-db = { version = "0.32.0", default-features = false }
codec = { version = "3.1.3", package = "parity-scale-codec", default-features = false }
log = { version = "0.4.21", default-features = false }
anyhow = { version = "1.0.71", default-features = false }
anyhow = { version = "1.0", default-features = false }
derive_more = { version = "1.0", default-features = false }
thiserror = { version = "2", default-features = false }
alloy-rlp = { version = "0.3.7", default-features = false }
alloy-rlp-derive = "0.3.7"
alloy-sol-macro = "0.7.7"
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/developers/evm/contracts/testnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ The current testnet environment for the Hyperbridge network.
| `HandlerV1` | [`0x01b40De26Ba4C63c17A6f4Ed2cF96927C280B029`](https://gnosis-chiado.blockscout.com/address/0x01b40De26Ba4C63c17A6f4Ed2cF96927C280B029) |
| `PingModule` | [`0xFE9f23F0F2fE83b8B9576d3FC94e9a7458DdDD35`](https://gnosis-chiado.blockscout.com/address/0xFE9f23F0F2fE83b8B9576d3FC94e9a7458DdDD35) |
| `TokenGateway` | [`0xFcDa26cA021d5535C3059547390E6cCd8De7acA6`](https://gnosis-chiado.blockscout.com/address/0xFcDa26cA021d5535C3059547390E6cCd8De7acA6) |
| `TokenFaucet` | [`0xE2FC77763630ED77E81F3038A983075460319142`](https://gnosis-chiado.blockscout.com/address/0xE2FC77763630ED77E81F3038A983075460319142) |
| `FeeToken (USD.h)` | [`0xD3dBb48A798E7A7443EBb3A3934E18b439dDd241`](https://gnosis-chiado.blockscout.com/address/0xD3dBb48A798E7A7443EBb3A3934E18b439dDd241) |
| `TokenFaucet` | [`0x1794aB22388303ce9Cb798bE966eeEBeFe59C3a3`](https://gnosis-chiado.blockscout.com/address/0x1794aB22388303ce9Cb798bE966eeEBeFe59C3a3) |
| `FeeToken (USD.h)` | [`0xA801da100bF16D07F668F4A49E1f71fc54D05177`](https://gnosis-chiado.blockscout.com/address/0xA801da100bF16D07F668F4A49E1f71fc54D05177) |

## Gargantua V2 (Paseo) (Deprecated)

Expand Down
1 change: 1 addition & 0 deletions docs/pages/developers/evm/networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ Hyperbridge Supports the following EVM based chains
* Optimism
* Ethereum
* Bsc
* Gnosis

Support for more chains coming soon.
Binary file modified docs/public/favicon.ico
Binary file not shown.
85 changes: 75 additions & 10 deletions docs/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 0 additions & 11 deletions docs/public/logo-dark.svg

This file was deleted.

Loading
Loading