From 4baa74ac9837cae25d1ad83bfed6f16e9bad2ebe Mon Sep 17 00:00:00 2001 From: dipanshuhappy Date: Thu, 6 Nov 2025 21:22:09 +0530 Subject: [PATCH 1/2] chore: updated examples by running upddate.sh --- 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 +- .../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 +- .../examples/contracts/arb_profit_calc.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 +- .../docs/pages/examples/contracts/helpers.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 +- .../examples/contracts/simulation_uni_v2.mdx | 4 +- .../contracts/unknown_return_types.mdx | 4 +- vocs/docs/pages/examples/ens/README.mdx | 3 + .../address_lookup.mdx} | 12 +- .../name_resolution.mdx} | 12 +- .../pages/examples/fillers/gas_filler.mdx | 4 +- .../pages/examples/fillers/nonce_filler.mdx | 4 +- .../examples/fillers/recommended_fillers.mdx | 4 +- .../pages/examples/fillers/urgent_filler.mdx | 4 +- .../pages/examples/fillers/wallet_filler.mdx | 4 +- .../pages/examples/layers/delay_layer.mdx | 4 +- .../pages/examples/layers/fallback_layer.mdx | 4 +- .../examples/layers/hyper_http_layer.mdx | 4 +- .../pages/examples/layers/logging_layer.mdx | 4 +- .../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 +- .../examples/providers/basic_provider.mdx | 4 +- .../pages/examples/providers/batch_rpc.mdx | 4 +- .../docs/pages/examples/providers/builder.mdx | 4 +- .../docs/pages/examples/providers/builtin.mdx | 4 +- .../pages/examples/providers/dyn_provider.mdx | 4 +- .../providers/embed_consensus_rpc.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 +- .../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 +- .../pages/examples/queries/query_logs.mdx | 4 +- .../pages/examples/sol-macro/all_derives.mdx | 4 +- .../pages/examples/sol-macro/contract.mdx | 4 +- .../examples/sol-macro/decode_returns.mdx | 4 +- .../examples/sol-macro/events_errors.mdx | 4 +- .../examples/sol-macro/extra_derives.mdx | 4 +- .../examples/sol-macro/structs_enums.mdx | 4 +- .../examples/sol-macro/user_defined_types.mdx | 4 +- .../subscriptions/event_multiplexer.mdx | 4 +- .../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_eip7594_transaction.mdx | 18 ++ .../transactions/send_eip7702_transaction.mdx | 4 +- .../transactions/send_legacy_transaction.mdx | 4 +- .../transactions/send_private_transaction.mdx | 4 +- .../transactions/send_raw_transaction.mdx | 4 +- .../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 +- .../transactions/with_access_list.mdx | 4 +- .../pages/examples/wallets/aws_signer.mdx | 4 +- .../examples/wallets/create_keystore.mdx | 4 +- .../examples/wallets/ethereum_wallet.mdx | 4 +- .../pages/examples/wallets/gcp_signer.mdx | 4 +- .../examples/wallets/keystore_signer.mdx | 4 +- .../pages/examples/wallets/ledger_signer.mdx | 4 +- .../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/ens/README.mdx | 0 vocs/docs/snippets/advanced/Cargo.toml | 35 ++-- .../advanced/examples/abi/BundleExecutor.sol | 100 ++++++++++ .../examples/abi/FlashBotsMultiCall.json | 1 + .../snippets/advanced/examples/any_network.rs | 7 +- .../advanced/examples/decoding_json_abi.rs | 6 +- .../advanced/examples/encoding_dyn_abi.rs | 4 +- .../advanced/examples/encoding_sol_static.rs | 2 +- .../advanced/examples/foundry_fork_db.rs | 64 ++++--- .../examples/uniswap_u256/alloy_profit.rs | 36 ++++ .../examples/uniswap_u256/alloy_simulation.rs | 172 +++++++++++++++++ .../examples/uniswap_u256/ethers_profit.rs | 34 ++++ .../examples/uniswap_u256/helpers/alloy.rs | 173 ++++++++++++++++++ .../examples/uniswap_u256/helpers/ethers.rs | 159 ++++++++++++++++ .../examples/uniswap_u256/helpers/mod.rs | 4 + .../advanced/examples/uniswap_u256/lib.rs | 4 + vocs/docs/snippets/comparison/Cargo.toml | 4 +- .../comparison/examples/compare_new_heads.rs | 6 +- .../examples/compare_pending_txs.rs | 8 +- .../contracts/examples/arb_profit_calc.rs | 3 +- .../examples/deploy_and_link_library.rs | 6 +- .../examples/deploy_from_artifact.rs | 2 +- .../examples/deploy_from_bytecode.rs | 2 +- .../examples/deploy_from_contract.rs | 2 +- .../snippets/contracts/examples/helpers.rs | 4 +- .../contracts/examples/interact_with_abi.rs | 2 +- .../interact_with_contract_instance.rs | 2 +- .../contracts/examples/revert_decoding.rs | 10 +- .../contracts/examples/simulation_uni_v2.rs | 13 +- .../examples/unknown_return_types.rs | 2 +- vocs/docs/snippets/ens/Cargo.toml | 20 ++ .../snippets/ens/examples/address_lookup.rs | 20 ++ .../snippets/ens/examples/name_resolution.rs | 18 ++ vocs/docs/snippets/fillers/Cargo.toml | 2 +- .../snippets/fillers/examples/gas_filler.rs | 7 +- .../snippets/fillers/examples/nonce_filler.rs | 2 +- .../fillers/examples/recommended_fillers.rs | 2 +- .../fillers/examples/urgent_filler.rs | 10 +- .../fillers/examples/wallet_filler.rs | 2 +- vocs/docs/snippets/layers/Cargo.toml | 6 +- .../snippets/layers/examples/delay_layer.rs | 6 +- .../layers/examples/fallback_layer.rs | 2 +- .../layers/examples/hyper_http_layer.rs | 4 +- .../snippets/layers/examples/logging_layer.rs | 2 +- .../snippets/layers/examples/retry_layer.rs | 2 +- .../examples/anvil_deploy_contract.rs | 2 +- .../examples/anvil_fork_instance.rs | 4 +- .../examples/anvil_fork_provider.rs | 2 +- .../examples/anvil_local_instance.rs | 4 +- .../examples/anvil_local_provider.rs | 6 +- .../examples/anvil_set_storage_at.rs | 4 +- .../examples/geth_local_instance.rs | 2 +- .../examples/reth_local_instance.rs | 2 +- .../providers/examples/basic_provider.rs | 4 +- .../snippets/providers/examples/builder.rs | 2 +- .../providers/examples/dyn_provider.rs | 2 +- vocs/docs/snippets/providers/examples/http.rs | 2 +- .../providers/examples/http_with_auth.rs | 2 +- vocs/docs/snippets/providers/examples/ipc.rs | 2 +- .../snippets/providers/examples/mocking.rs | 2 +- .../snippets/providers/examples/multicall.rs | 11 +- .../providers/examples/multicall_batching.rs | 9 +- .../providers/examples/wrapped_provider.rs | 2 +- vocs/docs/snippets/providers/examples/ws.rs | 2 +- .../providers/examples/ws_with_auth.rs | 4 +- .../examples/query_contract_storage.rs | 2 +- .../examples/query_deployed_bytecode.rs | 2 +- .../snippets/queries/examples/query_logs.rs | 2 +- .../sol-macro/examples/all_derives.rs | 2 +- .../sol-macro/examples/events_errors.rs | 2 +- .../sol-macro/examples/extra_derives.rs | 5 +- .../examples/event_multiplexer.rs | 2 +- .../subscriptions/examples/poll_logs.rs | 2 +- .../examples/subscribe_all_logs.rs | 2 +- .../examples/subscribe_blocks.rs | 2 +- .../subscriptions/examples/subscribe_logs.rs | 2 +- .../subscribe_pending_transactions.rs | 2 +- vocs/docs/snippets/transactions/Cargo.toml | 1 + .../examples/debug_trace_call_many.rs | 6 +- .../examples/decode_receipt_log.rs | 2 +- .../examples/permit2_signature_transfer.rs | 33 +++- .../examples/send_eip1559_transaction.rs | 2 +- .../examples/send_eip4844_transaction.rs | 2 +- .../examples/send_eip7594_transaction.rs | 71 +++++++ .../examples/send_eip7702_transaction.rs | 2 +- .../examples/send_legacy_transaction.rs | 2 +- .../examples/send_private_transaction.rs | 2 +- .../examples/send_raw_transaction.rs | 2 +- .../transactions/examples/trace_call.rs | 2 +- .../transactions/examples/trace_call_many.rs | 4 +- .../transactions/examples/transfer_erc20.rs | 2 +- .../transactions/examples/transfer_eth.rs | 2 +- .../transactions/examples/with_access_list.rs | 2 +- vocs/docs/snippets/wallets/Cargo.toml | 11 +- .../wallets/examples/ethereum_wallet.rs | 2 +- .../snippets/wallets/examples/gcp_signer.rs | 5 +- .../wallets/examples/keystore_signer.rs | 5 +- .../wallets/examples/ledger_signer.rs | 2 +- .../wallets/examples/private_key_signer.rs | 2 +- .../wallets/examples/trezor_signer.rs | 2 +- .../snippets/wallets/examples/yubi_signer.rs | 2 +- 212 files changed, 1290 insertions(+), 418 deletions(-) create mode 100644 vocs/docs/pages/examples/ens/README.mdx rename vocs/docs/pages/examples/{advanced/reth_db_layer.mdx => ens/address_lookup.mdx} (54%) rename vocs/docs/pages/examples/{advanced/reth_db_provider.mdx => ens/name_resolution.mdx} (53%) create mode 100644 vocs/docs/pages/examples/transactions/send_eip7594_transaction.mdx create mode 100644 vocs/docs/pages/templates/ens/README.mdx create mode 100644 vocs/docs/snippets/advanced/examples/abi/BundleExecutor.sol create mode 100644 vocs/docs/snippets/advanced/examples/abi/FlashBotsMultiCall.json create mode 100644 vocs/docs/snippets/advanced/examples/uniswap_u256/alloy_profit.rs create mode 100644 vocs/docs/snippets/advanced/examples/uniswap_u256/alloy_simulation.rs create mode 100644 vocs/docs/snippets/advanced/examples/uniswap_u256/ethers_profit.rs create mode 100644 vocs/docs/snippets/advanced/examples/uniswap_u256/helpers/alloy.rs create mode 100644 vocs/docs/snippets/advanced/examples/uniswap_u256/helpers/ethers.rs create mode 100644 vocs/docs/snippets/advanced/examples/uniswap_u256/helpers/mod.rs create mode 100644 vocs/docs/snippets/advanced/examples/uniswap_u256/lib.rs create mode 100644 vocs/docs/snippets/ens/Cargo.toml create mode 100644 vocs/docs/snippets/ens/examples/address_lookup.rs create mode 100644 vocs/docs/snippets/ens/examples/name_resolution.rs create mode 100644 vocs/docs/snippets/transactions/examples/send_eip7594_transaction.rs diff --git a/lib/examples b/lib/examples index 15c1d3e6..53e778ee 160000 --- a/lib/examples +++ b/lib/examples @@ -1 +1 @@ -Subproject commit 15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +Subproject commit 53e778ee60280bbf14af6216234579808b1b8130 diff --git a/vocs/docs/pages/examples/advanced/any_network.mdx b/vocs/docs/pages/examples/advanced/any_network.mdx index eaf56d61..199233e2 100644 --- a/vocs/docs/pages/examples/advanced/any_network.mdx +++ b/vocs/docs/pages/examples/advanced/any_network.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/advanced/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `any_network` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/advanced/examples/any_network.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/advanced/examples/any_network.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/advanced/examples/any_network.rs). diff --git a/vocs/docs/pages/examples/advanced/decoding_json_abi.mdx b/vocs/docs/pages/examples/advanced/decoding_json_abi.mdx index 89a67f2d..381b9754 100644 --- a/vocs/docs/pages/examples/advanced/decoding_json_abi.mdx +++ b/vocs/docs/pages/examples/advanced/decoding_json_abi.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/advanced/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `decoding_json_abi` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/advanced/examples/decoding_json_abi.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/advanced/examples/decoding_json_abi.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/advanced/examples/decoding_json_abi.rs). diff --git a/vocs/docs/pages/examples/advanced/encoding_dyn_abi.mdx b/vocs/docs/pages/examples/advanced/encoding_dyn_abi.mdx index bf8a785d..3d81ab97 100644 --- a/vocs/docs/pages/examples/advanced/encoding_dyn_abi.mdx +++ b/vocs/docs/pages/examples/advanced/encoding_dyn_abi.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/advanced/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `encoding_dyn_abi` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/advanced/examples/encoding_dyn_abi.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/advanced/examples/encoding_dyn_abi.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/advanced/examples/encoding_dyn_abi.rs). diff --git a/vocs/docs/pages/examples/advanced/encoding_sol_static.mdx b/vocs/docs/pages/examples/advanced/encoding_sol_static.mdx index 228e9abf..1fb3e7ef 100644 --- a/vocs/docs/pages/examples/advanced/encoding_sol_static.mdx +++ b/vocs/docs/pages/examples/advanced/encoding_sol_static.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/advanced/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `encoding_sol_static` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/advanced/examples/encoding_sol_static.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/advanced/examples/encoding_sol_static.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/advanced/examples/encoding_sol_static.rs). diff --git a/vocs/docs/pages/examples/advanced/foundry_fork_db.mdx b/vocs/docs/pages/examples/advanced/foundry_fork_db.mdx index f07a2283..f969d3e9 100644 --- a/vocs/docs/pages/examples/advanced/foundry_fork_db.mdx +++ b/vocs/docs/pages/examples/advanced/foundry_fork_db.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/advanced/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `foundry_fork_db` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/advanced/examples/foundry_fork_db.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/advanced/examples/foundry_fork_db.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/advanced/examples/foundry_fork_db.rs). diff --git a/vocs/docs/pages/examples/big-numbers/comparison_equivalence.mdx b/vocs/docs/pages/examples/big-numbers/comparison_equivalence.mdx index 2e7cd677..92bacbf9 100644 --- a/vocs/docs/pages/examples/big-numbers/comparison_equivalence.mdx +++ b/vocs/docs/pages/examples/big-numbers/comparison_equivalence.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/big-numbers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `comparison_equivalence` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/big-numbers/examples/comparison_equivalence.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/big-numbers/examples/comparison_equivalence.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/big-numbers/examples/comparison_equivalence.rs). diff --git a/vocs/docs/pages/examples/big-numbers/conversion.mdx b/vocs/docs/pages/examples/big-numbers/conversion.mdx index 4d7cc6eb..d8d8c979 100644 --- a/vocs/docs/pages/examples/big-numbers/conversion.mdx +++ b/vocs/docs/pages/examples/big-numbers/conversion.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/big-numbers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `conversion` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/big-numbers/examples/conversion.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/big-numbers/examples/conversion.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/big-numbers/examples/conversion.rs). diff --git a/vocs/docs/pages/examples/big-numbers/create_instances.mdx b/vocs/docs/pages/examples/big-numbers/create_instances.mdx index ceb19339..48d9ae37 100644 --- a/vocs/docs/pages/examples/big-numbers/create_instances.mdx +++ b/vocs/docs/pages/examples/big-numbers/create_instances.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/big-numbers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `create_instances` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/big-numbers/examples/create_instances.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/big-numbers/examples/create_instances.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/big-numbers/examples/create_instances.rs). diff --git a/vocs/docs/pages/examples/big-numbers/math_operations.mdx b/vocs/docs/pages/examples/big-numbers/math_operations.mdx index ce184e21..ae440334 100644 --- a/vocs/docs/pages/examples/big-numbers/math_operations.mdx +++ b/vocs/docs/pages/examples/big-numbers/math_operations.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/big-numbers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `math_operations` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/big-numbers/examples/math_operations.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/big-numbers/examples/math_operations.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/big-numbers/examples/math_operations.rs). diff --git a/vocs/docs/pages/examples/big-numbers/math_utilities.mdx b/vocs/docs/pages/examples/big-numbers/math_utilities.mdx index 97210eb9..e75458ee 100644 --- a/vocs/docs/pages/examples/big-numbers/math_utilities.mdx +++ b/vocs/docs/pages/examples/big-numbers/math_utilities.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/big-numbers/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `math_utilities` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/big-numbers/examples/math_utilities.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/big-numbers/examples/math_utilities.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/big-numbers/examples/math_utilities.rs). diff --git a/vocs/docs/pages/examples/comparison/compare_new_heads.mdx b/vocs/docs/pages/examples/comparison/compare_new_heads.mdx index 8928c92a..95aca465 100644 --- a/vocs/docs/pages/examples/comparison/compare_new_heads.mdx +++ b/vocs/docs/pages/examples/comparison/compare_new_heads.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/comparison/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `compare_new_heads` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/comparison/examples/compare_new_heads.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/comparison/examples/compare_new_heads.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/comparison/examples/compare_new_heads.rs). diff --git a/vocs/docs/pages/examples/comparison/compare_pending_txs.mdx b/vocs/docs/pages/examples/comparison/compare_pending_txs.mdx index 5c4a62e1..c18c0e22 100644 --- a/vocs/docs/pages/examples/comparison/compare_pending_txs.mdx +++ b/vocs/docs/pages/examples/comparison/compare_pending_txs.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/comparison/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `compare_pending_txs` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/comparison/examples/compare_pending_txs.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/comparison/examples/compare_pending_txs.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/comparison/examples/compare_pending_txs.rs). diff --git a/vocs/docs/pages/examples/contracts/arb_profit_calc.mdx b/vocs/docs/pages/examples/contracts/arb_profit_calc.mdx index b93bd90a..72511891 100644 --- a/vocs/docs/pages/examples/contracts/arb_profit_calc.mdx +++ b/vocs/docs/pages/examples/contracts/arb_profit_calc.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `arb_profit_calc` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/arb_profit_calc.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/arb_profit_calc.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/arb_profit_calc.rs). diff --git a/vocs/docs/pages/examples/contracts/deploy_and_link_library.mdx b/vocs/docs/pages/examples/contracts/deploy_and_link_library.mdx index 75c41758..421753a7 100644 --- a/vocs/docs/pages/examples/contracts/deploy_and_link_library.mdx +++ b/vocs/docs/pages/examples/contracts/deploy_and_link_library.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `deploy_and_link_library` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/deploy_and_link_library.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/deploy_and_link_library.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/deploy_and_link_library.rs). diff --git a/vocs/docs/pages/examples/contracts/deploy_from_artifact.mdx b/vocs/docs/pages/examples/contracts/deploy_from_artifact.mdx index 72e97278..5689c5cc 100644 --- a/vocs/docs/pages/examples/contracts/deploy_from_artifact.mdx +++ b/vocs/docs/pages/examples/contracts/deploy_from_artifact.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `deploy_from_artifact` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/deploy_from_artifact.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/deploy_from_artifact.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/deploy_from_artifact.rs). diff --git a/vocs/docs/pages/examples/contracts/deploy_from_bytecode.mdx b/vocs/docs/pages/examples/contracts/deploy_from_bytecode.mdx index db4bea3e..4b5c59ad 100644 --- a/vocs/docs/pages/examples/contracts/deploy_from_bytecode.mdx +++ b/vocs/docs/pages/examples/contracts/deploy_from_bytecode.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `deploy_from_bytecode` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/deploy_from_bytecode.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/deploy_from_bytecode.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/deploy_from_bytecode.rs). diff --git a/vocs/docs/pages/examples/contracts/deploy_from_contract.mdx b/vocs/docs/pages/examples/contracts/deploy_from_contract.mdx index 7d8ea926..ff2c3619 100644 --- a/vocs/docs/pages/examples/contracts/deploy_from_contract.mdx +++ b/vocs/docs/pages/examples/contracts/deploy_from_contract.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `deploy_from_contract` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/deploy_from_contract.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/deploy_from_contract.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/deploy_from_contract.rs). diff --git a/vocs/docs/pages/examples/contracts/helpers.mdx b/vocs/docs/pages/examples/contracts/helpers.mdx index 70888961..7c6084bc 100644 --- a/vocs/docs/pages/examples/contracts/helpers.mdx +++ b/vocs/docs/pages/examples/contracts/helpers.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `helpers` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/helpers.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/helpers.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/helpers.rs). diff --git a/vocs/docs/pages/examples/contracts/interact_with_abi.mdx b/vocs/docs/pages/examples/contracts/interact_with_abi.mdx index 27fe5573..23dfe847 100644 --- a/vocs/docs/pages/examples/contracts/interact_with_abi.mdx +++ b/vocs/docs/pages/examples/contracts/interact_with_abi.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `interact_with_abi` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/interact_with_abi.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/interact_with_abi.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/interact_with_abi.rs). diff --git a/vocs/docs/pages/examples/contracts/interact_with_contract_instance.mdx b/vocs/docs/pages/examples/contracts/interact_with_contract_instance.mdx index ab0ce6f1..ef6373b6 100644 --- a/vocs/docs/pages/examples/contracts/interact_with_contract_instance.mdx +++ b/vocs/docs/pages/examples/contracts/interact_with_contract_instance.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `interact_with_contract_instance` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/interact_with_contract_instance.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/interact_with_contract_instance.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/interact_with_contract_instance.rs). diff --git a/vocs/docs/pages/examples/contracts/jsonrpc_error_decoding.mdx b/vocs/docs/pages/examples/contracts/jsonrpc_error_decoding.mdx index e2d38284..3611aecf 100644 --- a/vocs/docs/pages/examples/contracts/jsonrpc_error_decoding.mdx +++ b/vocs/docs/pages/examples/contracts/jsonrpc_error_decoding.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `jsonrpc_error_decoding` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/jsonrpc_error_decoding.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/jsonrpc_error_decoding.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/jsonrpc_error_decoding.rs). diff --git a/vocs/docs/pages/examples/contracts/revert_decoding.mdx b/vocs/docs/pages/examples/contracts/revert_decoding.mdx index d85559ce..bc5a051d 100644 --- a/vocs/docs/pages/examples/contracts/revert_decoding.mdx +++ b/vocs/docs/pages/examples/contracts/revert_decoding.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `revert_decoding` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/revert_decoding.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/revert_decoding.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/revert_decoding.rs). diff --git a/vocs/docs/pages/examples/contracts/simulation_uni_v2.mdx b/vocs/docs/pages/examples/contracts/simulation_uni_v2.mdx index 073d2ffc..9fbc8bf0 100644 --- a/vocs/docs/pages/examples/contracts/simulation_uni_v2.mdx +++ b/vocs/docs/pages/examples/contracts/simulation_uni_v2.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `simulation_uni_v2` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/simulation_uni_v2.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/simulation_uni_v2.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/simulation_uni_v2.rs). diff --git a/vocs/docs/pages/examples/contracts/unknown_return_types.mdx b/vocs/docs/pages/examples/contracts/unknown_return_types.mdx index bba39d2e..8345725b 100644 --- a/vocs/docs/pages/examples/contracts/unknown_return_types.mdx +++ b/vocs/docs/pages/examples/contracts/unknown_return_types.mdx @@ -1,7 +1,7 @@ {/*DO NOT EDIT THIS FILE. IT IS GENERATED BY RUNNING `./scripts/update.sh` ANY CHANGES MADE TO THIS FILE WILL BE OVERWRITTEN EDIT OR CREATE THIS TEMPLATE INSTEAD: ./vocs/docs/pages/templates/contracts/README.mdx -LATEST UPDATE: https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1 +LATEST UPDATE: https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130 */} ## Example: `unknown_return_types` @@ -15,4 +15,4 @@ To run this example: // [!include ~/snippets/contracts/examples/unknown_return_types.rs] ``` -Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/15c1d3e6e758d6a9dfe747200b5c8d12f5a027f1/examples/contracts/examples/unknown_return_types.rs). +Find the source code on Github [here](https://github.com/alloy-rs/examples/tree/53e778ee60280bbf14af6216234579808b1b8130/examples/contracts/examples/unknown_return_types.rs). diff --git a/vocs/docs/pages/examples/ens/README.mdx b/vocs/docs/pages/examples/ens/README.mdx new file mode 100644 index 00000000..55f3f6b8 --- /dev/null +++ b/vocs/docs/pages/examples/ens/README.mdx @@ -0,0 +1,3 @@ +import Template from '../../templates/ens/README.mdx' + +