Skip to content

Commit

Permalink
add hyper transport layer example (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks authored Nov 18, 2024
1 parent d85ff41 commit 83ff5f2
Show file tree
Hide file tree
Showing 88 changed files with 191 additions and 169 deletions.
2 changes: 1 addition & 1 deletion lib/examples
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
- [Recommended fillers](./examples/fillers/recommended_fillers.md)
- [Wallet management filler](./examples/fillers/wallet_filler.md)
- [Layers](./examples/layers/README.md)
- [Hyper transport layer](./examples/layers/hyper_http_layer.md)
- [Request / response logging layer](./examples/layers/logging_layer.md)
- [Retry-backoff layer](./examples/layers/retry_layer.md)
- [Node bindings](./examples/node-bindings/README.md)
Expand Down
4 changes: 2 additions & 2 deletions src/examples/advanced/any_network.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/advanced/any_network.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `any_network`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/advanced/examples/any_network.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/advanced/examples/any_network.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/advanced/examples/any_network.rs).
4 changes: 2 additions & 2 deletions src/examples/advanced/decoding_json_abi.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/advanced/decoding_json_abi.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `decoding_json_abi`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/advanced/examples/decoding_json_abi.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/advanced/examples/decoding_json_abi.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/advanced/examples/decoding_json_abi.rs).
4 changes: 2 additions & 2 deletions src/examples/advanced/encoding_dyn_abi.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/advanced/encoding_dyn_abi.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `encoding_dyn_abi`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/advanced/examples/encoding_dyn_abi.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/advanced/examples/encoding_dyn_abi.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/advanced/examples/encoding_dyn_abi.rs).
4 changes: 2 additions & 2 deletions src/examples/advanced/encoding_sol_static.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/advanced/encoding_sol_static.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `encoding_sol_static`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/advanced/examples/encoding_sol_static.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/advanced/examples/encoding_sol_static.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/advanced/examples/encoding_sol_static.rs).
4 changes: 2 additions & 2 deletions src/examples/advanced/foundry_fork_db.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/advanced/foundry_fork_db.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `foundry_fork_db`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/advanced/examples/foundry_fork_db.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/advanced/examples/foundry_fork_db.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/advanced/examples/foundry_fork_db.rs).
4 changes: 2 additions & 2 deletions src/examples/advanced/reth_db_layer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/advanced/reth_db_layer.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `reth_db_layer`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/advanced/examples/reth_db_layer.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/advanced/examples/reth_db_layer.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/advanced/examples/reth_db_layer.rs).
4 changes: 2 additions & 2 deletions src/examples/advanced/reth_db_provider.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/advanced/reth_db_provider.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `reth_db_provider`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/advanced/examples/reth_db_provider.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/advanced/examples/reth_db_provider.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/advanced/examples/reth_db_provider.rs).
4 changes: 2 additions & 2 deletions src/examples/big-numbers/comparison_equivalence.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/big-numbers/comparison_equivalence.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `comparison_equivalence`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/big-numbers/examples/comparison_equivalence.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/big-numbers/examples/comparison_equivalence.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/big-numbers/examples/comparison_equivalence.rs).
4 changes: 2 additions & 2 deletions src/examples/big-numbers/conversion.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/big-numbers/conversion.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `conversion`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/big-numbers/examples/conversion.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/big-numbers/examples/conversion.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/big-numbers/examples/conversion.rs).
4 changes: 2 additions & 2 deletions src/examples/big-numbers/create_instances.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/big-numbers/create_instances.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `create_instances`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/big-numbers/examples/create_instances.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/big-numbers/examples/create_instances.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/big-numbers/examples/create_instances.rs).
4 changes: 2 additions & 2 deletions src/examples/big-numbers/math_operations.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/big-numbers/math_operations.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `math_operations`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/big-numbers/examples/math_operations.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/big-numbers/examples/math_operations.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/big-numbers/examples/math_operations.rs).
4 changes: 2 additions & 2 deletions src/examples/big-numbers/math_utilities.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/big-numbers/math_utilities.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `math_utilities`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/big-numbers/examples/math_utilities.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/big-numbers/examples/math_utilities.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/big-numbers/examples/math_utilities.rs).
4 changes: 2 additions & 2 deletions src/examples/comparison/compare_new_heads.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/comparison/compare_new_heads.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `compare_new_heads`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/comparison/examples/compare_new_heads.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/comparison/examples/compare_new_heads.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/comparison/examples/compare_new_heads.rs).
4 changes: 2 additions & 2 deletions src/examples/comparison/compare_pending_txs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/comparison/compare_pending_txs.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `compare_pending_txs`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/comparison/examples/compare_pending_txs.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/comparison/examples/compare_pending_txs.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/comparison/examples/compare_pending_txs.rs).
4 changes: 2 additions & 2 deletions src/examples/contracts/deploy_from_artifact.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/contracts/deploy_from_artifact.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `deploy_from_artifact`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/contracts/examples/deploy_from_artifact.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/contracts/examples/deploy_from_artifact.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/contracts/examples/deploy_from_artifact.rs).
4 changes: 2 additions & 2 deletions src/examples/contracts/deploy_from_bytecode.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/contracts/deploy_from_bytecode.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `deploy_from_bytecode`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/contracts/examples/deploy_from_bytecode.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/contracts/examples/deploy_from_bytecode.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/contracts/examples/deploy_from_bytecode.rs).
4 changes: 2 additions & 2 deletions src/examples/contracts/deploy_from_contract.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/contracts/deploy_from_contract.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `deploy_from_contract`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/contracts/examples/deploy_from_contract.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/contracts/examples/deploy_from_contract.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/contracts/examples/deploy_from_contract.rs).
4 changes: 2 additions & 2 deletions src/examples/contracts/interact_with_abi.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/contracts/interact_with_abi.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `interact_with_abi`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/contracts/examples/interact_with_abi.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/contracts/examples/interact_with_abi.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/contracts/examples/interact_with_abi.rs).
4 changes: 2 additions & 2 deletions src/examples/contracts/interact_with_contract_instance.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/contracts/interact_with_contract_instance.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `interact_with_contract_instance`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/contracts/examples/interact_with_contract_instance.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/contracts/examples/interact_with_contract_instance.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/contracts/examples/interact_with_contract_instance.rs).
4 changes: 2 additions & 2 deletions src/examples/contracts/jsonrpc_error_decoding.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` -->
<!-- ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN -->
<!-- EDIT OR CREATE THIS TEMPLATE INSTEAD: ./src/templates/contracts/jsonrpc_error_decoding.md -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd -->
<!-- LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef -->

## Example: `jsonrpc_error_decoding`

Expand All @@ -16,4 +16,4 @@ To run this example:
{{#include ../../../lib/examples/examples/contracts/examples/jsonrpc_error_decoding.rs}}
```

Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/bc7aa07c3267fda3d4e9c56dca38572ef1be59dd/examples/contracts/examples/jsonrpc_error_decoding.rs).
Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a8fbd2ed6037f6ca5c7980a9690fe0c0ef8e2fef/examples/contracts/examples/jsonrpc_error_decoding.rs).
Loading

0 comments on commit 83ff5f2

Please sign in to comment.