From 4de775e6f3d332ad747bf2fafad569939ebf31bd Mon Sep 17 00:00:00 2001 From: Yash Atreya <44857776+yash-atreya@users.noreply.github.com> Date: Thu, 10 Apr 2025 15:49:03 +0530 Subject: [PATCH] chore: update examples --- lib/examples | 2 +- .../pages/examples/advanced/any_network.mdx | 4 ++-- .../examples/advanced/decoding_json_abi.mdx | 4 ++-- .../examples/advanced/encoding_dyn_abi.mdx | 4 ++-- .../examples/advanced/encoding_sol_static.mdx | 4 ++-- .../examples/advanced/foundry_fork_db.mdx | 4 ++-- .../pages/examples/advanced/reth_db_layer.mdx | 4 ++-- .../examples/advanced/reth_db_provider.mdx | 4 ++-- .../big-numbers/comparison_equivalence.mdx | 4 ++-- .../pages/examples/big-numbers/conversion.mdx | 4 ++-- .../examples/big-numbers/create_instances.mdx | 4 ++-- .../examples/big-numbers/math_operations.mdx | 4 ++-- .../examples/big-numbers/math_utilities.mdx | 4 ++-- .../examples/comparison/compare_new_heads.mdx | 4 ++-- .../comparison/compare_pending_txs.mdx | 4 ++-- .../contracts/deploy_and_link_library.mdx | 4 ++-- .../contracts/deploy_from_artifact.mdx | 4 ++-- .../contracts/deploy_from_bytecode.mdx | 4 ++-- .../contracts/deploy_from_contract.mdx | 4 ++-- .../examples/contracts/interact_with_abi.mdx | 4 ++-- .../interact_with_contract_instance.mdx | 4 ++-- .../contracts/jsonrpc_error_decoding.mdx | 4 ++-- .../examples/contracts/revert_decoding.mdx | 4 ++-- .../contracts/unknown_return_types.mdx | 4 ++-- .../docs/pages/examples/fillers/gas_filler.mdx | 4 ++-- .../pages/examples/fillers/nonce_filler.mdx | 4 ++-- .../examples/fillers/recommended_fillers.mdx | 4 ++-- .../pages/examples/fillers/wallet_filler.mdx | 4 ++-- .../pages/examples/layers/fallback_layer.mdx | 4 ++-- .../pages/examples/layers/hyper_http_layer.mdx | 4 ++-- .../pages/examples/layers/logging_layer.mdx | 4 ++-- .../docs/pages/examples/layers/retry_layer.mdx | 4 ++-- .../node-bindings/anvil_deploy_contract.mdx | 4 ++-- .../node-bindings/anvil_fork_instance.mdx | 4 ++-- .../node-bindings/anvil_fork_provider.mdx | 4 ++-- .../node-bindings/anvil_local_instance.mdx | 4 ++-- .../node-bindings/anvil_local_provider.mdx | 4 ++-- .../node-bindings/anvil_set_storage_at.mdx | 4 ++-- .../node-bindings/geth_local_instance.mdx | 4 ++-- .../node-bindings/reth_local_instance.mdx | 4 ++-- .../primitives/bytes_and_address_types.mdx | 4 ++-- .../examples/primitives/hashing_functions.mdx | 4 ++-- .../pages/examples/providers/batch_rpc.mdx | 4 ++-- vocs/docs/pages/examples/providers/builder.mdx | 4 ++-- vocs/docs/pages/examples/providers/builtin.mdx | 4 ++-- .../pages/examples/providers/dyn_provider.mdx | 4 ++-- vocs/docs/pages/examples/providers/http.mdx | 4 ++-- .../examples/providers/http_with_auth.mdx | 4 ++-- vocs/docs/pages/examples/providers/ipc.mdx | 4 ++-- vocs/docs/pages/examples/providers/mocking.mdx | 4 ++-- .../pages/examples/providers/multicall.mdx | 4 ++-- .../examples/providers/multicall_batching.mdx | 4 ++-- .../examples/providers/wrapped_provider.mdx | 4 ++-- vocs/docs/pages/examples/providers/ws.mdx | 4 ++-- .../pages/examples/providers/ws_with_auth.mdx | 4 ++-- .../queries/query_contract_storage.mdx | 4 ++-- .../queries/query_deployed_bytecode.mdx | 4 ++-- .../docs/pages/examples/queries/query_logs.mdx | 4 ++-- .../pages/examples/sol-macro/all_derives.mdx | 4 ++-- .../docs/pages/examples/sol-macro/contract.mdx | 4 ++-- .../examples/sol-macro/decode_returns.mdx | 4 ++-- .../pages/examples/sol-macro/events_errors.mdx | 4 ++-- .../pages/examples/sol-macro/extra_derives.mdx | 4 ++-- .../pages/examples/sol-macro/structs_enums.mdx | 4 ++-- .../examples/sol-macro/user_defined_types.mdx | 4 ++-- .../subscriptions/event_multiplexer.mdx | 4 ++-- .../pages/examples/subscriptions/poll_logs.mdx | 4 ++-- .../subscriptions/subscribe_all_logs.mdx | 4 ++-- .../subscriptions/subscribe_blocks.mdx | 4 ++-- .../examples/subscriptions/subscribe_logs.mdx | 4 ++-- .../subscribe_pending_transactions.mdx | 4 ++-- .../transactions/debug_trace_call_many.mdx | 4 ++-- .../examples/transactions/decode_input.mdx | 4 ++-- .../transactions/decode_receipt_log.mdx | 4 ++-- .../transactions/encode_decode_eip1559.mdx | 4 ++-- .../examples/transactions/gas_price_usd.mdx | 4 ++-- .../permit2_signature_transfer.mdx | 4 ++-- .../transactions/send_eip1559_transaction.mdx | 4 ++-- .../transactions/send_eip4844_transaction.mdx | 4 ++-- .../transactions/send_eip7702_transaction.mdx | 4 ++-- .../transactions/send_legacy_transaction.mdx | 4 ++-- .../transactions/send_private_transaction.mdx | 4 ++-- .../transactions/send_raw_transaction.mdx | 4 ++-- .../pages/examples/transactions/trace_call.mdx | 4 ++-- .../examples/transactions/trace_call_many.mdx | 4 ++-- .../transactions/trace_transaction.mdx | 4 ++-- .../examples/transactions/transfer_erc20.mdx | 4 ++-- .../examples/transactions/transfer_eth.mdx | 4 ++-- .../examples/transactions/with_access_list.mdx | 4 ++-- .../docs/pages/examples/wallets/aws_signer.mdx | 4 ++-- .../pages/examples/wallets/create_keystore.mdx | 4 ++-- .../pages/examples/wallets/ethereum_wallet.mdx | 4 ++-- .../docs/pages/examples/wallets/gcp_signer.mdx | 4 ++-- .../pages/examples/wallets/keystore_signer.mdx | 4 ++-- .../pages/examples/wallets/ledger_signer.mdx | 4 ++-- .../pages/examples/wallets/mnemonic_signer.mdx | 4 ++-- .../examples/wallets/private_key_signer.mdx | 4 ++-- .../pages/examples/wallets/sign_message.mdx | 4 ++-- .../examples/wallets/sign_permit_hash.mdx | 4 ++-- .../pages/examples/wallets/trezor_signer.mdx | 4 ++-- .../pages/examples/wallets/verify_message.mdx | 4 ++-- .../pages/examples/wallets/yubi_signer.mdx | 4 ++-- vocs/docs/pages/templates/providers/README.mdx | 2 ++ vocs/docs/pages/templates/sol-macro/README.mdx | 2 ++ vocs/docs/snippets/advanced/Cargo.toml | 18 +++++++++--------- .../examples/deploy_and_link_library.rs | 2 +- .../contracts/examples/deploy_from_artifact.rs | 2 +- .../contracts/examples/deploy_from_bytecode.rs | 2 +- .../contracts/examples/deploy_from_contract.rs | 2 +- .../contracts/examples/interact_with_abi.rs | 2 +- .../examples/anvil_deploy_contract.rs | 2 +- .../examples/anvil_set_storage_at.rs | 4 ++-- .../providers/examples/dyn_provider.rs | 2 +- .../snippets/providers/examples/multicall.rs | 6 +++--- .../providers/examples/multicall_batching.rs | 2 +- .../providers/examples/wrapped_provider.rs | 8 ++++---- .../sol-macro/examples/decode_returns.rs | 9 +++------ .../sol-macro/examples/extra_derives.rs | 2 +- .../transactions/examples/decode_input.rs | 2 +- .../examples/encode_decode_eip1559.rs | 2 +- .../examples/permit2_signature_transfer.rs | 8 ++++---- .../transactions/examples/transfer_erc20.rs | 8 ++++---- .../transactions/examples/with_access_list.rs | 2 +- 123 files changed, 248 insertions(+), 247 deletions(-) diff --git a/lib/examples b/lib/examples index 66f5eed..a2c02c7 160000 --- a/lib/examples +++ b/lib/examples @@ -1 +1 @@ -Subproject commit 66f5eed2b40a965deba6a8c1a51f9867a427239f +Subproject commit a2c02c7af1f61ed400aa2b429398cba751859cee diff --git a/vocs/docs/pages/examples/advanced/any_network.mdx b/vocs/docs/pages/examples/advanced/any_network.mdx index 98698ed..a7a979e 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/advanced/examples/any_network.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/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 98b2977..8114a9f 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/advanced/examples/decoding_json_abi.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/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 42474be..f3da115 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/advanced/examples/encoding_dyn_abi.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/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 9e5ab6d..f6eacce 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/advanced/examples/encoding_sol_static.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/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 1891198..91d96b9 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/advanced/examples/foundry_fork_db.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/advanced/examples/foundry_fork_db.rs). diff --git a/vocs/docs/pages/examples/advanced/reth_db_layer.mdx b/vocs/docs/pages/examples/advanced/reth_db_layer.mdx index d677180..ec9882e 100644 --- a/vocs/docs/pages/examples/advanced/reth_db_layer.mdx +++ b/vocs/docs/pages/examples/advanced/reth_db_layer.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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `reth_db_layer` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/advanced/examples/reth_db_layer.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/advanced/examples/reth_db_layer.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/advanced/examples/reth_db_layer.rs). diff --git a/vocs/docs/pages/examples/advanced/reth_db_provider.mdx b/vocs/docs/pages/examples/advanced/reth_db_provider.mdx index ec39a37..39c488e 100644 --- a/vocs/docs/pages/examples/advanced/reth_db_provider.mdx +++ b/vocs/docs/pages/examples/advanced/reth_db_provider.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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `reth_db_provider` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/advanced/examples/reth_db_provider.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/advanced/examples/reth_db_provider.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/advanced/examples/reth_db_provider.rs). diff --git a/vocs/docs/pages/examples/big-numbers/comparison_equivalence.mdx b/vocs/docs/pages/examples/big-numbers/comparison_equivalence.mdx index d5853a7..2e1e754 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/big-numbers/examples/comparison_equivalence.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/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 436b70a..da17c8b 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/big-numbers/examples/conversion.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/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 ea26948..152f3af 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/big-numbers/examples/create_instances.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/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 58698f0..dc8f856 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/big-numbers/examples/math_operations.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/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 3c32111..96eb2ab 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/big-numbers/examples/math_utilities.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/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 b588877..d0e6b85 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/comparison/examples/compare_new_heads.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/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 7d425de..4271497 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/comparison/examples/compare_pending_txs.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/comparison/examples/compare_pending_txs.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 d639564..267cf4b 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/contracts/examples/deploy_and_link_library.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/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 09ca0dc..3123687 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/contracts/examples/deploy_from_artifact.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/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 547f630..8bfa1fe 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/contracts/examples/deploy_from_bytecode.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/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 345fb7a..cb7f342 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/contracts/examples/deploy_from_contract.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/contracts/examples/deploy_from_contract.rs). diff --git a/vocs/docs/pages/examples/contracts/interact_with_abi.mdx b/vocs/docs/pages/examples/contracts/interact_with_abi.mdx index 9d7fd13..fadabb4 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/contracts/examples/interact_with_abi.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/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 f088d40..2de5aa4 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/contracts/examples/interact_with_contract_instance.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/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 cda43a1..b8d8e48 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/contracts/examples/jsonrpc_error_decoding.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/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 f8bd637..15c366f 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/contracts/examples/revert_decoding.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/contracts/examples/revert_decoding.rs). diff --git a/vocs/docs/pages/examples/contracts/unknown_return_types.mdx b/vocs/docs/pages/examples/contracts/unknown_return_types.mdx index 7dd91d0..8f75f0d 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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/contracts/examples/unknown_return_types.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/contracts/examples/unknown_return_types.rs). diff --git a/vocs/docs/pages/examples/fillers/gas_filler.mdx b/vocs/docs/pages/examples/fillers/gas_filler.mdx index 98e93d9..9069d15 100644 --- a/vocs/docs/pages/examples/fillers/gas_filler.mdx +++ b/vocs/docs/pages/examples/fillers/gas_filler.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/fillers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `gas_filler` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/fillers/examples/gas_filler.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/fillers/examples/gas_filler.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/fillers/examples/gas_filler.rs). diff --git a/vocs/docs/pages/examples/fillers/nonce_filler.mdx b/vocs/docs/pages/examples/fillers/nonce_filler.mdx index f84ec2e..e0ef6a2 100644 --- a/vocs/docs/pages/examples/fillers/nonce_filler.mdx +++ b/vocs/docs/pages/examples/fillers/nonce_filler.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/fillers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `nonce_filler` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/fillers/examples/nonce_filler.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/fillers/examples/nonce_filler.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/fillers/examples/nonce_filler.rs). diff --git a/vocs/docs/pages/examples/fillers/recommended_fillers.mdx b/vocs/docs/pages/examples/fillers/recommended_fillers.mdx index 742bede..5350b50 100644 --- a/vocs/docs/pages/examples/fillers/recommended_fillers.mdx +++ b/vocs/docs/pages/examples/fillers/recommended_fillers.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/fillers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `recommended_fillers` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/fillers/examples/recommended_fillers.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/fillers/examples/recommended_fillers.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/fillers/examples/recommended_fillers.rs). diff --git a/vocs/docs/pages/examples/fillers/wallet_filler.mdx b/vocs/docs/pages/examples/fillers/wallet_filler.mdx index 643fe35..a8d19a1 100644 --- a/vocs/docs/pages/examples/fillers/wallet_filler.mdx +++ b/vocs/docs/pages/examples/fillers/wallet_filler.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/fillers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `wallet_filler` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/fillers/examples/wallet_filler.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/fillers/examples/wallet_filler.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/fillers/examples/wallet_filler.rs). diff --git a/vocs/docs/pages/examples/layers/fallback_layer.mdx b/vocs/docs/pages/examples/layers/fallback_layer.mdx index 108915f..d150c4d 100644 --- a/vocs/docs/pages/examples/layers/fallback_layer.mdx +++ b/vocs/docs/pages/examples/layers/fallback_layer.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/layers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `fallback_layer` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/layers/examples/fallback_layer.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/layers/examples/fallback_layer.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/layers/examples/fallback_layer.rs). diff --git a/vocs/docs/pages/examples/layers/hyper_http_layer.mdx b/vocs/docs/pages/examples/layers/hyper_http_layer.mdx index 4a1da20..a7bc0df 100644 --- a/vocs/docs/pages/examples/layers/hyper_http_layer.mdx +++ b/vocs/docs/pages/examples/layers/hyper_http_layer.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/layers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `hyper_http_layer` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/layers/examples/hyper_http_layer.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/layers/examples/hyper_http_layer.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/layers/examples/hyper_http_layer.rs). diff --git a/vocs/docs/pages/examples/layers/logging_layer.mdx b/vocs/docs/pages/examples/layers/logging_layer.mdx index 6bbbe59..38dfc2f 100644 --- a/vocs/docs/pages/examples/layers/logging_layer.mdx +++ b/vocs/docs/pages/examples/layers/logging_layer.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/layers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `logging_layer` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/layers/examples/logging_layer.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/layers/examples/logging_layer.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/layers/examples/logging_layer.rs). diff --git a/vocs/docs/pages/examples/layers/retry_layer.mdx b/vocs/docs/pages/examples/layers/retry_layer.mdx index a688e3e..db8b7a5 100644 --- a/vocs/docs/pages/examples/layers/retry_layer.mdx +++ b/vocs/docs/pages/examples/layers/retry_layer.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/layers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `retry_layer` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/layers/examples/retry_layer.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/layers/examples/retry_layer.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/layers/examples/retry_layer.rs). diff --git a/vocs/docs/pages/examples/node-bindings/anvil_deploy_contract.mdx b/vocs/docs/pages/examples/node-bindings/anvil_deploy_contract.mdx index 62bcafe..5fa7a86 100644 --- a/vocs/docs/pages/examples/node-bindings/anvil_deploy_contract.mdx +++ b/vocs/docs/pages/examples/node-bindings/anvil_deploy_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/node-bindings/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `anvil_deploy_contract` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/node-bindings/examples/anvil_deploy_contract.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/node-bindings/examples/anvil_deploy_contract.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/node-bindings/examples/anvil_deploy_contract.rs). diff --git a/vocs/docs/pages/examples/node-bindings/anvil_fork_instance.mdx b/vocs/docs/pages/examples/node-bindings/anvil_fork_instance.mdx index 8caf878..b993928 100644 --- a/vocs/docs/pages/examples/node-bindings/anvil_fork_instance.mdx +++ b/vocs/docs/pages/examples/node-bindings/anvil_fork_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/node-bindings/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `anvil_fork_instance` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/node-bindings/examples/anvil_fork_instance.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/node-bindings/examples/anvil_fork_instance.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/node-bindings/examples/anvil_fork_instance.rs). diff --git a/vocs/docs/pages/examples/node-bindings/anvil_fork_provider.mdx b/vocs/docs/pages/examples/node-bindings/anvil_fork_provider.mdx index b451233..20c62ee 100644 --- a/vocs/docs/pages/examples/node-bindings/anvil_fork_provider.mdx +++ b/vocs/docs/pages/examples/node-bindings/anvil_fork_provider.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/node-bindings/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `anvil_fork_provider` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/node-bindings/examples/anvil_fork_provider.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/node-bindings/examples/anvil_fork_provider.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/node-bindings/examples/anvil_fork_provider.rs). diff --git a/vocs/docs/pages/examples/node-bindings/anvil_local_instance.mdx b/vocs/docs/pages/examples/node-bindings/anvil_local_instance.mdx index c75624f..bfb3396 100644 --- a/vocs/docs/pages/examples/node-bindings/anvil_local_instance.mdx +++ b/vocs/docs/pages/examples/node-bindings/anvil_local_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/node-bindings/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `anvil_local_instance` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/node-bindings/examples/anvil_local_instance.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/node-bindings/examples/anvil_local_instance.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/node-bindings/examples/anvil_local_instance.rs). diff --git a/vocs/docs/pages/examples/node-bindings/anvil_local_provider.mdx b/vocs/docs/pages/examples/node-bindings/anvil_local_provider.mdx index 2428c06..809c158 100644 --- a/vocs/docs/pages/examples/node-bindings/anvil_local_provider.mdx +++ b/vocs/docs/pages/examples/node-bindings/anvil_local_provider.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/node-bindings/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `anvil_local_provider` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/node-bindings/examples/anvil_local_provider.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/node-bindings/examples/anvil_local_provider.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/node-bindings/examples/anvil_local_provider.rs). diff --git a/vocs/docs/pages/examples/node-bindings/anvil_set_storage_at.mdx b/vocs/docs/pages/examples/node-bindings/anvil_set_storage_at.mdx index 2f46ac4..5f2333e 100644 --- a/vocs/docs/pages/examples/node-bindings/anvil_set_storage_at.mdx +++ b/vocs/docs/pages/examples/node-bindings/anvil_set_storage_at.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/node-bindings/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `anvil_set_storage_at` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/node-bindings/examples/anvil_set_storage_at.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/node-bindings/examples/anvil_set_storage_at.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/node-bindings/examples/anvil_set_storage_at.rs). diff --git a/vocs/docs/pages/examples/node-bindings/geth_local_instance.mdx b/vocs/docs/pages/examples/node-bindings/geth_local_instance.mdx index 986a4bb..fe6ebc8 100644 --- a/vocs/docs/pages/examples/node-bindings/geth_local_instance.mdx +++ b/vocs/docs/pages/examples/node-bindings/geth_local_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/node-bindings/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `geth_local_instance` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/node-bindings/examples/geth_local_instance.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/node-bindings/examples/geth_local_instance.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/node-bindings/examples/geth_local_instance.rs). diff --git a/vocs/docs/pages/examples/node-bindings/reth_local_instance.mdx b/vocs/docs/pages/examples/node-bindings/reth_local_instance.mdx index 43b3208..b0981de 100644 --- a/vocs/docs/pages/examples/node-bindings/reth_local_instance.mdx +++ b/vocs/docs/pages/examples/node-bindings/reth_local_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/node-bindings/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `reth_local_instance` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/node-bindings/examples/reth_local_instance.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/node-bindings/examples/reth_local_instance.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/node-bindings/examples/reth_local_instance.rs). diff --git a/vocs/docs/pages/examples/primitives/bytes_and_address_types.mdx b/vocs/docs/pages/examples/primitives/bytes_and_address_types.mdx index 8975a92..2fe5356 100644 --- a/vocs/docs/pages/examples/primitives/bytes_and_address_types.mdx +++ b/vocs/docs/pages/examples/primitives/bytes_and_address_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/primitives/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `bytes_and_address_types` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/primitives/examples/bytes_and_address_types.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/primitives/examples/bytes_and_address_types.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/primitives/examples/bytes_and_address_types.rs). diff --git a/vocs/docs/pages/examples/primitives/hashing_functions.mdx b/vocs/docs/pages/examples/primitives/hashing_functions.mdx index a094fb3..cd0ece4 100644 --- a/vocs/docs/pages/examples/primitives/hashing_functions.mdx +++ b/vocs/docs/pages/examples/primitives/hashing_functions.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/primitives/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `hashing_functions` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/primitives/examples/hashing_functions.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/primitives/examples/hashing_functions.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/primitives/examples/hashing_functions.rs). diff --git a/vocs/docs/pages/examples/providers/batch_rpc.mdx b/vocs/docs/pages/examples/providers/batch_rpc.mdx index 29d9a4e..969460b 100644 --- a/vocs/docs/pages/examples/providers/batch_rpc.mdx +++ b/vocs/docs/pages/examples/providers/batch_rpc.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/providers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `batch_rpc` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/providers/examples/batch_rpc.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/providers/examples/batch_rpc.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/providers/examples/batch_rpc.rs). diff --git a/vocs/docs/pages/examples/providers/builder.mdx b/vocs/docs/pages/examples/providers/builder.mdx index d0d2d6b..6ba0be2 100644 --- a/vocs/docs/pages/examples/providers/builder.mdx +++ b/vocs/docs/pages/examples/providers/builder.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/providers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `builder` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/providers/examples/builder.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/providers/examples/builder.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/providers/examples/builder.rs). diff --git a/vocs/docs/pages/examples/providers/builtin.mdx b/vocs/docs/pages/examples/providers/builtin.mdx index 312ef9b..df62945 100644 --- a/vocs/docs/pages/examples/providers/builtin.mdx +++ b/vocs/docs/pages/examples/providers/builtin.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/providers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `builtin` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/providers/examples/builtin.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/providers/examples/builtin.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/providers/examples/builtin.rs). diff --git a/vocs/docs/pages/examples/providers/dyn_provider.mdx b/vocs/docs/pages/examples/providers/dyn_provider.mdx index 7794359..e0cd59b 100644 --- a/vocs/docs/pages/examples/providers/dyn_provider.mdx +++ b/vocs/docs/pages/examples/providers/dyn_provider.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/providers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `dyn_provider` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/providers/examples/dyn_provider.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/providers/examples/dyn_provider.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/providers/examples/dyn_provider.rs). diff --git a/vocs/docs/pages/examples/providers/http.mdx b/vocs/docs/pages/examples/providers/http.mdx index 701e982..da048cf 100644 --- a/vocs/docs/pages/examples/providers/http.mdx +++ b/vocs/docs/pages/examples/providers/http.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/providers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `http` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/providers/examples/http.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/providers/examples/http.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/providers/examples/http.rs). diff --git a/vocs/docs/pages/examples/providers/http_with_auth.mdx b/vocs/docs/pages/examples/providers/http_with_auth.mdx index 227e766..253f70b 100644 --- a/vocs/docs/pages/examples/providers/http_with_auth.mdx +++ b/vocs/docs/pages/examples/providers/http_with_auth.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/providers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `http_with_auth` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/providers/examples/http_with_auth.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/providers/examples/http_with_auth.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/providers/examples/http_with_auth.rs). diff --git a/vocs/docs/pages/examples/providers/ipc.mdx b/vocs/docs/pages/examples/providers/ipc.mdx index 9f28d76..91d0081 100644 --- a/vocs/docs/pages/examples/providers/ipc.mdx +++ b/vocs/docs/pages/examples/providers/ipc.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/providers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `ipc` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/providers/examples/ipc.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/providers/examples/ipc.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/providers/examples/ipc.rs). diff --git a/vocs/docs/pages/examples/providers/mocking.mdx b/vocs/docs/pages/examples/providers/mocking.mdx index 0640012..573925d 100644 --- a/vocs/docs/pages/examples/providers/mocking.mdx +++ b/vocs/docs/pages/examples/providers/mocking.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/providers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `mocking` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/providers/examples/mocking.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/providers/examples/mocking.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/providers/examples/mocking.rs). diff --git a/vocs/docs/pages/examples/providers/multicall.mdx b/vocs/docs/pages/examples/providers/multicall.mdx index 2407293..9b3e183 100644 --- a/vocs/docs/pages/examples/providers/multicall.mdx +++ b/vocs/docs/pages/examples/providers/multicall.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/providers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `multicall` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/providers/examples/multicall.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/providers/examples/multicall.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/providers/examples/multicall.rs). diff --git a/vocs/docs/pages/examples/providers/multicall_batching.mdx b/vocs/docs/pages/examples/providers/multicall_batching.mdx index e649f8e..db8fe4c 100644 --- a/vocs/docs/pages/examples/providers/multicall_batching.mdx +++ b/vocs/docs/pages/examples/providers/multicall_batching.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/providers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `multicall_batching` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/providers/examples/multicall_batching.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/providers/examples/multicall_batching.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/providers/examples/multicall_batching.rs). diff --git a/vocs/docs/pages/examples/providers/wrapped_provider.mdx b/vocs/docs/pages/examples/providers/wrapped_provider.mdx index 21635f2..feb62c4 100644 --- a/vocs/docs/pages/examples/providers/wrapped_provider.mdx +++ b/vocs/docs/pages/examples/providers/wrapped_provider.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/providers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `wrapped_provider` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/providers/examples/wrapped_provider.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/providers/examples/wrapped_provider.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/providers/examples/wrapped_provider.rs). diff --git a/vocs/docs/pages/examples/providers/ws.mdx b/vocs/docs/pages/examples/providers/ws.mdx index fe735d4..ab24b91 100644 --- a/vocs/docs/pages/examples/providers/ws.mdx +++ b/vocs/docs/pages/examples/providers/ws.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/providers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `ws` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/providers/examples/ws.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/providers/examples/ws.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/providers/examples/ws.rs). diff --git a/vocs/docs/pages/examples/providers/ws_with_auth.mdx b/vocs/docs/pages/examples/providers/ws_with_auth.mdx index 98fe351..7393e64 100644 --- a/vocs/docs/pages/examples/providers/ws_with_auth.mdx +++ b/vocs/docs/pages/examples/providers/ws_with_auth.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/providers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `ws_with_auth` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/providers/examples/ws_with_auth.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/providers/examples/ws_with_auth.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/providers/examples/ws_with_auth.rs). diff --git a/vocs/docs/pages/examples/queries/query_contract_storage.mdx b/vocs/docs/pages/examples/queries/query_contract_storage.mdx index 4b34a8f..18dce8b 100644 --- a/vocs/docs/pages/examples/queries/query_contract_storage.mdx +++ b/vocs/docs/pages/examples/queries/query_contract_storage.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/queries/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `query_contract_storage` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/queries/examples/query_contract_storage.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/queries/examples/query_contract_storage.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/queries/examples/query_contract_storage.rs). diff --git a/vocs/docs/pages/examples/queries/query_deployed_bytecode.mdx b/vocs/docs/pages/examples/queries/query_deployed_bytecode.mdx index 90bf2a6..d50c44e 100644 --- a/vocs/docs/pages/examples/queries/query_deployed_bytecode.mdx +++ b/vocs/docs/pages/examples/queries/query_deployed_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/queries/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `query_deployed_bytecode` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/queries/examples/query_deployed_bytecode.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/queries/examples/query_deployed_bytecode.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/queries/examples/query_deployed_bytecode.rs). diff --git a/vocs/docs/pages/examples/queries/query_logs.mdx b/vocs/docs/pages/examples/queries/query_logs.mdx index 9aa5a46..cc4d24b 100644 --- a/vocs/docs/pages/examples/queries/query_logs.mdx +++ b/vocs/docs/pages/examples/queries/query_logs.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/queries/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `query_logs` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/queries/examples/query_logs.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/queries/examples/query_logs.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/queries/examples/query_logs.rs). diff --git a/vocs/docs/pages/examples/sol-macro/all_derives.mdx b/vocs/docs/pages/examples/sol-macro/all_derives.mdx index 78de3aa..b55a066 100644 --- a/vocs/docs/pages/examples/sol-macro/all_derives.mdx +++ b/vocs/docs/pages/examples/sol-macro/all_derives.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/sol-macro/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `all_derives` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/sol-macro/examples/all_derives.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/sol-macro/examples/all_derives.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/sol-macro/examples/all_derives.rs). diff --git a/vocs/docs/pages/examples/sol-macro/contract.mdx b/vocs/docs/pages/examples/sol-macro/contract.mdx index 345fb7a..cb7f342 100644 --- a/vocs/docs/pages/examples/sol-macro/contract.mdx +++ b/vocs/docs/pages/examples/sol-macro/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/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## 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/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/contracts/examples/deploy_from_contract.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/contracts/examples/deploy_from_contract.rs). diff --git a/vocs/docs/pages/examples/sol-macro/decode_returns.mdx b/vocs/docs/pages/examples/sol-macro/decode_returns.mdx index fa1a780..84e03ae 100644 --- a/vocs/docs/pages/examples/sol-macro/decode_returns.mdx +++ b/vocs/docs/pages/examples/sol-macro/decode_returns.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/sol-macro/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `decode_returns` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/sol-macro/examples/decode_returns.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/sol-macro/examples/decode_returns.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/sol-macro/examples/decode_returns.rs). diff --git a/vocs/docs/pages/examples/sol-macro/events_errors.mdx b/vocs/docs/pages/examples/sol-macro/events_errors.mdx index a800483..63aecaf 100644 --- a/vocs/docs/pages/examples/sol-macro/events_errors.mdx +++ b/vocs/docs/pages/examples/sol-macro/events_errors.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/sol-macro/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `events_errors` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/sol-macro/examples/events_errors.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/sol-macro/examples/events_errors.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/sol-macro/examples/events_errors.rs). diff --git a/vocs/docs/pages/examples/sol-macro/extra_derives.mdx b/vocs/docs/pages/examples/sol-macro/extra_derives.mdx index 5f6b6fb..8519160 100644 --- a/vocs/docs/pages/examples/sol-macro/extra_derives.mdx +++ b/vocs/docs/pages/examples/sol-macro/extra_derives.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/sol-macro/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `extra_derives` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/sol-macro/examples/extra_derives.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/sol-macro/examples/extra_derives.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/sol-macro/examples/extra_derives.rs). diff --git a/vocs/docs/pages/examples/sol-macro/structs_enums.mdx b/vocs/docs/pages/examples/sol-macro/structs_enums.mdx index 45b2c8b..cd96c39 100644 --- a/vocs/docs/pages/examples/sol-macro/structs_enums.mdx +++ b/vocs/docs/pages/examples/sol-macro/structs_enums.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/sol-macro/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `structs_enums` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/sol-macro/examples/structs_enums.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/sol-macro/examples/structs_enums.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/sol-macro/examples/structs_enums.rs). diff --git a/vocs/docs/pages/examples/sol-macro/user_defined_types.mdx b/vocs/docs/pages/examples/sol-macro/user_defined_types.mdx index 91af773..2993117 100644 --- a/vocs/docs/pages/examples/sol-macro/user_defined_types.mdx +++ b/vocs/docs/pages/examples/sol-macro/user_defined_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/sol-macro/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `user_defined_types` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/sol-macro/examples/user_defined_types.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/sol-macro/examples/user_defined_types.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/sol-macro/examples/user_defined_types.rs). diff --git a/vocs/docs/pages/examples/subscriptions/event_multiplexer.mdx b/vocs/docs/pages/examples/subscriptions/event_multiplexer.mdx index 6be53e7..6d1bb2d 100644 --- a/vocs/docs/pages/examples/subscriptions/event_multiplexer.mdx +++ b/vocs/docs/pages/examples/subscriptions/event_multiplexer.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/subscriptions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `event_multiplexer` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/subscriptions/examples/event_multiplexer.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/subscriptions/examples/event_multiplexer.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/subscriptions/examples/event_multiplexer.rs). diff --git a/vocs/docs/pages/examples/subscriptions/poll_logs.mdx b/vocs/docs/pages/examples/subscriptions/poll_logs.mdx index 22f2eb4..17babc7 100644 --- a/vocs/docs/pages/examples/subscriptions/poll_logs.mdx +++ b/vocs/docs/pages/examples/subscriptions/poll_logs.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/subscriptions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `poll_logs` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/subscriptions/examples/poll_logs.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/subscriptions/examples/poll_logs.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/subscriptions/examples/poll_logs.rs). diff --git a/vocs/docs/pages/examples/subscriptions/subscribe_all_logs.mdx b/vocs/docs/pages/examples/subscriptions/subscribe_all_logs.mdx index 645d760..2eab526 100644 --- a/vocs/docs/pages/examples/subscriptions/subscribe_all_logs.mdx +++ b/vocs/docs/pages/examples/subscriptions/subscribe_all_logs.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/subscriptions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `subscribe_all_logs` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/subscriptions/examples/subscribe_all_logs.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/subscriptions/examples/subscribe_all_logs.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/subscriptions/examples/subscribe_all_logs.rs). diff --git a/vocs/docs/pages/examples/subscriptions/subscribe_blocks.mdx b/vocs/docs/pages/examples/subscriptions/subscribe_blocks.mdx index 6b1d000..1ddef1e 100644 --- a/vocs/docs/pages/examples/subscriptions/subscribe_blocks.mdx +++ b/vocs/docs/pages/examples/subscriptions/subscribe_blocks.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/subscriptions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `subscribe_blocks` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/subscriptions/examples/subscribe_blocks.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/subscriptions/examples/subscribe_blocks.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/subscriptions/examples/subscribe_blocks.rs). diff --git a/vocs/docs/pages/examples/subscriptions/subscribe_logs.mdx b/vocs/docs/pages/examples/subscriptions/subscribe_logs.mdx index 086c355..b3223dc 100644 --- a/vocs/docs/pages/examples/subscriptions/subscribe_logs.mdx +++ b/vocs/docs/pages/examples/subscriptions/subscribe_logs.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/subscriptions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `subscribe_logs` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/subscriptions/examples/subscribe_logs.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/subscriptions/examples/subscribe_logs.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/subscriptions/examples/subscribe_logs.rs). diff --git a/vocs/docs/pages/examples/subscriptions/subscribe_pending_transactions.mdx b/vocs/docs/pages/examples/subscriptions/subscribe_pending_transactions.mdx index 0fef8dd..e4db86b 100644 --- a/vocs/docs/pages/examples/subscriptions/subscribe_pending_transactions.mdx +++ b/vocs/docs/pages/examples/subscriptions/subscribe_pending_transactions.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/subscriptions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `subscribe_pending_transactions` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/subscriptions/examples/subscribe_pending_transactions.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/subscriptions/examples/subscribe_pending_transactions.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/subscriptions/examples/subscribe_pending_transactions.rs). diff --git a/vocs/docs/pages/examples/transactions/debug_trace_call_many.mdx b/vocs/docs/pages/examples/transactions/debug_trace_call_many.mdx index a0076e8..a51fd98 100644 --- a/vocs/docs/pages/examples/transactions/debug_trace_call_many.mdx +++ b/vocs/docs/pages/examples/transactions/debug_trace_call_many.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `debug_trace_call_many` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/debug_trace_call_many.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/debug_trace_call_many.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/debug_trace_call_many.rs). diff --git a/vocs/docs/pages/examples/transactions/decode_input.mdx b/vocs/docs/pages/examples/transactions/decode_input.mdx index 3ae1ac0..bc7440f 100644 --- a/vocs/docs/pages/examples/transactions/decode_input.mdx +++ b/vocs/docs/pages/examples/transactions/decode_input.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `decode_input` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/decode_input.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/decode_input.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/decode_input.rs). diff --git a/vocs/docs/pages/examples/transactions/decode_receipt_log.mdx b/vocs/docs/pages/examples/transactions/decode_receipt_log.mdx index a1dff32..d3e54ef 100644 --- a/vocs/docs/pages/examples/transactions/decode_receipt_log.mdx +++ b/vocs/docs/pages/examples/transactions/decode_receipt_log.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `decode_receipt_log` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/decode_receipt_log.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/decode_receipt_log.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/decode_receipt_log.rs). diff --git a/vocs/docs/pages/examples/transactions/encode_decode_eip1559.mdx b/vocs/docs/pages/examples/transactions/encode_decode_eip1559.mdx index a60ad9e..856e036 100644 --- a/vocs/docs/pages/examples/transactions/encode_decode_eip1559.mdx +++ b/vocs/docs/pages/examples/transactions/encode_decode_eip1559.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `encode_decode_eip1559` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/encode_decode_eip1559.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/encode_decode_eip1559.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/encode_decode_eip1559.rs). diff --git a/vocs/docs/pages/examples/transactions/gas_price_usd.mdx b/vocs/docs/pages/examples/transactions/gas_price_usd.mdx index 6827e3f..9e8527f 100644 --- a/vocs/docs/pages/examples/transactions/gas_price_usd.mdx +++ b/vocs/docs/pages/examples/transactions/gas_price_usd.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `gas_price_usd` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/gas_price_usd.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/gas_price_usd.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/gas_price_usd.rs). diff --git a/vocs/docs/pages/examples/transactions/permit2_signature_transfer.mdx b/vocs/docs/pages/examples/transactions/permit2_signature_transfer.mdx index d836f67..1a06443 100644 --- a/vocs/docs/pages/examples/transactions/permit2_signature_transfer.mdx +++ b/vocs/docs/pages/examples/transactions/permit2_signature_transfer.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `permit2_signature_transfer` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/permit2_signature_transfer.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/permit2_signature_transfer.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/permit2_signature_transfer.rs). diff --git a/vocs/docs/pages/examples/transactions/send_eip1559_transaction.mdx b/vocs/docs/pages/examples/transactions/send_eip1559_transaction.mdx index dc59d2e..331cfa1 100644 --- a/vocs/docs/pages/examples/transactions/send_eip1559_transaction.mdx +++ b/vocs/docs/pages/examples/transactions/send_eip1559_transaction.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `send_eip1559_transaction` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/send_eip1559_transaction.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/send_eip1559_transaction.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/send_eip1559_transaction.rs). diff --git a/vocs/docs/pages/examples/transactions/send_eip4844_transaction.mdx b/vocs/docs/pages/examples/transactions/send_eip4844_transaction.mdx index 9682a3c..0667ba4 100644 --- a/vocs/docs/pages/examples/transactions/send_eip4844_transaction.mdx +++ b/vocs/docs/pages/examples/transactions/send_eip4844_transaction.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `send_eip4844_transaction` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/send_eip4844_transaction.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/send_eip4844_transaction.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/send_eip4844_transaction.rs). diff --git a/vocs/docs/pages/examples/transactions/send_eip7702_transaction.mdx b/vocs/docs/pages/examples/transactions/send_eip7702_transaction.mdx index 2f89c3a..4fda5ac 100644 --- a/vocs/docs/pages/examples/transactions/send_eip7702_transaction.mdx +++ b/vocs/docs/pages/examples/transactions/send_eip7702_transaction.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `send_eip7702_transaction` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/send_eip7702_transaction.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/send_eip7702_transaction.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/send_eip7702_transaction.rs). diff --git a/vocs/docs/pages/examples/transactions/send_legacy_transaction.mdx b/vocs/docs/pages/examples/transactions/send_legacy_transaction.mdx index c7ab9d7..fe76bad 100644 --- a/vocs/docs/pages/examples/transactions/send_legacy_transaction.mdx +++ b/vocs/docs/pages/examples/transactions/send_legacy_transaction.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `send_legacy_transaction` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/send_legacy_transaction.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/send_legacy_transaction.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/send_legacy_transaction.rs). diff --git a/vocs/docs/pages/examples/transactions/send_private_transaction.mdx b/vocs/docs/pages/examples/transactions/send_private_transaction.mdx index cf6ab60..eeff7c0 100644 --- a/vocs/docs/pages/examples/transactions/send_private_transaction.mdx +++ b/vocs/docs/pages/examples/transactions/send_private_transaction.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `send_private_transaction` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/send_private_transaction.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/send_private_transaction.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/send_private_transaction.rs). diff --git a/vocs/docs/pages/examples/transactions/send_raw_transaction.mdx b/vocs/docs/pages/examples/transactions/send_raw_transaction.mdx index 7da4ffd..67e3221 100644 --- a/vocs/docs/pages/examples/transactions/send_raw_transaction.mdx +++ b/vocs/docs/pages/examples/transactions/send_raw_transaction.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `send_raw_transaction` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/send_raw_transaction.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/send_raw_transaction.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/send_raw_transaction.rs). diff --git a/vocs/docs/pages/examples/transactions/trace_call.mdx b/vocs/docs/pages/examples/transactions/trace_call.mdx index 6785a8e..3194f8c 100644 --- a/vocs/docs/pages/examples/transactions/trace_call.mdx +++ b/vocs/docs/pages/examples/transactions/trace_call.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `trace_call` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/trace_call.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/trace_call.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/trace_call.rs). diff --git a/vocs/docs/pages/examples/transactions/trace_call_many.mdx b/vocs/docs/pages/examples/transactions/trace_call_many.mdx index f52f1dd..992ce60 100644 --- a/vocs/docs/pages/examples/transactions/trace_call_many.mdx +++ b/vocs/docs/pages/examples/transactions/trace_call_many.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `trace_call_many` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/trace_call_many.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/trace_call_many.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/trace_call_many.rs). diff --git a/vocs/docs/pages/examples/transactions/trace_transaction.mdx b/vocs/docs/pages/examples/transactions/trace_transaction.mdx index 08e786c..9c37dc4 100644 --- a/vocs/docs/pages/examples/transactions/trace_transaction.mdx +++ b/vocs/docs/pages/examples/transactions/trace_transaction.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `trace_transaction` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/trace_transaction.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/trace_transaction.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/trace_transaction.rs). diff --git a/vocs/docs/pages/examples/transactions/transfer_erc20.mdx b/vocs/docs/pages/examples/transactions/transfer_erc20.mdx index 5fb1992..3e34539 100644 --- a/vocs/docs/pages/examples/transactions/transfer_erc20.mdx +++ b/vocs/docs/pages/examples/transactions/transfer_erc20.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `transfer_erc20` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/transfer_erc20.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/transfer_erc20.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/transfer_erc20.rs). diff --git a/vocs/docs/pages/examples/transactions/transfer_eth.mdx b/vocs/docs/pages/examples/transactions/transfer_eth.mdx index de134aa..719fe75 100644 --- a/vocs/docs/pages/examples/transactions/transfer_eth.mdx +++ b/vocs/docs/pages/examples/transactions/transfer_eth.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `transfer_eth` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/transfer_eth.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/transfer_eth.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/transfer_eth.rs). diff --git a/vocs/docs/pages/examples/transactions/with_access_list.mdx b/vocs/docs/pages/examples/transactions/with_access_list.mdx index 181d7c8..5d8dff6 100644 --- a/vocs/docs/pages/examples/transactions/with_access_list.mdx +++ b/vocs/docs/pages/examples/transactions/with_access_list.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/transactions/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `with_access_list` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/transactions/examples/with_access_list.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/transactions/examples/with_access_list.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/transactions/examples/with_access_list.rs). diff --git a/vocs/docs/pages/examples/wallets/aws_signer.mdx b/vocs/docs/pages/examples/wallets/aws_signer.mdx index 3581288..5568abd 100644 --- a/vocs/docs/pages/examples/wallets/aws_signer.mdx +++ b/vocs/docs/pages/examples/wallets/aws_signer.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/wallets/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `aws_signer` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/wallets/examples/aws_signer.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/wallets/examples/aws_signer.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/wallets/examples/aws_signer.rs). diff --git a/vocs/docs/pages/examples/wallets/create_keystore.mdx b/vocs/docs/pages/examples/wallets/create_keystore.mdx index b147d7f..207e8ee 100644 --- a/vocs/docs/pages/examples/wallets/create_keystore.mdx +++ b/vocs/docs/pages/examples/wallets/create_keystore.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/wallets/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `create_keystore` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/wallets/examples/create_keystore.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/wallets/examples/create_keystore.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/wallets/examples/create_keystore.rs). diff --git a/vocs/docs/pages/examples/wallets/ethereum_wallet.mdx b/vocs/docs/pages/examples/wallets/ethereum_wallet.mdx index a09a227..2c0052e 100644 --- a/vocs/docs/pages/examples/wallets/ethereum_wallet.mdx +++ b/vocs/docs/pages/examples/wallets/ethereum_wallet.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/wallets/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `ethereum_wallet` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/wallets/examples/ethereum_wallet.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/wallets/examples/ethereum_wallet.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/wallets/examples/ethereum_wallet.rs). diff --git a/vocs/docs/pages/examples/wallets/gcp_signer.mdx b/vocs/docs/pages/examples/wallets/gcp_signer.mdx index 1a125fa..42d21c8 100644 --- a/vocs/docs/pages/examples/wallets/gcp_signer.mdx +++ b/vocs/docs/pages/examples/wallets/gcp_signer.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/wallets/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `gcp_signer` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/wallets/examples/gcp_signer.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/wallets/examples/gcp_signer.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/wallets/examples/gcp_signer.rs). diff --git a/vocs/docs/pages/examples/wallets/keystore_signer.mdx b/vocs/docs/pages/examples/wallets/keystore_signer.mdx index 3cfd179..dedf803 100644 --- a/vocs/docs/pages/examples/wallets/keystore_signer.mdx +++ b/vocs/docs/pages/examples/wallets/keystore_signer.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/wallets/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `keystore_signer` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/wallets/examples/keystore_signer.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/wallets/examples/keystore_signer.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/wallets/examples/keystore_signer.rs). diff --git a/vocs/docs/pages/examples/wallets/ledger_signer.mdx b/vocs/docs/pages/examples/wallets/ledger_signer.mdx index 38a49f6..207c134 100644 --- a/vocs/docs/pages/examples/wallets/ledger_signer.mdx +++ b/vocs/docs/pages/examples/wallets/ledger_signer.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/wallets/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `ledger_signer` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/wallets/examples/ledger_signer.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/wallets/examples/ledger_signer.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/wallets/examples/ledger_signer.rs). diff --git a/vocs/docs/pages/examples/wallets/mnemonic_signer.mdx b/vocs/docs/pages/examples/wallets/mnemonic_signer.mdx index 406813d..98e48fb 100644 --- a/vocs/docs/pages/examples/wallets/mnemonic_signer.mdx +++ b/vocs/docs/pages/examples/wallets/mnemonic_signer.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/wallets/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `mnemonic_signer` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/wallets/examples/mnemonic_signer.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/wallets/examples/mnemonic_signer.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/wallets/examples/mnemonic_signer.rs). diff --git a/vocs/docs/pages/examples/wallets/private_key_signer.mdx b/vocs/docs/pages/examples/wallets/private_key_signer.mdx index bb6fb7f..84413ea 100644 --- a/vocs/docs/pages/examples/wallets/private_key_signer.mdx +++ b/vocs/docs/pages/examples/wallets/private_key_signer.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/wallets/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `private_key_signer` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/wallets/examples/private_key_signer.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/wallets/examples/private_key_signer.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/wallets/examples/private_key_signer.rs). diff --git a/vocs/docs/pages/examples/wallets/sign_message.mdx b/vocs/docs/pages/examples/wallets/sign_message.mdx index ca53556..8ea214a 100644 --- a/vocs/docs/pages/examples/wallets/sign_message.mdx +++ b/vocs/docs/pages/examples/wallets/sign_message.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/wallets/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `sign_message` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/wallets/examples/sign_message.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/wallets/examples/sign_message.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/wallets/examples/sign_message.rs). diff --git a/vocs/docs/pages/examples/wallets/sign_permit_hash.mdx b/vocs/docs/pages/examples/wallets/sign_permit_hash.mdx index 45bfa8f..fd581d4 100644 --- a/vocs/docs/pages/examples/wallets/sign_permit_hash.mdx +++ b/vocs/docs/pages/examples/wallets/sign_permit_hash.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/wallets/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `sign_permit_hash` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/wallets/examples/sign_permit_hash.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/wallets/examples/sign_permit_hash.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/wallets/examples/sign_permit_hash.rs). diff --git a/vocs/docs/pages/examples/wallets/trezor_signer.mdx b/vocs/docs/pages/examples/wallets/trezor_signer.mdx index 80903f0..c06b420 100644 --- a/vocs/docs/pages/examples/wallets/trezor_signer.mdx +++ b/vocs/docs/pages/examples/wallets/trezor_signer.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/wallets/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `trezor_signer` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/wallets/examples/trezor_signer.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/wallets/examples/trezor_signer.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/wallets/examples/trezor_signer.rs). diff --git a/vocs/docs/pages/examples/wallets/verify_message.mdx b/vocs/docs/pages/examples/wallets/verify_message.mdx index 33ca75c..a309941 100644 --- a/vocs/docs/pages/examples/wallets/verify_message.mdx +++ b/vocs/docs/pages/examples/wallets/verify_message.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/wallets/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `verify_message` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/wallets/examples/verify_message.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/wallets/examples/verify_message.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/wallets/examples/verify_message.rs). diff --git a/vocs/docs/pages/examples/wallets/yubi_signer.mdx b/vocs/docs/pages/examples/wallets/yubi_signer.mdx index 0410480..6f280aa 100644 --- a/vocs/docs/pages/examples/wallets/yubi_signer.mdx +++ b/vocs/docs/pages/examples/wallets/yubi_signer.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/wallets/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee */} ## Example: `yubi_signer` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/wallets/examples/yubi_signer.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/66f5eed2b40a965deba6a8c1a51f9867a427239f/examples/wallets/examples/yubi_signer.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/a2c02c7af1f61ed400aa2b429398cba751859cee/examples/wallets/examples/yubi_signer.rs). diff --git a/vocs/docs/pages/templates/providers/README.mdx b/vocs/docs/pages/templates/providers/README.mdx index e758bfd..3106b04 100644 --- a/vocs/docs/pages/templates/providers/README.mdx +++ b/vocs/docs/pages/templates/providers/README.mdx @@ -8,6 +8,8 @@ - [WS](/examples/providers/ws) - [IPC](/examples/providers/ipc) - [Multicall Builder](/examples/providers/multicall) +- [Multicall Batch Layer](/examples/providers/multicall_batching) +- [Mocking a Provider](/examples/providers/mocking) - [WS with authentication](/examples/providers/ws_with_auth) - [JSON-RPC Batch Request](/examples/providers/batch_rpc) - [DynProvider](/examples/providers/dyn_provider) diff --git a/vocs/docs/pages/templates/sol-macro/README.mdx b/vocs/docs/pages/templates/sol-macro/README.mdx index c71824f..c72d30f 100644 --- a/vocs/docs/pages/templates/sol-macro/README.mdx +++ b/vocs/docs/pages/templates/sol-macro/README.mdx @@ -4,3 +4,5 @@ - [Events and errors](/examples/sol-macro/events_errors) - [Structs and enums](/examples/sol-macro/structs_enums) - [User defined types](/examples/sol-macro/user_defined_types) +- [`all_derives` attribute](/examples/sol-macro/all_derives) +- [`extra_derives` attribute](/examples/sol-macro/extra_derives) diff --git a/vocs/docs/snippets/advanced/Cargo.toml b/vocs/docs/snippets/advanced/Cargo.toml index f2315d8..42ea215 100644 --- a/vocs/docs/snippets/advanced/Cargo.toml +++ b/vocs/docs/snippets/advanced/Cargo.toml @@ -14,16 +14,16 @@ workspace = true [dev-dependencies] alloy.workspace = true -foundry-fork-db.workspace = true +# foundry-fork-db = "0.12" -# reth -revm-primitives = { version = "16.0.0-alpha.3", default-features = false } -revm = { version = "20.0.0", default-features = false } -reth-db = { git = "https://github.com/paradigmxyz/reth", package = "reth-db", rev = "v1.3.4" } -reth-provider = { git = "https://github.com/paradigmxyz/reth", package = "reth-provider", rev = "v1.3.4" } -reth-node-types = { git = "https://github.com/paradigmxyz/reth", package = "reth-node-types", rev = "v1.3.4" } -reth-chainspec = { git = "https://github.com/paradigmxyz/reth", package = "reth-chainspec", rev = "v1.3.4" } -reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", package = "reth-node-ethereum", rev = "v1.3.4" } +# # reth +# revm-primitives = { version = "17.0.0", default-features = false } +# revm = { version = "21.0.0", default-features = false } +# reth-db = { git = "https://github.com/paradigmxyz/reth", package = "reth-db", rev = "v1.3.8" } +# reth-provider = { git = "https://github.com/paradigmxyz/reth", package = "reth-provider", rev = "v1.3.8" } +# reth-node-types = { git = "https://github.com/paradigmxyz/reth", package = "reth-node-types", rev = "v1.3.8" } +# reth-chainspec = { git = "https://github.com/paradigmxyz/reth", package = "reth-chainspec", rev = "v1.3.8" } +# reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth", package = "reth-node-ethereum", rev = "v1.3.8" } eyre.workspace = true tokio = { workspace = true, features = ["macros", "rt-multi-thread"] } diff --git a/vocs/docs/snippets/contracts/examples/deploy_and_link_library.rs b/vocs/docs/snippets/contracts/examples/deploy_and_link_library.rs index 0efbeed..042751f 100644 --- a/vocs/docs/snippets/contracts/examples/deploy_and_link_library.rs +++ b/vocs/docs/snippets/contracts/examples/deploy_and_link_library.rs @@ -73,7 +73,7 @@ async fn main() -> Result<()> { println!("Counter.incrementUntil(10) invoked!"); // Assert the counter value is as expected - let number = counter.number().call().await?.number; + let number = counter.number().call().await?; assert_eq!(number, U256::from(1)); println!("Counter.number == 1 verified!"); diff --git a/vocs/docs/snippets/contracts/examples/deploy_from_artifact.rs b/vocs/docs/snippets/contracts/examples/deploy_from_artifact.rs index bad8bf8..21b74f8 100644 --- a/vocs/docs/snippets/contracts/examples/deploy_from_artifact.rs +++ b/vocs/docs/snippets/contracts/examples/deploy_from_artifact.rs @@ -43,7 +43,7 @@ async fn main() -> Result<()> { // return value must be accessed by index - as if it is an unnamed value. // If you prefer to use named return values, it is recommended to embed the Solidity code // directly in the `sol!` macro as shown in `deploy_from_contract.rs`. - let number = builder.call().await?._0; + let number = builder.call().await?; println!("Retrieved number: {number}"); diff --git a/vocs/docs/snippets/contracts/examples/deploy_from_bytecode.rs b/vocs/docs/snippets/contracts/examples/deploy_from_bytecode.rs index ccec64f..9bf8c6f 100644 --- a/vocs/docs/snippets/contracts/examples/deploy_from_bytecode.rs +++ b/vocs/docs/snippets/contracts/examples/deploy_from_bytecode.rs @@ -64,7 +64,7 @@ async fn main() -> Result<()> { // Retrieve the number, which should be 43. let builder = contract.number(); - let number = builder.call().await?.number.to_string(); + let number = builder.call().await?; println!("Retrieved number: {number}"); diff --git a/vocs/docs/snippets/contracts/examples/deploy_from_contract.rs b/vocs/docs/snippets/contracts/examples/deploy_from_contract.rs index 220e013..ee48bc3 100644 --- a/vocs/docs/snippets/contracts/examples/deploy_from_contract.rs +++ b/vocs/docs/snippets/contracts/examples/deploy_from_contract.rs @@ -46,7 +46,7 @@ async fn main() -> Result<()> { // Retrieve the number, which should be 43. let builder = contract.number(); - let number = builder.call().await?.number.to_string(); + let number = builder.call().await?; println!("Retrieved number: {number}"); diff --git a/vocs/docs/snippets/contracts/examples/interact_with_abi.rs b/vocs/docs/snippets/contracts/examples/interact_with_abi.rs index f66a097..f0e4cc1 100644 --- a/vocs/docs/snippets/contracts/examples/interact_with_abi.rs +++ b/vocs/docs/snippets/contracts/examples/interact_with_abi.rs @@ -23,7 +23,7 @@ async fn main() -> Result<()> { let contract = IWETH9::new(address!("C02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"), provider); // Call the contract, retrieve the total supply. - let total_supply = contract.totalSupply().call().await?._0; + let total_supply = contract.totalSupply().call().await?; println!("WETH total supply is {total_supply}"); diff --git a/vocs/docs/snippets/node-bindings/examples/anvil_deploy_contract.rs b/vocs/docs/snippets/node-bindings/examples/anvil_deploy_contract.rs index d2d902e..ec666f6 100644 --- a/vocs/docs/snippets/node-bindings/examples/anvil_deploy_contract.rs +++ b/vocs/docs/snippets/node-bindings/examples/anvil_deploy_contract.rs @@ -46,7 +46,7 @@ async fn main() -> Result<()> { // Retrieve the number, which should be 43. let builder = contract.number(); - let number = builder.call().await?.number.to_string(); + let number = builder.call().await?; println!("Retrieved number: {number}"); diff --git a/vocs/docs/snippets/node-bindings/examples/anvil_set_storage_at.rs b/vocs/docs/snippets/node-bindings/examples/anvil_set_storage_at.rs index eea1f62..1a91363 100644 --- a/vocs/docs/snippets/node-bindings/examples/anvil_set_storage_at.rs +++ b/vocs/docs/snippets/node-bindings/examples/anvil_set_storage_at.rs @@ -32,7 +32,7 @@ async fn main() -> Result<()> { let account = address!("F605F9d1cB055E87E30bcAEe4CB9389a35aBe8Ff"); // Get the WETH balance of the target account before mocking. - let balance_before = iweth.balanceOf(account).call().await?._0; + let balance_before = iweth.balanceOf(account).call().await?; println!("WETH balance before: {}", balance_before); assert_eq!(balance_before, U256::ZERO); @@ -42,7 +42,7 @@ async fn main() -> Result<()> { provider.anvil_set_storage_at(WETH_ADDR, hashed_slot.into(), mocked_balance.into()).await?; // Get the WETH balance of the target account after mocking. - let balance_after = iweth.balanceOf(account).call().await?._0; + let balance_after = iweth.balanceOf(account).call().await?; println!("WETH balance after: {}", balance_after); assert_eq!(balance_after, mocked_balance); diff --git a/vocs/docs/snippets/providers/examples/dyn_provider.rs b/vocs/docs/snippets/providers/examples/dyn_provider.rs index d1f4a7e..7034f9f 100644 --- a/vocs/docs/snippets/providers/examples/dyn_provider.rs +++ b/vocs/docs/snippets/providers/examples/dyn_provider.rs @@ -58,7 +58,7 @@ async fn main() -> eyre::Result<()> { let number = counter.number().call().await?; - println!("New number: {}", number.number); + println!("New number: {}", number); Ok(()) } diff --git a/vocs/docs/snippets/providers/examples/multicall.rs b/vocs/docs/snippets/providers/examples/multicall.rs index 4b34e14..9c306a0 100644 --- a/vocs/docs/snippets/providers/examples/multicall.rs +++ b/vocs/docs/snippets/providers/examples/multicall.rs @@ -43,7 +43,7 @@ async fn main() -> eyre::Result<()> { println!( "Initial total supply: {}, Alice's WETH balance: {}, Alice's ETH balance: {}", - init_total_supply._0, alice_weth._0, alice_eth_bal.balance + init_total_supply, alice_weth, alice_eth_bal ); // Simulate a transfer of WETH from Alice to Bob. @@ -81,7 +81,7 @@ async fn main() -> eyre::Result<()> { assert!(matches!(failed_transfer.unwrap_err(), Failure { idx: 1, return_data: _ })); let init_bob = init_bob?; - assert_eq!(init_bob._0, U256::ZERO); + assert_eq!(init_bob, U256::ZERO); assert!(deposit.is_ok()); assert!(succ_transfer.is_ok()); @@ -89,7 +89,7 @@ async fn main() -> eyre::Result<()> { let alice_weth = alice_weth?; let bob_weth = bob_weth?; - println!("Alice's WETH balance: {}, Bob's WETH balance: {}", alice_weth._0, bob_weth._0); + println!("Alice's WETH balance: {}, Bob's WETH balance: {}", alice_weth, bob_weth); Ok(()) } diff --git a/vocs/docs/snippets/providers/examples/multicall_batching.rs b/vocs/docs/snippets/providers/examples/multicall_batching.rs index bae2d19..5e16bd3 100644 --- a/vocs/docs/snippets/providers/examples/multicall_batching.rs +++ b/vocs/docs/snippets/providers/examples/multicall_batching.rs @@ -65,7 +65,7 @@ async fn main() -> Result<()> { println!( "Alice's WETH balance: {}\nBob's WETH balance: {}\nTotal WETH supply: {}\nAlice's ETH balance: {}", - alice_weth._0, bob_weth._0, total_supply._0, alice_eth + alice_weth, bob_weth, total_supply, alice_eth ); Ok(()) diff --git a/vocs/docs/snippets/providers/examples/wrapped_provider.rs b/vocs/docs/snippets/providers/examples/wrapped_provider.rs index 619a835..f058b56 100644 --- a/vocs/docs/snippets/providers/examples/wrapped_provider.rs +++ b/vocs/docs/snippets/providers/examples/wrapped_provider.rs @@ -46,7 +46,7 @@ impl Deployer

