diff --git a/lib/examples b/lib/examples index 15c1d3e..53e778e 160000 --- a/lib/examples +++ b/lib/examples @@ -1 +1 @@ -Subproject commit 15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +Subproject commit 53e778ee60280bbf14af6216234579808b1b8130 diff --git a/vocs/docs/pages/examples/advanced/any_network.mdx b/vocs/docs/pages/examples/advanced/any_network.mdx index eaf56d6..199233e 100644 --- a/vocs/docs/pages/examples/advanced/any_network.mdx +++ b/vocs/docs/pages/examples/advanced/any_network.mdx @@ -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: ./vocs/docs/pages/templates/advanced/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `any_network` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/advanced/examples/any_network.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/advanced/examples/any_network.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/advanced/examples/any_network.rs). diff --git a/vocs/docs/pages/examples/advanced/decoding_json_abi.mdx b/vocs/docs/pages/examples/advanced/decoding_json_abi.mdx index 89a67f2..381b975 100644 --- a/vocs/docs/pages/examples/advanced/decoding_json_abi.mdx +++ b/vocs/docs/pages/examples/advanced/decoding_json_abi.mdx @@ -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: ./vocs/docs/pages/templates/advanced/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `decoding_json_abi` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/advanced/examples/decoding_json_abi.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/advanced/examples/decoding_json_abi.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/advanced/examples/decoding_json_abi.rs). diff --git a/vocs/docs/pages/examples/advanced/encoding_dyn_abi.mdx b/vocs/docs/pages/examples/advanced/encoding_dyn_abi.mdx index bf8a785..3d81ab9 100644 --- a/vocs/docs/pages/examples/advanced/encoding_dyn_abi.mdx +++ b/vocs/docs/pages/examples/advanced/encoding_dyn_abi.mdx @@ -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: ./vocs/docs/pages/templates/advanced/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `encoding_dyn_abi` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/advanced/examples/encoding_dyn_abi.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/advanced/examples/encoding_dyn_abi.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/advanced/examples/encoding_dyn_abi.rs). diff --git a/vocs/docs/pages/examples/advanced/encoding_sol_static.mdx b/vocs/docs/pages/examples/advanced/encoding_sol_static.mdx index 228e9ab..1fb3e7e 100644 --- a/vocs/docs/pages/examples/advanced/encoding_sol_static.mdx +++ b/vocs/docs/pages/examples/advanced/encoding_sol_static.mdx @@ -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: ./vocs/docs/pages/templates/advanced/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `encoding_sol_static` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/advanced/examples/encoding_sol_static.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/advanced/examples/encoding_sol_static.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/advanced/examples/encoding_sol_static.rs). diff --git a/vocs/docs/pages/examples/advanced/foundry_fork_db.mdx b/vocs/docs/pages/examples/advanced/foundry_fork_db.mdx index f07a228..f969d3e 100644 --- a/vocs/docs/pages/examples/advanced/foundry_fork_db.mdx +++ b/vocs/docs/pages/examples/advanced/foundry_fork_db.mdx @@ -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: ./vocs/docs/pages/templates/advanced/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `foundry_fork_db` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/advanced/examples/foundry_fork_db.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/advanced/examples/foundry_fork_db.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/advanced/examples/foundry_fork_db.rs). diff --git a/vocs/docs/pages/examples/big-numbers/comparison_equivalence.mdx b/vocs/docs/pages/examples/big-numbers/comparison_equivalence.mdx index 2e7cd67..92bacbf 100644 --- a/vocs/docs/pages/examples/big-numbers/comparison_equivalence.mdx +++ b/vocs/docs/pages/examples/big-numbers/comparison_equivalence.mdx @@ -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: ./vocs/docs/pages/templates/big-numbers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `comparison_equivalence` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/big-numbers/examples/comparison_equivalence.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/big-numbers/examples/comparison_equivalence.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/big-numbers/examples/comparison_equivalence.rs). diff --git a/vocs/docs/pages/examples/big-numbers/conversion.mdx b/vocs/docs/pages/examples/big-numbers/conversion.mdx index 4d7cc6e..d8d8c97 100644 --- a/vocs/docs/pages/examples/big-numbers/conversion.mdx +++ b/vocs/docs/pages/examples/big-numbers/conversion.mdx @@ -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: ./vocs/docs/pages/templates/big-numbers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `conversion` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/big-numbers/examples/conversion.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/big-numbers/examples/conversion.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/big-numbers/examples/conversion.rs). diff --git a/vocs/docs/pages/examples/big-numbers/create_instances.mdx b/vocs/docs/pages/examples/big-numbers/create_instances.mdx index ceb1933..48d9ae3 100644 --- a/vocs/docs/pages/examples/big-numbers/create_instances.mdx +++ b/vocs/docs/pages/examples/big-numbers/create_instances.mdx @@ -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: ./vocs/docs/pages/templates/big-numbers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `create_instances` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/big-numbers/examples/create_instances.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/big-numbers/examples/create_instances.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/big-numbers/examples/create_instances.rs). diff --git a/vocs/docs/pages/examples/big-numbers/math_operations.mdx b/vocs/docs/pages/examples/big-numbers/math_operations.mdx index ce184e2..ae44033 100644 --- a/vocs/docs/pages/examples/big-numbers/math_operations.mdx +++ b/vocs/docs/pages/examples/big-numbers/math_operations.mdx @@ -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: ./vocs/docs/pages/templates/big-numbers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `math_operations` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/big-numbers/examples/math_operations.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/big-numbers/examples/math_operations.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/big-numbers/examples/math_operations.rs). diff --git a/vocs/docs/pages/examples/big-numbers/math_utilities.mdx b/vocs/docs/pages/examples/big-numbers/math_utilities.mdx index 97210eb..e75458e 100644 --- a/vocs/docs/pages/examples/big-numbers/math_utilities.mdx +++ b/vocs/docs/pages/examples/big-numbers/math_utilities.mdx @@ -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: ./vocs/docs/pages/templates/big-numbers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `math_utilities` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/big-numbers/examples/math_utilities.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/big-numbers/examples/math_utilities.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/big-numbers/examples/math_utilities.rs). diff --git a/vocs/docs/pages/examples/comparison/compare_new_heads.mdx b/vocs/docs/pages/examples/comparison/compare_new_heads.mdx index 8928c92..95aca46 100644 --- a/vocs/docs/pages/examples/comparison/compare_new_heads.mdx +++ b/vocs/docs/pages/examples/comparison/compare_new_heads.mdx @@ -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: ./vocs/docs/pages/templates/comparison/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `compare_new_heads` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/comparison/examples/compare_new_heads.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/comparison/examples/compare_new_heads.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/comparison/examples/compare_new_heads.rs). diff --git a/vocs/docs/pages/examples/comparison/compare_pending_txs.mdx b/vocs/docs/pages/examples/comparison/compare_pending_txs.mdx index 5c4a62e..c18c0e2 100644 --- a/vocs/docs/pages/examples/comparison/compare_pending_txs.mdx +++ b/vocs/docs/pages/examples/comparison/compare_pending_txs.mdx @@ -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: ./vocs/docs/pages/templates/comparison/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `compare_pending_txs` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/comparison/examples/compare_pending_txs.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/comparison/examples/compare_pending_txs.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/comparison/examples/compare_pending_txs.rs). diff --git a/vocs/docs/pages/examples/contracts/arb_profit_calc.mdx b/vocs/docs/pages/examples/contracts/arb_profit_calc.mdx index b93bd90..7251189 100644 --- a/vocs/docs/pages/examples/contracts/arb_profit_calc.mdx +++ b/vocs/docs/pages/examples/contracts/arb_profit_calc.mdx @@ -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: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `arb_profit_calc` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/arb_profit_calc.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/arb_profit_calc.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/arb_profit_calc.rs). diff --git a/vocs/docs/pages/examples/contracts/deploy_and_link_library.mdx b/vocs/docs/pages/examples/contracts/deploy_and_link_library.mdx index 75c4175..421753a 100644 --- a/vocs/docs/pages/examples/contracts/deploy_and_link_library.mdx +++ b/vocs/docs/pages/examples/contracts/deploy_and_link_library.mdx @@ -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: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `deploy_and_link_library` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/deploy_and_link_library.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/deploy_and_link_library.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/deploy_and_link_library.rs). diff --git a/vocs/docs/pages/examples/contracts/deploy_from_artifact.mdx b/vocs/docs/pages/examples/contracts/deploy_from_artifact.mdx index 72e9727..5689c5c 100644 --- a/vocs/docs/pages/examples/contracts/deploy_from_artifact.mdx +++ b/vocs/docs/pages/examples/contracts/deploy_from_artifact.mdx @@ -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: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `deploy_from_artifact` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/deploy_from_artifact.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/deploy_from_artifact.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/deploy_from_artifact.rs). diff --git a/vocs/docs/pages/examples/contracts/deploy_from_bytecode.mdx b/vocs/docs/pages/examples/contracts/deploy_from_bytecode.mdx index db4bea3..4b5c59a 100644 --- a/vocs/docs/pages/examples/contracts/deploy_from_bytecode.mdx +++ b/vocs/docs/pages/examples/contracts/deploy_from_bytecode.mdx @@ -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: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `deploy_from_bytecode` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/deploy_from_bytecode.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/deploy_from_bytecode.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/deploy_from_bytecode.rs). diff --git a/vocs/docs/pages/examples/contracts/deploy_from_contract.mdx b/vocs/docs/pages/examples/contracts/deploy_from_contract.mdx index 7d8ea92..ff2c361 100644 --- a/vocs/docs/pages/examples/contracts/deploy_from_contract.mdx +++ b/vocs/docs/pages/examples/contracts/deploy_from_contract.mdx @@ -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: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `deploy_from_contract` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/deploy_from_contract.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/deploy_from_contract.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/deploy_from_contract.rs). diff --git a/vocs/docs/pages/examples/contracts/helpers.mdx b/vocs/docs/pages/examples/contracts/helpers.mdx index 7088896..7c6084b 100644 --- a/vocs/docs/pages/examples/contracts/helpers.mdx +++ b/vocs/docs/pages/examples/contracts/helpers.mdx @@ -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: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `helpers` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/helpers.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/helpers.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/helpers.rs). diff --git a/vocs/docs/pages/examples/contracts/interact_with_abi.mdx b/vocs/docs/pages/examples/contracts/interact_with_abi.mdx index 27fe557..23dfe84 100644 --- a/vocs/docs/pages/examples/contracts/interact_with_abi.mdx +++ b/vocs/docs/pages/examples/contracts/interact_with_abi.mdx @@ -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: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `interact_with_abi` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/interact_with_abi.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/interact_with_abi.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/interact_with_abi.rs). diff --git a/vocs/docs/pages/examples/contracts/interact_with_contract_instance.mdx b/vocs/docs/pages/examples/contracts/interact_with_contract_instance.mdx index ab0ce6f..ef6373b 100644 --- a/vocs/docs/pages/examples/contracts/interact_with_contract_instance.mdx +++ b/vocs/docs/pages/examples/contracts/interact_with_contract_instance.mdx @@ -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: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `interact_with_contract_instance` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/interact_with_contract_instance.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/interact_with_contract_instance.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/interact_with_contract_instance.rs). diff --git a/vocs/docs/pages/examples/contracts/jsonrpc_error_decoding.mdx b/vocs/docs/pages/examples/contracts/jsonrpc_error_decoding.mdx index e2d3828..3611aec 100644 --- a/vocs/docs/pages/examples/contracts/jsonrpc_error_decoding.mdx +++ b/vocs/docs/pages/examples/contracts/jsonrpc_error_decoding.mdx @@ -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: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `jsonrpc_error_decoding` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/jsonrpc_error_decoding.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/jsonrpc_error_decoding.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/jsonrpc_error_decoding.rs). diff --git a/vocs/docs/pages/examples/contracts/revert_decoding.mdx b/vocs/docs/pages/examples/contracts/revert_decoding.mdx index d85559c..bc5a051 100644 --- a/vocs/docs/pages/examples/contracts/revert_decoding.mdx +++ b/vocs/docs/pages/examples/contracts/revert_decoding.mdx @@ -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: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `revert_decoding` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/revert_decoding.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/revert_decoding.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/revert_decoding.rs). diff --git a/vocs/docs/pages/examples/contracts/simulation_uni_v2.mdx b/vocs/docs/pages/examples/contracts/simulation_uni_v2.mdx index 073d2ff..9fbc8bf 100644 --- a/vocs/docs/pages/examples/contracts/simulation_uni_v2.mdx +++ b/vocs/docs/pages/examples/contracts/simulation_uni_v2.mdx @@ -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: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `simulation_uni_v2` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/simulation_uni_v2.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/simulation_uni_v2.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/simulation_uni_v2.rs). diff --git a/vocs/docs/pages/examples/contracts/unknown_return_types.mdx b/vocs/docs/pages/examples/contracts/unknown_return_types.mdx index bba39d2..8345725 100644 --- a/vocs/docs/pages/examples/contracts/unknown_return_types.mdx +++ b/vocs/docs/pages/examples/contracts/unknown_return_types.mdx @@ -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: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `unknown_return_types` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/unknown_return_types.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/unknown_return_types.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/unknown_return_types.rs). diff --git a/vocs/docs/pages/examples/ens/README.mdx b/vocs/docs/pages/examples/ens/README.mdx new file mode 100644 index 0000000..55f3f6b --- /dev/null +++ b/vocs/docs/pages/examples/ens/README.mdx @@ -0,0 +1,3 @@ +import Template from '../../templates/ens/README.mdx' + +