{ } /// Deploys [`Counter`] using the given [`EthereumWallet`] and returns [`CounterInstance`] - async fn deploy(&self) -> Result> { + async fn deploy(&self) -> Result> { let addr = CounterInstance::deploy_builder(&self.provider) .from(self.wallet.default_signer().address()) .deploy() @@ -58,19 +58,19 @@ impl Deployer

{ struct CounterContract { provider: P, - counter: CounterInstance<(), P>, + counter: CounterInstance

, } impl CounterContract

{ /// Create a new instance of [`CounterContract`]. - const fn new(provider: P, counter: CounterInstance<(), P>) -> Self { + const fn new(provider: P, counter: CounterInstance

) -> Self { Self { provider, counter } } /// Returns the current number stored in the [`Counter`]. async fn number(&self) -> TransportResult { let number = self.counter.number().call().await.map_err(TransportErrorKind::custom)?; - Ok(number.number.to::()) + Ok(number.to::()) } /// Increments the number stored in the [`Counter`]. diff --git a/vocs/docs/snippets/sol-macro/examples/decode_returns.rs b/vocs/docs/snippets/sol-macro/examples/decode_returns.rs index 9813028..29441ae 100644 --- a/vocs/docs/snippets/sol-macro/examples/decode_returns.rs +++ b/vocs/docs/snippets/sol-macro/examples/decode_returns.rs @@ -17,16 +17,13 @@ sol!( ); fn main() -> Result<()> { - let result = getRoundDataCall::abi_decode_returns( - &hex!( - "0000000000000000000000000000000000000000000000060000000000004716 + let result = getRoundDataCall::abi_decode_returns(&hex!( + "0000000000000000000000000000000000000000000000060000000000004716 00000000000000000000000000000000000000000000000000000051faad1c80 000000000000000000000000000000000000000000000000000000006669627b 000000000000000000000000000000000000000000000000000000006669627b 0000000000000000000000000000000000000000000000060000000000004716" - ), - true, - ); + )); assert_eq!( result, diff --git a/vocs/docs/snippets/sol-macro/examples/extra_derives.rs b/vocs/docs/snippets/sol-macro/examples/extra_derives.rs index 4031575..2bd91d6 100644 --- a/vocs/docs/snippets/sol-macro/examples/extra_derives.rs +++ b/vocs/docs/snippets/sol-macro/examples/extra_derives.rs @@ -1,7 +1,7 @@ //! This example shows how to apply trait derivations globally by specifying the path. //! //! While the `all_derives` attribute is useful for deriving standard Rust traits such as Debug, -//! PartialEq, Default etc., the `extra_derives` attribute allows us to derive other useful traits +//! `PartialEq`, Default etc., the `extra_derives` attribute allows us to derive other useful traits //! by specifying their path. //! //! In this example, we'll derive `serde::Serialize` and `serde::Deserialize` for the types defined diff --git a/vocs/docs/snippets/transactions/examples/decode_input.rs b/vocs/docs/snippets/transactions/examples/decode_input.rs index 6031d0a..45cc166 100644 --- a/vocs/docs/snippets/transactions/examples/decode_input.rs +++ b/vocs/docs/snippets/transactions/examples/decode_input.rs @@ -24,7 +24,7 @@ async fn main() -> Result<()> { let input = hex::decode(input)?; // Decode the input using the generated `swapExactTokensForTokens` bindings. - let decoded = swapExactTokensForTokensCall::abi_decode(&input, false); + let decoded = swapExactTokensForTokensCall::abi_decode(&input); match decoded { Ok(decoded) => { diff --git a/vocs/docs/snippets/transactions/examples/encode_decode_eip1559.rs b/vocs/docs/snippets/transactions/examples/encode_decode_eip1559.rs index 723d2ec..e7101a9 100644 --- a/vocs/docs/snippets/transactions/examples/encode_decode_eip1559.rs +++ b/vocs/docs/snippets/transactions/examples/encode_decode_eip1559.rs @@ -3,7 +3,7 @@ use alloy::{ consensus::{SignableTransaction, TxEip1559}, eips::eip2930::AccessList, - primitives::{address, b256, hex, PrimitiveSignature as Signature, TxKind, U256}, + primitives::{address, b256, hex, Signature, TxKind, U256}, }; use eyre::Result; diff --git a/vocs/docs/snippets/transactions/examples/permit2_signature_transfer.rs b/vocs/docs/snippets/transactions/examples/permit2_signature_transfer.rs index 0dfdad6..6d714fa 100644 --- a/vocs/docs/snippets/transactions/examples/permit2_signature_transfer.rs +++ b/vocs/docs/snippets/transactions/examples/permit2_signature_transfer.rs @@ -82,8 +82,8 @@ async fn main() -> Result<()> { let token = ERC20Example::deploy(provider.clone()).await?; // Register the balances of Alice and Bob before the transfer. - let alice_before_balance = token.balanceOf(alice.address()).call().await?._0; - let bob_before_balance = token.balanceOf(bob.address()).call().await?._0; + let alice_before_balance = token.balanceOf(alice.address()).call().await?; + let bob_before_balance = token.balanceOf(bob.address()).call().await?; // Permit2 mainnet address let address = Address::from_str("0x000000000022D473030F116dDEE9F6B43aC78BA3")?; @@ -130,8 +130,8 @@ async fn main() -> Result<()> { println!("Sent permit transfer: {}", tx_hash); // Register the balances of Alice and Bob after the transfer. - let alice_after_balance = token.balanceOf(alice.address()).call().await?._0; - let bob_after_balance = token.balanceOf(bob.address()).call().await?._0; + let alice_after_balance = token.balanceOf(alice.address()).call().await?; + let bob_after_balance = token.balanceOf(bob.address()).call().await?; // Check the balances of Alice and Bob after the transfer. assert_eq!(alice_before_balance - alice_after_balance, amount); diff --git a/vocs/docs/snippets/transactions/examples/transfer_erc20.rs b/vocs/docs/snippets/transactions/examples/transfer_erc20.rs index 459dddc..bb49b34 100644 --- a/vocs/docs/snippets/transactions/examples/transfer_erc20.rs +++ b/vocs/docs/snippets/transactions/examples/transfer_erc20.rs @@ -32,8 +32,8 @@ async fn main() -> Result<()> { let contract = ERC20Example::deploy(provider).await?; // Register the balances of Alice and Bob before the transfer. - let alice_before_balance = contract.balanceOf(alice).call().await?._0; - let bob_before_balance = contract.balanceOf(bob).call().await?._0; + let alice_before_balance = contract.balanceOf(alice).call().await?; + let bob_before_balance = contract.balanceOf(bob).call().await?; // Transfer and wait for inclusion. let amount = U256::from(100); @@ -42,8 +42,8 @@ async fn main() -> Result<()> { println!("Sent transaction: {tx_hash}"); // Register the balances of Alice and Bob after the transfer. - let alice_after_balance = contract.balanceOf(alice).call().await?._0; - let bob_after_balance = contract.balanceOf(bob).call().await?._0; + let alice_after_balance = contract.balanceOf(alice).call().await?; + let bob_after_balance = contract.balanceOf(bob).call().await?; // Check the balances of Alice and Bob after the transfer. assert_eq!(alice_before_balance - alice_after_balance, amount); diff --git a/vocs/docs/snippets/transactions/examples/with_access_list.rs b/vocs/docs/snippets/transactions/examples/with_access_list.rs index 9cbf361..7f4ed74 100644 --- a/vocs/docs/snippets/transactions/examples/with_access_list.rs +++ b/vocs/docs/snippets/transactions/examples/with_access_list.rs @@ -51,7 +51,7 @@ async fn main() -> Result<()> { println!("Transaction hash: {tx_hash}"); // Check the value of the contract. - let value = contract.getValue().call().await?._0; + let value = contract.getValue().call().await?; assert_eq!(value, "hello");