From 67c3d65a8adb6b0ac9578492d882c1f9f117fcdd Mon Sep 17 00:00:00 2001
From: Adel Golghalyani <48685760+Ad96el@users.noreply.github.com>
Date: Wed, 19 Feb 2025 15:58:01 +0100
Subject: [PATCH] fix: email (#864)
---
HEADER-GPL | 2 +-
crates/assets/src/asset.rs | 2 +-
crates/assets/src/chain.rs | 2 +-
crates/assets/src/errors.rs | 2 +-
crates/assets/src/lib.rs | 2 +-
crates/assets/src/v1.rs | 2 +-
crates/kilt-dip-primitives/src/lib.rs | 2 +-
crates/kilt-dip-primitives/src/merkle_proofs/mod.rs | 2 +-
.../src/merkle_proofs/v0/dip_subject_state/mod.rs | 2 +-
.../src/merkle_proofs/v0/dip_subject_state/tests.rs | 2 +-
crates/kilt-dip-primitives/src/merkle_proofs/v0/error.rs | 2 +-
crates/kilt-dip-primitives/src/merkle_proofs/v0/input_common.rs | 2 +-
crates/kilt-dip-primitives/src/merkle_proofs/v0/mod.rs | 2 +-
.../kilt-dip-primitives/src/merkle_proofs/v0/output_common.rs | 2 +-
.../src/merkle_proofs/v0/provider_state/mod.rs | 2 +-
.../src/merkle_proofs/v0/provider_state/tests.rs | 2 +-
.../kilt-dip-primitives/src/merkle_proofs/v0/relay_state/mod.rs | 2 +-
.../src/merkle_proofs/v0/relay_state/tests.rs | 2 +-
crates/kilt-dip-primitives/src/state_proofs/error.rs | 2 +-
crates/kilt-dip-primitives/src/state_proofs/mod.rs | 2 +-
.../src/state_proofs/substrate_no_std_port.rs | 2 +-
crates/kilt-dip-primitives/src/traits.rs | 2 +-
crates/kilt-dip-primitives/src/utils.rs | 2 +-
crates/kilt-dip-primitives/src/verifier/errors.rs | 2 +-
crates/kilt-dip-primitives/src/verifier/mod.rs | 2 +-
crates/kilt-dip-primitives/src/verifier/parachain/error.rs | 2 +-
crates/kilt-dip-primitives/src/verifier/parachain/mod.rs | 2 +-
crates/kilt-dip-primitives/src/verifier/parachain/v0/mock.rs | 2 +-
crates/kilt-dip-primitives/src/verifier/parachain/v0/mod.rs | 2 +-
crates/kilt-dip-primitives/src/verifier/parachain/v0/tests.rs | 2 +-
crates/kilt-dip-primitives/src/verifier/relaychain/error.rs | 2 +-
crates/kilt-dip-primitives/src/verifier/relaychain/mod.rs | 2 +-
crates/kilt-dip-primitives/src/verifier/relaychain/v0/mod.rs | 2 +-
dip-template/nodes/dip-consumer/build.rs | 2 +-
dip-template/nodes/dip-consumer/src/chain_spec.rs | 2 +-
dip-template/nodes/dip-consumer/src/cli.rs | 2 +-
dip-template/nodes/dip-consumer/src/command.rs | 2 +-
dip-template/nodes/dip-consumer/src/main.rs | 2 +-
dip-template/nodes/dip-consumer/src/rpc.rs | 2 +-
dip-template/nodes/dip-consumer/src/service.rs | 2 +-
dip-template/nodes/dip-provider/build.rs | 2 +-
dip-template/nodes/dip-provider/src/chain_spec.rs | 2 +-
dip-template/nodes/dip-provider/src/cli.rs | 2 +-
dip-template/nodes/dip-provider/src/command.rs | 2 +-
dip-template/nodes/dip-provider/src/main.rs | 2 +-
dip-template/nodes/dip-provider/src/rpc.rs | 2 +-
dip-template/nodes/dip-provider/src/service.rs | 2 +-
dip-template/pallets/pallet-postit/src/lib.rs | 2 +-
dip-template/pallets/pallet-postit/src/post.rs | 2 +-
dip-template/pallets/pallet-postit/src/traits.rs | 2 +-
dip-template/runtimes/dip-consumer/build.rs | 2 +-
dip-template/runtimes/dip-consumer/src/dip.rs | 2 +-
dip-template/runtimes/dip-consumer/src/lib.rs | 2 +-
dip-template/runtimes/dip-consumer/src/origin_adapter.rs | 2 +-
dip-template/runtimes/dip-consumer/src/weights/frame_system.rs | 2 +-
dip-template/runtimes/dip-consumer/src/weights/mod.rs | 2 +-
.../runtimes/dip-consumer/src/weights/pallet_dip_consumer.rs | 2 +-
.../runtimes/dip-consumer/src/weights/pallet_relay_store.rs | 2 +-
dip-template/runtimes/dip-provider/build.rs | 2 +-
dip-template/runtimes/dip-provider/src/dip.rs | 2 +-
dip-template/runtimes/dip-provider/src/lib.rs | 2 +-
dip-template/runtimes/dip-provider/src/weights/did.rs | 2 +-
dip-template/runtimes/dip-provider/src/weights/frame_system.rs | 2 +-
dip-template/runtimes/dip-provider/src/weights/mod.rs | 2 +-
.../runtimes/dip-provider/src/weights/pallet_deposit_storage.rs | 2 +-
.../runtimes/dip-provider/src/weights/pallet_did_lookup.rs | 2 +-
.../runtimes/dip-provider/src/weights/pallet_dip_provider.rs | 2 +-
.../runtimes/dip-provider/src/weights/pallet_web3_names.rs | 2 +-
integration-tests/emulated/src/lib.rs | 2 +-
.../emulated/src/tests/peregrine/did_pallets/association.rs | 2 +-
.../emulated/src/tests/peregrine/did_pallets/attestation.rs | 2 +-
.../emulated/src/tests/peregrine/did_pallets/ctype.rs | 2 +-
.../emulated/src/tests/peregrine/did_pallets/did.rs | 2 +-
.../emulated/src/tests/peregrine/did_pallets/mod.rs | 2 +-
.../src/tests/peregrine/did_pallets/public_credentials.rs | 2 +-
.../src/tests/peregrine/did_pallets/unallowed_did_call.rs | 2 +-
.../emulated/src/tests/peregrine/did_pallets/utils.rs | 2 +-
.../emulated/src/tests/peregrine/did_pallets/w3n.rs | 2 +-
integration-tests/emulated/src/tests/peregrine/mod.rs | 2 +-
.../emulated/src/tests/peregrine/reserve_transfers.rs | 2 +-
integration-tests/emulated/src/tests/peregrine/sudo.rs | 2 +-
integration-tests/emulated/src/tests/peregrine/teleportation.rs | 2 +-
.../emulated/src/tests/peregrine/unpaid_execution.rs | 2 +-
.../emulated/src/tests/spiritnet/did_pallets/association.rs | 2 +-
.../emulated/src/tests/spiritnet/did_pallets/attestation.rs | 2 +-
.../emulated/src/tests/spiritnet/did_pallets/ctype.rs | 2 +-
.../emulated/src/tests/spiritnet/did_pallets/did.rs | 2 +-
.../emulated/src/tests/spiritnet/did_pallets/mod.rs | 2 +-
.../src/tests/spiritnet/did_pallets/public_credentials.rs | 2 +-
.../src/tests/spiritnet/did_pallets/unallowed_did_call.rs | 2 +-
.../emulated/src/tests/spiritnet/did_pallets/utils.rs | 2 +-
.../emulated/src/tests/spiritnet/did_pallets/w3n.rs | 2 +-
integration-tests/emulated/src/tests/spiritnet/mod.rs | 2 +-
.../emulated/src/tests/spiritnet/reserve_transfers.rs | 2 +-
integration-tests/emulated/src/tests/spiritnet/sudo.rs | 2 +-
integration-tests/emulated/src/tests/spiritnet/teleportation.rs | 2 +-
.../emulated/src/tests/spiritnet/unpaid_execution.rs | 2 +-
nodes/parachain/build.rs | 2 +-
nodes/parachain/src/chain_spec/mod.rs | 2 +-
nodes/parachain/src/chain_spec/peregrine/dev.rs | 2 +-
nodes/parachain/src/chain_spec/peregrine/mod.rs | 2 +-
nodes/parachain/src/chain_spec/peregrine/new.rs | 2 +-
nodes/parachain/src/chain_spec/rilt/mod.rs | 2 +-
nodes/parachain/src/chain_spec/rilt/new.rs | 2 +-
nodes/parachain/src/chain_spec/spiritnet/dev.rs | 2 +-
nodes/parachain/src/chain_spec/spiritnet/mod.rs | 2 +-
nodes/parachain/src/chain_spec/spiritnet/new.rs | 2 +-
nodes/parachain/src/chain_spec/utils.rs | 2 +-
nodes/parachain/src/cli.rs | 2 +-
nodes/parachain/src/command.rs | 2 +-
nodes/parachain/src/main.rs | 2 +-
nodes/parachain/src/rpc.rs | 2 +-
nodes/parachain/src/service.rs | 2 +-
nodes/standalone/build.rs | 2 +-
nodes/standalone/src/chain_spec.rs | 2 +-
nodes/standalone/src/cli.rs | 2 +-
nodes/standalone/src/command.rs | 2 +-
nodes/standalone/src/main.rs | 2 +-
nodes/standalone/src/rpc.rs | 2 +-
nodes/standalone/src/service.rs | 2 +-
pallets/attestation/src/access_control.rs | 2 +-
pallets/attestation/src/attestations.rs | 2 +-
pallets/attestation/src/authorized_by.rs | 2 +-
pallets/attestation/src/benchmarking.rs | 2 +-
pallets/attestation/src/default_weights.rs | 2 +-
pallets/attestation/src/lib.rs | 2 +-
pallets/attestation/src/migrations.rs | 2 +-
pallets/attestation/src/mock.rs | 2 +-
pallets/attestation/src/tests/claim.rs | 2 +-
pallets/attestation/src/tests/delete.rs | 2 +-
pallets/attestation/src/tests/deposit.rs | 2 +-
pallets/attestation/src/tests/mod.rs | 2 +-
pallets/attestation/src/tests/revoke.rs | 2 +-
pallets/attestation/src/try_state.rs | 2 +-
pallets/ctype/src/benchmarking.rs | 2 +-
pallets/ctype/src/default_weights.rs | 2 +-
pallets/ctype/src/lib.rs | 2 +-
pallets/ctype/src/mock.rs | 2 +-
pallets/ctype/src/tests.rs | 2 +-
pallets/delegation/src/access_control.rs | 2 +-
pallets/delegation/src/benchmarking.rs | 2 +-
pallets/delegation/src/default_weights.rs | 2 +-
pallets/delegation/src/delegation_hierarchy.rs | 2 +-
pallets/delegation/src/lib.rs | 2 +-
pallets/delegation/src/migrations.rs | 2 +-
pallets/delegation/src/mock.rs | 2 +-
pallets/delegation/src/tests/create.rs | 2 +-
pallets/delegation/src/tests/delegation.rs | 2 +-
pallets/delegation/src/tests/delete.rs | 2 +-
pallets/delegation/src/tests/deposit.rs | 2 +-
pallets/delegation/src/tests/mod.rs | 2 +-
pallets/delegation/src/tests/revoke.rs | 2 +-
pallets/delegation/src/try_state.rs | 2 +-
pallets/did/src/benchmarking.rs | 2 +-
pallets/did/src/did_details.rs | 2 +-
pallets/did/src/errors.rs | 2 +-
pallets/did/src/lib.rs | 2 +-
pallets/did/src/migrations.rs | 2 +-
pallets/did/src/mock.rs | 2 +-
pallets/did/src/mock_utils.rs | 2 +-
pallets/did/src/origin.rs | 2 +-
pallets/did/src/service_endpoints.rs | 2 +-
pallets/did/src/signature.rs | 2 +-
pallets/did/src/tests/create.rs | 2 +-
pallets/did/src/tests/create_from_account.rs | 2 +-
pallets/did/src/tests/delete.rs | 2 +-
pallets/did/src/tests/deposit.rs | 2 +-
pallets/did/src/tests/dispatch_as.rs | 2 +-
pallets/did/src/tests/dispatch_as/attestation.rs | 2 +-
pallets/did/src/tests/dispatch_as/authentication.rs | 2 +-
pallets/did/src/tests/dispatch_as/delegation.rs | 2 +-
pallets/did/src/tests/dispatch_as/error_cases.rs | 2 +-
pallets/did/src/tests/manage_keys.rs | 2 +-
pallets/did/src/tests/mod.rs | 2 +-
pallets/did/src/tests/service_endpoint.rs | 2 +-
pallets/did/src/tests/submit.rs | 2 +-
pallets/did/src/tests/verify_did_op.rs | 2 +-
pallets/did/src/traits/lifecycle_hooks/deletion/mod.rs | 2 +-
pallets/did/src/traits/lifecycle_hooks/mock.rs | 2 +-
pallets/did/src/traits/lifecycle_hooks/mod.rs | 2 +-
pallets/did/src/traits/mod.rs | 2 +-
pallets/did/src/try_state.rs | 2 +-
pallets/did/src/utils.rs | 2 +-
pallets/pallet-asset-switch/src/benchmarking.rs | 2 +-
pallets/pallet-asset-switch/src/default_weights.rs | 2 +-
pallets/pallet-asset-switch/src/lib.rs | 2 +-
pallets/pallet-asset-switch/src/mock.rs | 2 +-
pallets/pallet-asset-switch/src/switch.rs | 2 +-
pallets/pallet-asset-switch/src/tests/force_set_switch_pair.rs | 2 +-
.../pallet-asset-switch/src/tests/force_unset_switch_pair.rs | 2 +-
pallets/pallet-asset-switch/src/tests/mod.rs | 2 +-
pallets/pallet-asset-switch/src/tests/pause_switch_pair.rs | 2 +-
pallets/pallet-asset-switch/src/tests/resume_switch_pair.rs | 2 +-
pallets/pallet-asset-switch/src/tests/set_switch_pair.rs | 2 +-
pallets/pallet-asset-switch/src/tests/switch.rs | 2 +-
pallets/pallet-asset-switch/src/tests/update_remote_xcm_fee.rs | 2 +-
pallets/pallet-asset-switch/src/traits.rs | 2 +-
pallets/pallet-asset-switch/src/try_state.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/convert/mod.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/match/mock.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/match/mod.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/match/tests.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/mod.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/query/mock.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/query/mod.rs | 2 +-
.../src/xcm/query/tests/expecting_response.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/query/tests/mod.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/query/tests/on_response.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/test_utils.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/trade/mod.rs | 2 +-
.../src/xcm/trade/switch_pair_remote_asset/mock.rs | 2 +-
.../src/xcm/trade/switch_pair_remote_asset/mod.rs | 2 +-
.../src/xcm/trade/switch_pair_remote_asset/tests/buy_weight.rs | 2 +-
.../src/xcm/trade/switch_pair_remote_asset/tests/drop.rs | 2 +-
.../src/xcm/trade/switch_pair_remote_asset/tests/mod.rs | 2 +-
.../xcm/trade/switch_pair_remote_asset/tests/refund_weight.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/trade/test_utils.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/mock.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/trade/xcm_fee_asset/mod.rs | 2 +-
.../src/xcm/trade/xcm_fee_asset/tests/buy_weight.rs | 2 +-
.../src/xcm/trade/xcm_fee_asset/tests/mod.rs | 2 +-
.../src/xcm/trade/xcm_fee_asset/tests/refund_weight.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/transact/mock.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/transact/mod.rs | 2 +-
.../pallet-asset-switch/src/xcm/transact/tests/deposit_asset.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/transact/tests/mod.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/transfer/mock.rs | 2 +-
pallets/pallet-asset-switch/src/xcm/transfer/mod.rs | 2 +-
.../src/xcm/transfer/switch_pair_remote_asset/mod.rs | 2 +-
.../src/xcm/transfer/switch_pair_remote_asset/tests.rs | 2 +-
.../pallet-asset-switch/src/xcm/transfer/xcm_fee_asset/mod.rs | 2 +-
.../pallet-asset-switch/src/xcm/transfer/xcm_fee_asset/tests.rs | 2 +-
pallets/pallet-bonded-coins/src/benchmarking.rs | 2 +-
pallets/pallet-bonded-coins/src/curves/lmsr.rs | 2 +-
pallets/pallet-bonded-coins/src/curves/mod.rs | 2 +-
pallets/pallet-bonded-coins/src/curves/polynomial.rs | 2 +-
pallets/pallet-bonded-coins/src/curves/square_root.rs | 2 +-
pallets/pallet-bonded-coins/src/default_weights.rs | 2 +-
pallets/pallet-bonded-coins/src/lib.rs | 2 +-
pallets/pallet-bonded-coins/src/mock.rs | 2 +-
pallets/pallet-bonded-coins/src/tests/curves/arithmetic.rs | 2 +-
pallets/pallet-bonded-coins/src/tests/curves/lmsr.rs | 2 +-
pallets/pallet-bonded-coins/src/tests/curves/mod.rs | 2 +-
pallets/pallet-bonded-coins/src/tests/curves/polynomial.rs | 2 +-
pallets/pallet-bonded-coins/src/tests/curves/square_root.rs | 2 +-
pallets/pallet-bonded-coins/src/tests/mod.rs | 2 +-
pallets/pallet-bonded-coins/src/tests/transactions/burn_into.rs | 2 +-
.../pallet-bonded-coins/src/tests/transactions/create_pool.rs | 2 +-
.../src/tests/transactions/finish_destroy.rs | 2 +-
pallets/pallet-bonded-coins/src/tests/transactions/mint_into.rs | 2 +-
pallets/pallet-bonded-coins/src/tests/transactions/mod.rs | 2 +-
.../src/tests/transactions/refund_account.rs | 2 +-
.../pallet-bonded-coins/src/tests/transactions/reset_manager.rs | 2 +-
.../pallet-bonded-coins/src/tests/transactions/reset_team.rs | 2 +-
pallets/pallet-bonded-coins/src/tests/transactions/set_lock.rs | 2 +-
.../pallet-bonded-coins/src/tests/transactions/start_destroy.rs | 2 +-
.../pallet-bonded-coins/src/tests/transactions/start_refund.rs | 2 +-
pallets/pallet-bonded-coins/src/tests/transactions/unlock.rs | 2 +-
pallets/pallet-bonded-coins/src/traits.rs | 2 +-
pallets/pallet-bonded-coins/src/types.rs | 2 +-
pallets/pallet-configuration/src/benchmarking.rs | 2 +-
pallets/pallet-configuration/src/configuration.rs | 2 +-
pallets/pallet-configuration/src/default_weights.rs | 2 +-
pallets/pallet-configuration/src/lib.rs | 2 +-
pallets/pallet-configuration/src/mock.rs | 2 +-
pallets/pallet-configuration/src/tests.rs | 2 +-
pallets/pallet-deposit-storage/src/benchmarking.rs | 2 +-
pallets/pallet-deposit-storage/src/deposit/mock.rs | 2 +-
pallets/pallet-deposit-storage/src/deposit/mod.rs | 2 +-
pallets/pallet-deposit-storage/src/deposit/tests/mod.rs | 2 +-
.../src/deposit/tests/on_commitment_removed.rs | 2 +-
.../src/deposit/tests/on_identity_committed.rs | 2 +-
pallets/pallet-deposit-storage/src/fungible/mod.rs | 2 +-
pallets/pallet-deposit-storage/src/fungible/tests/burn.rs | 2 +-
pallets/pallet-deposit-storage/src/fungible/tests/hold.rs | 2 +-
.../pallet-deposit-storage/src/fungible/tests/inspect_hold.rs | 2 +-
pallets/pallet-deposit-storage/src/fungible/tests/mock.rs | 2 +-
pallets/pallet-deposit-storage/src/fungible/tests/mod.rs | 2 +-
pallets/pallet-deposit-storage/src/fungible/tests/release.rs | 2 +-
pallets/pallet-deposit-storage/src/fungible/tests/transfer.rs | 2 +-
pallets/pallet-deposit-storage/src/fungible/try_state.rs | 2 +-
pallets/pallet-deposit-storage/src/lib.rs | 2 +-
pallets/pallet-deposit-storage/src/mock.rs | 2 +-
pallets/pallet-deposit-storage/src/tests/add_deposit.rs | 2 +-
pallets/pallet-deposit-storage/src/tests/mod.rs | 2 +-
pallets/pallet-deposit-storage/src/tests/reclaim_deposit.rs | 2 +-
pallets/pallet-deposit-storage/src/traits.rs | 2 +-
pallets/pallet-deposit-storage/src/try_state.rs | 2 +-
pallets/pallet-did-lookup/src/account.rs | 2 +-
pallets/pallet-did-lookup/src/associate_account_request.rs | 2 +-
pallets/pallet-did-lookup/src/benchmarking.rs | 2 +-
pallets/pallet-did-lookup/src/connection_record.rs | 2 +-
pallets/pallet-did-lookup/src/default_weights.rs | 2 +-
pallets/pallet-did-lookup/src/lib.rs | 2 +-
pallets/pallet-did-lookup/src/linkable_account.rs | 2 +-
pallets/pallet-did-lookup/src/migrations.rs | 2 +-
pallets/pallet-did-lookup/src/mock.rs | 2 +-
pallets/pallet-did-lookup/src/signature.rs | 2 +-
pallets/pallet-did-lookup/src/tests/associate.rs | 2 +-
pallets/pallet-did-lookup/src/tests/deposit.rs | 2 +-
pallets/pallet-did-lookup/src/tests/mod.rs | 2 +-
pallets/pallet-did-lookup/src/try_state.rs | 2 +-
pallets/pallet-dip-consumer/src/benchmarking.rs | 2 +-
pallets/pallet-dip-consumer/src/lib.rs | 2 +-
pallets/pallet-dip-consumer/src/mock.rs | 2 +-
pallets/pallet-dip-consumer/src/origin.rs | 2 +-
pallets/pallet-dip-consumer/src/tests/dispatch_as.rs | 2 +-
pallets/pallet-dip-consumer/src/tests/mod.rs | 2 +-
pallets/pallet-dip-consumer/src/traits.rs | 2 +-
pallets/pallet-dip-provider/src/benchmarking.rs | 2 +-
pallets/pallet-dip-provider/src/lib.rs | 2 +-
pallets/pallet-dip-provider/src/mock.rs | 2 +-
pallets/pallet-dip-provider/src/tests/commit_identity.rs | 2 +-
.../pallet-dip-provider/src/tests/delete_identity_commitment.rs | 2 +-
pallets/pallet-dip-provider/src/tests/mod.rs | 2 +-
pallets/pallet-dip-provider/src/traits.rs | 2 +-
pallets/pallet-inflation/src/benchmarking.rs | 2 +-
pallets/pallet-inflation/src/default_weights.rs | 2 +-
pallets/pallet-inflation/src/lib.rs | 2 +-
pallets/pallet-inflation/src/mock.rs | 2 +-
pallets/pallet-inflation/src/tests.rs | 2 +-
pallets/pallet-migration/src/benchmarking.rs | 2 +-
pallets/pallet-migration/src/lib.rs | 2 +-
pallets/pallet-migration/src/mock.rs | 2 +-
pallets/pallet-migration/src/test.rs | 2 +-
pallets/pallet-relay-store/src/benchmarking.rs | 2 +-
pallets/pallet-relay-store/src/default_weights.rs | 2 +-
pallets/pallet-relay-store/src/lib.rs | 2 +-
pallets/pallet-relay-store/src/mock.rs | 2 +-
pallets/pallet-relay-store/src/relay.rs | 2 +-
pallets/pallet-relay-store/src/tests/mod.rs | 2 +-
pallets/pallet-relay-store/src/tests/on_finalize.rs | 2 +-
pallets/pallet-web3-names/src/benchmarking.rs | 2 +-
pallets/pallet-web3-names/src/default_weights.rs | 2 +-
pallets/pallet-web3-names/src/lib.rs | 2 +-
pallets/pallet-web3-names/src/migrations.rs | 2 +-
pallets/pallet-web3-names/src/mock.rs | 2 +-
pallets/pallet-web3-names/src/tests/ban.rs | 2 +-
pallets/pallet-web3-names/src/tests/claim.rs | 2 +-
pallets/pallet-web3-names/src/tests/deposit.rs | 2 +-
pallets/pallet-web3-names/src/tests/mod.rs | 2 +-
pallets/pallet-web3-names/src/tests/release.rs | 2 +-
pallets/pallet-web3-names/src/try_state.rs | 2 +-
pallets/pallet-web3-names/src/web3_name.rs | 2 +-
pallets/parachain-staking/src/api.rs | 2 +-
pallets/parachain-staking/src/benchmarking.rs | 2 +-
pallets/parachain-staking/src/default_weights.rs | 2 +-
pallets/parachain-staking/src/inflation.rs | 2 +-
pallets/parachain-staking/src/lib.rs | 2 +-
pallets/parachain-staking/src/mock.rs | 2 +-
pallets/parachain-staking/src/set.rs | 2 +-
pallets/parachain-staking/src/tests/collators.rs | 2 +-
pallets/parachain-staking/src/tests/delegator.rs | 2 +-
pallets/parachain-staking/src/tests/genesis.rs | 2 +-
pallets/parachain-staking/src/tests/inflation.rs | 2 +-
pallets/parachain-staking/src/tests/mod.rs | 2 +-
pallets/parachain-staking/src/tests/rewards.rs | 2 +-
pallets/parachain-staking/src/tests/round.rs | 2 +-
pallets/parachain-staking/src/tests/session.rs | 2 +-
pallets/parachain-staking/src/tests/stake.rs | 2 +-
pallets/parachain-staking/src/try_state.rs | 2 +-
pallets/parachain-staking/src/types.rs | 2 +-
pallets/public-credentials/src/access_control.rs | 2 +-
pallets/public-credentials/src/benchmarking.rs | 2 +-
pallets/public-credentials/src/credentials.rs | 2 +-
pallets/public-credentials/src/default_weights.rs | 2 +-
pallets/public-credentials/src/lib.rs | 2 +-
pallets/public-credentials/src/migrations.rs | 2 +-
pallets/public-credentials/src/mock.rs | 2 +-
pallets/public-credentials/src/tests/claim.rs | 2 +-
pallets/public-credentials/src/tests/delete.rs | 2 +-
pallets/public-credentials/src/tests/deposit.rs | 2 +-
pallets/public-credentials/src/tests/mod.rs | 2 +-
pallets/public-credentials/src/tests/revoke.rs | 2 +-
pallets/public-credentials/src/try_state.rs | 2 +-
runtime-api/asset-switch/src/lib.rs | 2 +-
runtime-api/bonded-coins/src/lib.rs | 2 +-
runtime-api/bonded-coins/src/pool_details.rs | 2 +-
runtime-api/did/src/did_details.rs | 2 +-
runtime-api/did/src/lib.rs | 2 +-
runtime-api/did/src/service_endpoint.rs | 2 +-
runtime-api/dip-provider/src/lib.rs | 2 +-
runtime-api/public-credentials/src/lib.rs | 2 +-
runtime-api/staking/src/lib.rs | 2 +-
runtimes/common/src/asset_switch/hooks.rs | 2 +-
runtimes/common/src/asset_switch/mod.rs | 2 +-
runtimes/common/src/asset_switch/runtime_api.rs | 2 +-
runtimes/common/src/assets.rs | 2 +-
runtimes/common/src/authorization.rs | 2 +-
runtimes/common/src/benchmarks/mod.rs | 2 +-
runtimes/common/src/benchmarks/treasury.rs | 2 +-
runtimes/common/src/benchmarks/xcm.rs | 2 +-
runtimes/common/src/bonded_coins/hooks.rs | 2 +-
runtimes/common/src/bonded_coins/mod.rs | 2 +-
runtimes/common/src/bonded_coins/runtime_api.rs | 2 +-
runtimes/common/src/constants.rs | 2 +-
runtimes/common/src/deposits.rs | 2 +-
runtimes/common/src/did/mod.rs | 2 +-
runtimes/common/src/did/runtime_apis.rs | 2 +-
runtimes/common/src/dip/deposit/mock.rs | 2 +-
runtimes/common/src/dip/deposit/mod.rs | 2 +-
runtimes/common/src/dip/deposit/tests/mod.rs | 2 +-
runtimes/common/src/dip/deposit/tests/on_deposit_reclaimed.rs | 2 +-
runtimes/common/src/dip/did/mod.rs | 2 +-
runtimes/common/src/dip/did/tests/mod.rs | 2 +-
runtimes/common/src/dip/did/tests/retrieve.rs | 2 +-
runtimes/common/src/dip/merkle/mod.rs | 2 +-
runtimes/common/src/dip/merkle/tests/generate_commitment.rs | 2 +-
runtimes/common/src/dip/merkle/tests/generate_proof.rs | 2 +-
runtimes/common/src/dip/merkle/tests/mod.rs | 2 +-
runtimes/common/src/dip/merkle/v0/mod.rs | 2 +-
runtimes/common/src/dip/merkle/v0/tests/mod.rs | 2 +-
runtimes/common/src/dip/mock.rs | 2 +-
runtimes/common/src/dip/mod.rs | 2 +-
runtimes/common/src/errors.rs | 2 +-
runtimes/common/src/fees.rs | 2 +-
runtimes/common/src/lib.rs | 2 +-
runtimes/common/src/migrations.rs | 2 +-
runtimes/common/src/pallet_id.rs | 2 +-
runtimes/common/src/web3_names/mod.rs | 2 +-
runtimes/common/src/web3_names/tests.rs | 2 +-
runtimes/common/src/xcm_config.rs | 2 +-
runtimes/kestrel/build.rs | 2 +-
runtimes/kestrel/src/lib.rs | 2 +-
runtimes/peregrine/build.rs | 2 +-
runtimes/peregrine/src/benchmarks/asset_switch.rs | 2 +-
runtimes/peregrine/src/benchmarks/bonded_coins.rs | 2 +-
runtimes/peregrine/src/benchmarks/governance.rs | 2 +-
runtimes/peregrine/src/benchmarks/mod.rs | 2 +-
runtimes/peregrine/src/benchmarks/web3_names.rs | 2 +-
runtimes/peregrine/src/governance.rs | 2 +-
runtimes/peregrine/src/kilt/credential.rs | 2 +-
runtimes/peregrine/src/kilt/did.rs | 2 +-
runtimes/peregrine/src/kilt/dip/mod.rs | 2 +-
runtimes/peregrine/src/kilt/dip/runtime_api.rs | 2 +-
runtimes/peregrine/src/kilt/mod.rs | 2 +-
runtimes/peregrine/src/lib.rs | 2 +-
runtimes/peregrine/src/migrations/mod.rs | 2 +-
runtimes/peregrine/src/parachain.rs | 2 +-
runtimes/peregrine/src/system/mod.rs | 2 +-
runtimes/peregrine/src/system/proxy.rs | 2 +-
runtimes/peregrine/src/tests.rs | 2 +-
runtimes/peregrine/src/weights/attestation.rs | 2 +-
runtimes/peregrine/src/weights/ctype.rs | 2 +-
.../peregrine/src/weights/cumulus_pallet_parachain_system.rs | 2 +-
runtimes/peregrine/src/weights/delegation.rs | 2 +-
runtimes/peregrine/src/weights/did.rs | 2 +-
runtimes/peregrine/src/weights/frame_system.rs | 2 +-
runtimes/peregrine/src/weights/mod.rs | 2 +-
runtimes/peregrine/src/weights/pallet_asset_switch.rs | 2 +-
runtimes/peregrine/src/weights/pallet_assets.rs | 2 +-
runtimes/peregrine/src/weights/pallet_balances.rs | 2 +-
runtimes/peregrine/src/weights/pallet_bonded_assets.rs | 2 +-
runtimes/peregrine/src/weights/pallet_bonded_coins.rs | 2 +-
runtimes/peregrine/src/weights/pallet_collective.rs | 2 +-
runtimes/peregrine/src/weights/pallet_democracy.rs | 2 +-
runtimes/peregrine/src/weights/pallet_deposit_storage.rs | 2 +-
runtimes/peregrine/src/weights/pallet_did_lookup.rs | 2 +-
runtimes/peregrine/src/weights/pallet_dip_provider.rs | 2 +-
runtimes/peregrine/src/weights/pallet_indices.rs | 2 +-
runtimes/peregrine/src/weights/pallet_inflation.rs | 2 +-
runtimes/peregrine/src/weights/pallet_membership.rs | 2 +-
runtimes/peregrine/src/weights/pallet_message_queue.rs | 2 +-
runtimes/peregrine/src/weights/pallet_migration.rs | 2 +-
runtimes/peregrine/src/weights/pallet_multisig.rs | 2 +-
runtimes/peregrine/src/weights/pallet_preimage.rs | 2 +-
runtimes/peregrine/src/weights/pallet_proxy.rs | 2 +-
runtimes/peregrine/src/weights/pallet_scheduler.rs | 2 +-
runtimes/peregrine/src/weights/pallet_session.rs | 2 +-
runtimes/peregrine/src/weights/pallet_sudo.rs | 2 +-
.../src/weights/pallet_technical_committee_collective.rs | 2 +-
runtimes/peregrine/src/weights/pallet_technical_membership.rs | 2 +-
runtimes/peregrine/src/weights/pallet_timestamp.rs | 2 +-
runtimes/peregrine/src/weights/pallet_tips.rs | 2 +-
runtimes/peregrine/src/weights/pallet_treasury.rs | 2 +-
runtimes/peregrine/src/weights/pallet_utility.rs | 2 +-
runtimes/peregrine/src/weights/pallet_vesting.rs | 2 +-
runtimes/peregrine/src/weights/pallet_web3_names.rs | 2 +-
runtimes/peregrine/src/weights/pallet_xcm.rs | 2 +-
runtimes/peregrine/src/weights/parachain_staking.rs | 2 +-
runtimes/peregrine/src/weights/public_credentials.rs | 2 +-
runtimes/peregrine/src/weights/rocksdb_weights.rs | 2 +-
runtimes/peregrine/src/xcm.rs | 2 +-
runtimes/spiritnet/build.rs | 2 +-
runtimes/spiritnet/src/benchmarks/asset_switch.rs | 2 +-
runtimes/spiritnet/src/benchmarks/governance.rs | 2 +-
runtimes/spiritnet/src/benchmarks/mod.rs | 2 +-
runtimes/spiritnet/src/benchmarks/web3_names.rs | 2 +-
runtimes/spiritnet/src/governance.rs | 2 +-
runtimes/spiritnet/src/kilt/credential.rs | 2 +-
runtimes/spiritnet/src/kilt/did.rs | 2 +-
runtimes/spiritnet/src/kilt/dip/mod.rs | 2 +-
runtimes/spiritnet/src/kilt/dip/runtime_api.rs | 2 +-
runtimes/spiritnet/src/kilt/mod.rs | 2 +-
runtimes/spiritnet/src/lib.rs | 2 +-
runtimes/spiritnet/src/migrations/mod.rs | 2 +-
runtimes/spiritnet/src/parachain.rs | 2 +-
runtimes/spiritnet/src/system/mod.rs | 2 +-
runtimes/spiritnet/src/system/proxy.rs | 2 +-
runtimes/spiritnet/src/tests.rs | 2 +-
runtimes/spiritnet/src/weights/attestation.rs | 2 +-
runtimes/spiritnet/src/weights/ctype.rs | 2 +-
.../spiritnet/src/weights/cumulus_pallet_parachain_system.rs | 2 +-
runtimes/spiritnet/src/weights/delegation.rs | 2 +-
runtimes/spiritnet/src/weights/did.rs | 2 +-
runtimes/spiritnet/src/weights/frame_system.rs | 2 +-
runtimes/spiritnet/src/weights/mod.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_balances.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_collective.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_democracy.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_deposit_storage.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_did_lookup.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_dip_provider.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_indices.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_inflation.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_membership.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_message_queue.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_migration.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_multisig.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_preimage.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_proxy.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_scheduler.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_session.rs | 2 +-
.../src/weights/pallet_technical_committee_collective.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_technical_membership.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_timestamp.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_tips.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_treasury.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_utility.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_vesting.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_web3_names.rs | 2 +-
runtimes/spiritnet/src/weights/pallet_xcm.rs | 2 +-
runtimes/spiritnet/src/weights/parachain_staking.rs | 2 +-
runtimes/spiritnet/src/weights/public_credentials.rs | 2 +-
runtimes/spiritnet/src/weights/rocksdb_weights.rs | 2 +-
runtimes/spiritnet/src/xcm.rs | 2 +-
support/src/deposit.rs | 2 +-
support/src/lib.rs | 2 +-
support/src/migration.rs | 2 +-
support/src/mock.rs | 2 +-
support/src/signature.rs | 2 +-
support/src/test_utils.rs | 2 +-
support/src/traits.rs | 2 +-
support/src/xcm.rs | 2 +-
544 files changed, 544 insertions(+), 544 deletions(-)
diff --git a/HEADER-GPL b/HEADER-GPL
index 9d7781412..c8b80b916 100644
--- a/HEADER-GPL
+++ b/HEADER-GPL
@@ -14,4 +14,4 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
diff --git a/crates/assets/src/asset.rs b/crates/assets/src/asset.rs
index af13f4145..a66c44e36 100644
--- a/crates/assets/src/asset.rs
+++ b/crates/assets/src/asset.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
// Exported types. This will always only re-export the latest version by
// default.
diff --git a/crates/assets/src/chain.rs b/crates/assets/src/chain.rs
index f52c6af88..0a47f7792 100644
--- a/crates/assets/src/chain.rs
+++ b/crates/assets/src/chain.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
// Exported types. This will always only re-export the latest version by
// default.
diff --git a/crates/assets/src/errors.rs b/crates/assets/src/errors.rs
index f2d9bdee1..eca7fc2d0 100644
--- a/crates/assets/src/errors.rs
+++ b/crates/assets/src/errors.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use frame_support::sp_runtime::RuntimeDebug;
diff --git a/crates/assets/src/lib.rs b/crates/assets/src/lib.rs
index 1ac6b27ac..92185112d 100644
--- a/crates/assets/src/lib.rs
+++ b/crates/assets/src/lib.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! Library to parse the raw byte vectors into supported Asset DIDs, according
//! to the spec.
diff --git a/crates/assets/src/v1.rs b/crates/assets/src/v1.rs
index 9796095df..faeb28784 100644
--- a/crates/assets/src/v1.rs
+++ b/crates/assets/src/v1.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use hex_literal::hex;
use parity_scale_codec::{Decode, Encode, MaxEncodedLen};
use scale_info::TypeInfo;
diff --git a/crates/kilt-dip-primitives/src/lib.rs b/crates/kilt-dip-primitives/src/lib.rs
index 27fb1c379..f46604686 100644
--- a/crates/kilt-dip-primitives/src/lib.rs
+++ b/crates/kilt-dip-primitives/src/lib.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! Collection of support traits, types, and functions for integrating KILT as
//! an identity provider following the Decentralized Identity Provider (DIP)
diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/mod.rs b/crates/kilt-dip-primitives/src/merkle_proofs/mod.rs
index 07cc79f21..d1c5eb634 100644
--- a/crates/kilt-dip-primitives/src/merkle_proofs/mod.rs
+++ b/crates/kilt-dip-primitives/src/merkle_proofs/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
pub mod v0;
diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/mod.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/mod.rs
index 9859136ac..d6077ed9b 100644
--- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/mod.rs
+++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use did::{
did_details::{DidPublicKey, DidPublicKeyDetails},
diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/tests.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/tests.rs
index 6bda37104..daa4f1b07 100644
--- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/tests.rs
+++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/dip_subject_state/tests.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
mod dip_revealed_details_and_unverified_did_signature {
use frame_support::{assert_err, assert_ok};
diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/error.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/error.rs
index 00a68357d..1b2d47851 100644
--- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/error.rs
+++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/error.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use scale_info::TypeInfo;
diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/input_common.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/input_common.rs
index 620053f55..2b1b2b8d3 100644
--- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/input_common.rs
+++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/input_common.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use did::DidSignature;
use parity_scale_codec::{Decode, Encode};
diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/mod.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/mod.rs
index 6058c3e52..672515322 100644
--- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/mod.rs
+++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! Module to deal with cross-chain Merkle proof as generated by the KILT chain.
diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/output_common.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/output_common.rs
index 5ef7f2a93..757bc3c86 100644
--- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/output_common.rs
+++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/output_common.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use did::{did_details::DidPublicKeyDetails, DidVerificationKeyRelationship};
use parity_scale_codec::{Decode, Encode, MaxEncodedLen};
diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/mod.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/mod.rs
index 10d37fb41..7b93f7c2f 100644
--- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/mod.rs
+++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use frame_support::ensure;
use pallet_dip_provider::IdentityCommitmentOf;
diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/tests.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/tests.rs
index bb298259e..d9c121ac4 100644
--- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/tests.rs
+++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/provider_state/tests.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
// These test cases are, for now, the same as the ones in
// [`super::relay_state::relay_dip_did_proof_with_verified_relay_state_root`],
diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/mod.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/mod.rs
index 28fc92c40..f2c8d73d6 100644
--- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/mod.rs
+++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use parity_scale_codec::{Codec, Decode, Encode};
use scale_info::TypeInfo;
diff --git a/crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/tests.rs b/crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/tests.rs
index 3e333ffd9..ca9655b8c 100644
--- a/crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/tests.rs
+++ b/crates/kilt-dip-primitives/src/merkle_proofs/v0/relay_state/tests.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
mod relay_did_dip_proof {
use frame_support::assert_err;
diff --git a/crates/kilt-dip-primitives/src/state_proofs/error.rs b/crates/kilt-dip-primitives/src/state_proofs/error.rs
index 21d5fa2e4..a76fd55d1 100644
--- a/crates/kilt-dip-primitives/src/state_proofs/error.rs
+++ b/crates/kilt-dip-primitives/src/state_proofs/error.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use scale_info::TypeInfo;
diff --git a/crates/kilt-dip-primitives/src/state_proofs/mod.rs b/crates/kilt-dip-primitives/src/state_proofs/mod.rs
index 741fde355..fdbbe067f 100644
--- a/crates/kilt-dip-primitives/src/state_proofs/mod.rs
+++ b/crates/kilt-dip-primitives/src/state_proofs/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use parity_scale_codec::Decode;
use sp_runtime::traits::Hash;
diff --git a/crates/kilt-dip-primitives/src/state_proofs/substrate_no_std_port.rs b/crates/kilt-dip-primitives/src/state_proofs/substrate_no_std_port.rs
index 1507b230d..4722b201a 100644
--- a/crates/kilt-dip-primitives/src/state_proofs/substrate_no_std_port.rs
+++ b/crates/kilt-dip-primitives/src/state_proofs/substrate_no_std_port.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use hash_db::EMPTY_PREFIX;
use parity_scale_codec::Codec;
diff --git a/crates/kilt-dip-primitives/src/traits.rs b/crates/kilt-dip-primitives/src/traits.rs
index dfd916c18..16113f214 100644
--- a/crates/kilt-dip-primitives/src/traits.rs
+++ b/crates/kilt-dip-primitives/src/traits.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use sp_core::H256;
use sp_runtime::traits::{CheckedAdd, One, Zero};
diff --git a/crates/kilt-dip-primitives/src/utils.rs b/crates/kilt-dip-primitives/src/utils.rs
index dc8bb31d9..7a50c69a7 100644
--- a/crates/kilt-dip-primitives/src/utils.rs
+++ b/crates/kilt-dip-primitives/src/utils.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
/// The output of a type implementing the [`sp_runtime::traits::Hash`] trait.
pub type OutputOf = ::Output;
diff --git a/crates/kilt-dip-primitives/src/verifier/errors.rs b/crates/kilt-dip-primitives/src/verifier/errors.rs
index 764170aa4..948db2132 100644
--- a/crates/kilt-dip-primitives/src/verifier/errors.rs
+++ b/crates/kilt-dip-primitives/src/verifier/errors.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use sp_std::fmt::Debug;
diff --git a/crates/kilt-dip-primitives/src/verifier/mod.rs b/crates/kilt-dip-primitives/src/verifier/mod.rs
index 734bd840a..b403251ab 100644
--- a/crates/kilt-dip-primitives/src/verifier/mod.rs
+++ b/crates/kilt-dip-primitives/src/verifier/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
mod errors;
diff --git a/crates/kilt-dip-primitives/src/verifier/parachain/error.rs b/crates/kilt-dip-primitives/src/verifier/parachain/error.rs
index 18721588f..a114393f9 100644
--- a/crates/kilt-dip-primitives/src/verifier/parachain/error.rs
+++ b/crates/kilt-dip-primitives/src/verifier/parachain/error.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use crate::Error;
diff --git a/crates/kilt-dip-primitives/src/verifier/parachain/mod.rs b/crates/kilt-dip-primitives/src/verifier/parachain/mod.rs
index b64af2b0f..c8cb66062 100644
--- a/crates/kilt-dip-primitives/src/verifier/parachain/mod.rs
+++ b/crates/kilt-dip-primitives/src/verifier/parachain/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use did::KeyIdOf;
use frame_system::pallet_prelude::BlockNumberFor;
diff --git a/crates/kilt-dip-primitives/src/verifier/parachain/v0/mock.rs b/crates/kilt-dip-primitives/src/verifier/parachain/v0/mock.rs
index 859e6bb84..6e89bc41b 100644
--- a/crates/kilt-dip-primitives/src/verifier/parachain/v0/mock.rs
+++ b/crates/kilt-dip-primitives/src/verifier/parachain/v0/mock.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use cumulus_pallet_parachain_system::{ParachainSetCode, RelayNumberStrictlyIncreases};
use cumulus_primitives_core::{AggregateMessageOrigin, ParaId};
diff --git a/crates/kilt-dip-primitives/src/verifier/parachain/v0/mod.rs b/crates/kilt-dip-primitives/src/verifier/parachain/v0/mod.rs
index e4e741f62..492a7a42c 100644
--- a/crates/kilt-dip-primitives/src/verifier/parachain/v0/mod.rs
+++ b/crates/kilt-dip-primitives/src/verifier/parachain/v0/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use did::KeyIdOf;
use frame_system::pallet_prelude::{BlockNumberFor, HeaderFor};
diff --git a/crates/kilt-dip-primitives/src/verifier/parachain/v0/tests.rs b/crates/kilt-dip-primitives/src/verifier/parachain/v0/tests.rs
index 80675fda4..78cd1abe9 100644
--- a/crates/kilt-dip-primitives/src/verifier/parachain/v0/tests.rs
+++ b/crates/kilt-dip-primitives/src/verifier/parachain/v0/tests.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use frame_support::{assert_noop, assert_ok};
use pallet_dip_consumer::traits::IdentityProofVerifier;
diff --git a/crates/kilt-dip-primitives/src/verifier/relaychain/error.rs b/crates/kilt-dip-primitives/src/verifier/relaychain/error.rs
index d52ba20f4..276288ced 100644
--- a/crates/kilt-dip-primitives/src/verifier/relaychain/error.rs
+++ b/crates/kilt-dip-primitives/src/verifier/relaychain/error.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use crate::Error;
diff --git a/crates/kilt-dip-primitives/src/verifier/relaychain/mod.rs b/crates/kilt-dip-primitives/src/verifier/relaychain/mod.rs
index 104c467ae..c8dac3a37 100644
--- a/crates/kilt-dip-primitives/src/verifier/relaychain/mod.rs
+++ b/crates/kilt-dip-primitives/src/verifier/relaychain/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use did::KeyIdOf;
use frame_system::pallet_prelude::BlockNumberFor;
diff --git a/crates/kilt-dip-primitives/src/verifier/relaychain/v0/mod.rs b/crates/kilt-dip-primitives/src/verifier/relaychain/v0/mod.rs
index bd92bb369..b0837835e 100644
--- a/crates/kilt-dip-primitives/src/verifier/relaychain/v0/mod.rs
+++ b/crates/kilt-dip-primitives/src/verifier/relaychain/v0/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use did::KeyIdOf;
use frame_system::pallet_prelude::{BlockNumberFor, HeaderFor};
diff --git a/dip-template/nodes/dip-consumer/build.rs b/dip-template/nodes/dip-consumer/build.rs
index f672256b2..3bf56b537 100644
--- a/dip-template/nodes/dip-consumer/build.rs
+++ b/dip-template/nodes/dip-consumer/build.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use substrate_build_script_utils::{generate_cargo_keys, rerun_if_git_head_changed};
diff --git a/dip-template/nodes/dip-consumer/src/chain_spec.rs b/dip-template/nodes/dip-consumer/src/chain_spec.rs
index 4b549a71f..cdb58e7c1 100644
--- a/dip-template/nodes/dip-consumer/src/chain_spec.rs
+++ b/dip-template/nodes/dip-consumer/src/chain_spec.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
// Triggered by the `ChainSpecGroup` derive macro used for the custom chainspec
// extension.
diff --git a/dip-template/nodes/dip-consumer/src/cli.rs b/dip-template/nodes/dip-consumer/src/cli.rs
index 7f8ec35ee..5be54426d 100644
--- a/dip-template/nodes/dip-consumer/src/cli.rs
+++ b/dip-template/nodes/dip-consumer/src/cli.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use std::path::PathBuf;
diff --git a/dip-template/nodes/dip-consumer/src/command.rs b/dip-template/nodes/dip-consumer/src/command.rs
index 75e30f628..f1d0da899 100644
--- a/dip-template/nodes/dip-consumer/src/command.rs
+++ b/dip-template/nodes/dip-consumer/src/command.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use std::{fs::create_dir_all, iter::once, net::SocketAddr};
diff --git a/dip-template/nodes/dip-consumer/src/main.rs b/dip-template/nodes/dip-consumer/src/main.rs
index fb6187015..d5e28dc16 100644
--- a/dip-template/nodes/dip-consumer/src/main.rs
+++ b/dip-template/nodes/dip-consumer/src/main.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! KILT Decentralized Identity Provider (DIP) consumer CLI.
diff --git a/dip-template/nodes/dip-consumer/src/rpc.rs b/dip-template/nodes/dip-consumer/src/rpc.rs
index af628dc3b..16b499c62 100644
--- a/dip-template/nodes/dip-consumer/src/rpc.rs
+++ b/dip-template/nodes/dip-consumer/src/rpc.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
#![warn(missing_docs)]
diff --git a/dip-template/nodes/dip-consumer/src/service.rs b/dip-template/nodes/dip-consumer/src/service.rs
index fe834b022..fdb929100 100644
--- a/dip-template/nodes/dip-consumer/src/service.rs
+++ b/dip-template/nodes/dip-consumer/src/service.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use std::{sync::Arc, time::Duration};
diff --git a/dip-template/nodes/dip-provider/build.rs b/dip-template/nodes/dip-provider/build.rs
index f672256b2..3bf56b537 100644
--- a/dip-template/nodes/dip-provider/build.rs
+++ b/dip-template/nodes/dip-provider/build.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use substrate_build_script_utils::{generate_cargo_keys, rerun_if_git_head_changed};
diff --git a/dip-template/nodes/dip-provider/src/chain_spec.rs b/dip-template/nodes/dip-provider/src/chain_spec.rs
index 048827519..c9cb2192e 100644
--- a/dip-template/nodes/dip-provider/src/chain_spec.rs
+++ b/dip-template/nodes/dip-provider/src/chain_spec.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
// Triggered by the `ChainSpecGroup` derive macro used for the custom chainspec
// extension.
diff --git a/dip-template/nodes/dip-provider/src/cli.rs b/dip-template/nodes/dip-provider/src/cli.rs
index 7f8ec35ee..5be54426d 100644
--- a/dip-template/nodes/dip-provider/src/cli.rs
+++ b/dip-template/nodes/dip-provider/src/cli.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use std::path::PathBuf;
diff --git a/dip-template/nodes/dip-provider/src/command.rs b/dip-template/nodes/dip-provider/src/command.rs
index 4b2990f0b..c48a8fba5 100644
--- a/dip-template/nodes/dip-provider/src/command.rs
+++ b/dip-template/nodes/dip-provider/src/command.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use std::{fs::create_dir_all, iter::once, net::SocketAddr};
diff --git a/dip-template/nodes/dip-provider/src/main.rs b/dip-template/nodes/dip-provider/src/main.rs
index 6987d4bac..b784bdd2c 100644
--- a/dip-template/nodes/dip-provider/src/main.rs
+++ b/dip-template/nodes/dip-provider/src/main.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! KILT Decentralized Identity Provider (DIP) Provider CLI.
diff --git a/dip-template/nodes/dip-provider/src/rpc.rs b/dip-template/nodes/dip-provider/src/rpc.rs
index 769a0fc3e..9c6c6b4a4 100644
--- a/dip-template/nodes/dip-provider/src/rpc.rs
+++ b/dip-template/nodes/dip-provider/src/rpc.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
#![warn(missing_docs)]
diff --git a/dip-template/nodes/dip-provider/src/service.rs b/dip-template/nodes/dip-provider/src/service.rs
index 79ae7af14..81c7d6bd0 100644
--- a/dip-template/nodes/dip-provider/src/service.rs
+++ b/dip-template/nodes/dip-provider/src/service.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use std::{sync::Arc, time::Duration};
diff --git a/dip-template/pallets/pallet-postit/src/lib.rs b/dip-template/pallets/pallet-postit/src/lib.rs
index 549264c5e..0b38604bd 100644
--- a/dip-template/pallets/pallet-postit/src/lib.rs
+++ b/dip-template/pallets/pallet-postit/src/lib.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
#![cfg_attr(not(feature = "std"), no_std)]
diff --git a/dip-template/pallets/pallet-postit/src/post.rs b/dip-template/pallets/pallet-postit/src/post.rs
index 9fb6d776a..772864973 100644
--- a/dip-template/pallets/pallet-postit/src/post.rs
+++ b/dip-template/pallets/pallet-postit/src/post.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use frame_support::{traits::ConstU32, BoundedVec};
use parity_scale_codec::{Decode, Encode, MaxEncodedLen};
diff --git a/dip-template/pallets/pallet-postit/src/traits.rs b/dip-template/pallets/pallet-postit/src/traits.rs
index 31ef552e2..9f2732ecb 100644
--- a/dip-template/pallets/pallet-postit/src/traits.rs
+++ b/dip-template/pallets/pallet-postit/src/traits.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
pub trait GetUsername {
type Username;
diff --git a/dip-template/runtimes/dip-consumer/build.rs b/dip-template/runtimes/dip-consumer/build.rs
index 9d730bd28..52e91453e 100644
--- a/dip-template/runtimes/dip-consumer/build.rs
+++ b/dip-template/runtimes/dip-consumer/build.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use substrate_wasm_builder::WasmBuilder;
diff --git a/dip-template/runtimes/dip-consumer/src/dip.rs b/dip-template/runtimes/dip-consumer/src/dip.rs
index cb8ac66ca..3510332b4 100644
--- a/dip-template/runtimes/dip-consumer/src/dip.rs
+++ b/dip-template/runtimes/dip-consumer/src/dip.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use did::{DidVerificationKeyRelationship, KeyIdOf};
use dip_provider_runtime_template::{
diff --git a/dip-template/runtimes/dip-consumer/src/lib.rs b/dip-template/runtimes/dip-consumer/src/lib.rs
index f85b6222c..a52629a1b 100644
--- a/dip-template/runtimes/dip-consumer/src/lib.rs
+++ b/dip-template/runtimes/dip-consumer/src/lib.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! Runtime template of a Decentralized Identity Provider (DIP) consumer, which
//! does not itself include any identity-related pallets, but only the
diff --git a/dip-template/runtimes/dip-consumer/src/origin_adapter.rs b/dip-template/runtimes/dip-consumer/src/origin_adapter.rs
index 173c1cd27..2ea4f09a2 100644
--- a/dip-template/runtimes/dip-consumer/src/origin_adapter.rs
+++ b/dip-template/runtimes/dip-consumer/src/origin_adapter.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use crate::{AccountId, DidIdentifier, MerkleProofVerifierOutput, RuntimeOrigin, Web3Name};
use frame_support::traits::EnsureOrigin;
diff --git a/dip-template/runtimes/dip-consumer/src/weights/frame_system.rs b/dip-template/runtimes/dip-consumer/src/weights/frame_system.rs
index 0491d5f25..ae8e66087 100644
--- a/dip-template/runtimes/dip-consumer/src/weights/frame_system.rs
+++ b/dip-template/runtimes/dip-consumer/src/weights/frame_system.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! Autogenerated weights for `frame_system`
//!
diff --git a/dip-template/runtimes/dip-consumer/src/weights/mod.rs b/dip-template/runtimes/dip-consumer/src/weights/mod.rs
index 67d588572..780781212 100644
--- a/dip-template/runtimes/dip-consumer/src/weights/mod.rs
+++ b/dip-template/runtimes/dip-consumer/src/weights/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
pub mod frame_system;
pub mod pallet_dip_consumer;
diff --git a/dip-template/runtimes/dip-consumer/src/weights/pallet_dip_consumer.rs b/dip-template/runtimes/dip-consumer/src/weights/pallet_dip_consumer.rs
index 0e0fb07ff..d43c22fca 100644
--- a/dip-template/runtimes/dip-consumer/src/weights/pallet_dip_consumer.rs
+++ b/dip-template/runtimes/dip-consumer/src/weights/pallet_dip_consumer.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! Autogenerated weights for `pallet_dip_consumer`
//!
diff --git a/dip-template/runtimes/dip-consumer/src/weights/pallet_relay_store.rs b/dip-template/runtimes/dip-consumer/src/weights/pallet_relay_store.rs
index 7205cddb1..9f0035c61 100644
--- a/dip-template/runtimes/dip-consumer/src/weights/pallet_relay_store.rs
+++ b/dip-template/runtimes/dip-consumer/src/weights/pallet_relay_store.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! Autogenerated weights for `pallet_relay_store`
//!
diff --git a/dip-template/runtimes/dip-provider/build.rs b/dip-template/runtimes/dip-provider/build.rs
index 9d730bd28..52e91453e 100644
--- a/dip-template/runtimes/dip-provider/build.rs
+++ b/dip-template/runtimes/dip-provider/build.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use substrate_wasm_builder::WasmBuilder;
diff --git a/dip-template/runtimes/dip-provider/src/dip.rs b/dip-template/runtimes/dip-provider/src/dip.rs
index dcb51621b..e119bcff7 100644
--- a/dip-template/runtimes/dip-provider/src/dip.rs
+++ b/dip-template/runtimes/dip-provider/src/dip.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use did::{DidRawOrigin, EnsureDidOrigin, KeyIdOf};
use frame_system::EnsureSigned;
diff --git a/dip-template/runtimes/dip-provider/src/lib.rs b/dip-template/runtimes/dip-provider/src/lib.rs
index eb46af38b..dcda6df7d 100644
--- a/dip-template/runtimes/dip-provider/src/lib.rs
+++ b/dip-template/runtimes/dip-provider/src/lib.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! Runtime template of a Decentralized Identity Provider (DIP) provider, which
//! includes, beyond system pallets, [`did::Pallet`],
diff --git a/dip-template/runtimes/dip-provider/src/weights/did.rs b/dip-template/runtimes/dip-provider/src/weights/did.rs
index 329c4abe8..9d357e4fd 100644
--- a/dip-template/runtimes/dip-provider/src/weights/did.rs
+++ b/dip-template/runtimes/dip-provider/src/weights/did.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! Autogenerated weights for `did`
//!
diff --git a/dip-template/runtimes/dip-provider/src/weights/frame_system.rs b/dip-template/runtimes/dip-provider/src/weights/frame_system.rs
index 6c00b19d2..4bc151d52 100644
--- a/dip-template/runtimes/dip-provider/src/weights/frame_system.rs
+++ b/dip-template/runtimes/dip-provider/src/weights/frame_system.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! Autogenerated weights for `frame_system`
//!
diff --git a/dip-template/runtimes/dip-provider/src/weights/mod.rs b/dip-template/runtimes/dip-provider/src/weights/mod.rs
index c2cccacd4..0aacec82a 100644
--- a/dip-template/runtimes/dip-provider/src/weights/mod.rs
+++ b/dip-template/runtimes/dip-provider/src/weights/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
pub mod did;
pub mod frame_system;
diff --git a/dip-template/runtimes/dip-provider/src/weights/pallet_deposit_storage.rs b/dip-template/runtimes/dip-provider/src/weights/pallet_deposit_storage.rs
index 0c25daeec..dd0161845 100644
--- a/dip-template/runtimes/dip-provider/src/weights/pallet_deposit_storage.rs
+++ b/dip-template/runtimes/dip-provider/src/weights/pallet_deposit_storage.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! Autogenerated weights for `pallet_deposit_storage`
//!
diff --git a/dip-template/runtimes/dip-provider/src/weights/pallet_did_lookup.rs b/dip-template/runtimes/dip-provider/src/weights/pallet_did_lookup.rs
index bb282e3bb..b7903c2f3 100644
--- a/dip-template/runtimes/dip-provider/src/weights/pallet_did_lookup.rs
+++ b/dip-template/runtimes/dip-provider/src/weights/pallet_did_lookup.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! Autogenerated weights for `pallet_did_lookup`
//!
diff --git a/dip-template/runtimes/dip-provider/src/weights/pallet_dip_provider.rs b/dip-template/runtimes/dip-provider/src/weights/pallet_dip_provider.rs
index ba7f981bd..919966c24 100644
--- a/dip-template/runtimes/dip-provider/src/weights/pallet_dip_provider.rs
+++ b/dip-template/runtimes/dip-provider/src/weights/pallet_dip_provider.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! Autogenerated weights for `pallet_dip_provider`
//!
diff --git a/dip-template/runtimes/dip-provider/src/weights/pallet_web3_names.rs b/dip-template/runtimes/dip-provider/src/weights/pallet_web3_names.rs
index 76baa6152..af717fab7 100644
--- a/dip-template/runtimes/dip-provider/src/weights/pallet_web3_names.rs
+++ b/dip-template/runtimes/dip-provider/src/weights/pallet_web3_names.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! Autogenerated weights for `pallet_web3_names`
//!
diff --git a/integration-tests/emulated/src/lib.rs b/integration-tests/emulated/src/lib.rs
index f62785c95..72ed5b7d4 100644
--- a/integration-tests/emulated/src/lib.rs
+++ b/integration-tests/emulated/src/lib.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
#[cfg(all(not(feature = "runtime-benchmarks"), test))]
mod mock;
diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/association.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/association.rs
index 307b8f082..49b9267b1 100644
--- a/integration-tests/emulated/src/tests/peregrine/did_pallets/association.rs
+++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/association.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use frame_support::{assert_ok, traits::fungible::Mutate};
diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/attestation.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/attestation.rs
index 8a2555fd2..5991ac23f 100644
--- a/integration-tests/emulated/src/tests/peregrine/did_pallets/attestation.rs
+++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/attestation.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use frame_support::{assert_ok, traits::fungible::Mutate};
diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/ctype.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/ctype.rs
index 7e1182248..70d3baaac 100644
--- a/integration-tests/emulated/src/tests/peregrine/did_pallets/ctype.rs
+++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/ctype.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use frame_support::{assert_ok, traits::fungible::Mutate};
diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/did.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/did.rs
index b3a8a161a..bea6db42c 100644
--- a/integration-tests/emulated/src/tests/peregrine/did_pallets/did.rs
+++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/did.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use did::did_details::DidVerificationKey;
diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/mod.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/mod.rs
index 90f3a1215..cde32325b 100644
--- a/integration-tests/emulated/src/tests/peregrine/did_pallets/mod.rs
+++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
mod association;
mod attestation;
diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/public_credentials.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/public_credentials.rs
index 9272a6706..c95707371 100644
--- a/integration-tests/emulated/src/tests/peregrine/did_pallets/public_credentials.rs
+++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/public_credentials.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use frame_support::{assert_ok, traits::fungible::Mutate};
diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/unallowed_did_call.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/unallowed_did_call.rs
index 7ae0e9ff5..37a0fb2a2 100644
--- a/integration-tests/emulated/src/tests/peregrine/did_pallets/unallowed_did_call.rs
+++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/unallowed_did_call.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use frame_support::{assert_ok, traits::fungible::Mutate};
diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/utils.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/utils.rs
index ba91c479b..1d00c9ec7 100644
--- a/integration-tests/emulated/src/tests/peregrine/did_pallets/utils.rs
+++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/utils.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use ctype::{ctype_entry::CtypeEntry, pallet::Ctypes};
use did::{did_details::DidVerificationKey, pallet::Did};
diff --git a/integration-tests/emulated/src/tests/peregrine/did_pallets/w3n.rs b/integration-tests/emulated/src/tests/peregrine/did_pallets/w3n.rs
index 33340cd87..79a8183f9 100644
--- a/integration-tests/emulated/src/tests/peregrine/did_pallets/w3n.rs
+++ b/integration-tests/emulated/src/tests/peregrine/did_pallets/w3n.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use frame_support::{assert_ok, traits::fungible::Mutate};
diff --git a/integration-tests/emulated/src/tests/peregrine/mod.rs b/integration-tests/emulated/src/tests/peregrine/mod.rs
index ff5172152..541010e31 100644
--- a/integration-tests/emulated/src/tests/peregrine/mod.rs
+++ b/integration-tests/emulated/src/tests/peregrine/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
mod did_pallets;
mod reserve_transfers;
diff --git a/integration-tests/emulated/src/tests/peregrine/reserve_transfers.rs b/integration-tests/emulated/src/tests/peregrine/reserve_transfers.rs
index bc6e30fa3..65870db75 100644
--- a/integration-tests/emulated/src/tests/peregrine/reserve_transfers.rs
+++ b/integration-tests/emulated/src/tests/peregrine/reserve_transfers.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use emulated_integration_tests_common::accounts::ALICE;
use frame_support::{assert_noop, assert_ok, dispatch::RawOrigin, traits::fungible::Inspect};
diff --git a/integration-tests/emulated/src/tests/peregrine/sudo.rs b/integration-tests/emulated/src/tests/peregrine/sudo.rs
index 9d1f54c62..bfefdb673 100644
--- a/integration-tests/emulated/src/tests/peregrine/sudo.rs
+++ b/integration-tests/emulated/src/tests/peregrine/sudo.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use frame_support::{assert_ok, traits::fungible::Mutate};
diff --git a/integration-tests/emulated/src/tests/peregrine/teleportation.rs b/integration-tests/emulated/src/tests/peregrine/teleportation.rs
index 43e305c8b..eca1d0064 100644
--- a/integration-tests/emulated/src/tests/peregrine/teleportation.rs
+++ b/integration-tests/emulated/src/tests/peregrine/teleportation.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use emulated_integration_tests_common::accounts::{ALICE, BOB};
use frame_support::{assert_noop, dispatch::RawOrigin};
diff --git a/integration-tests/emulated/src/tests/peregrine/unpaid_execution.rs b/integration-tests/emulated/src/tests/peregrine/unpaid_execution.rs
index 14c0796b8..a1c723e74 100644
--- a/integration-tests/emulated/src/tests/peregrine/unpaid_execution.rs
+++ b/integration-tests/emulated/src/tests/peregrine/unpaid_execution.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use did::did_details::DidVerificationKey;
diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/association.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/association.rs
index 8bb8f2849..7e3f6668c 100644
--- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/association.rs
+++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/association.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use frame_support::{assert_ok, traits::fungible::Mutate};
diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/attestation.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/attestation.rs
index a708536f5..e30a13649 100644
--- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/attestation.rs
+++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/attestation.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use frame_support::{assert_ok, traits::fungible::Mutate};
diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/ctype.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/ctype.rs
index abdd0c850..5eb260e6e 100644
--- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/ctype.rs
+++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/ctype.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use frame_support::{assert_ok, traits::fungible::Mutate};
diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/did.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/did.rs
index 870b3ac56..4044a1063 100644
--- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/did.rs
+++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/did.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use did::did_details::DidVerificationKey;
diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/mod.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/mod.rs
index 90f3a1215..cde32325b 100644
--- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/mod.rs
+++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
mod association;
mod attestation;
diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/public_credentials.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/public_credentials.rs
index 5509633a8..50311e3ba 100644
--- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/public_credentials.rs
+++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/public_credentials.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use frame_support::{assert_ok, traits::fungible::Mutate};
diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/unallowed_did_call.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/unallowed_did_call.rs
index 445c64e0a..e6461001c 100644
--- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/unallowed_did_call.rs
+++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/unallowed_did_call.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use frame_support::{assert_ok, traits::fungible::Mutate};
diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/utils.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/utils.rs
index 91d0af562..f8690aaee 100644
--- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/utils.rs
+++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/utils.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use ctype::{ctype_entry::CtypeEntry, pallet::Ctypes};
use did::{did_details::DidVerificationKey, pallet::Did};
diff --git a/integration-tests/emulated/src/tests/spiritnet/did_pallets/w3n.rs b/integration-tests/emulated/src/tests/spiritnet/did_pallets/w3n.rs
index 72cdc7016..a1aa86ce1 100644
--- a/integration-tests/emulated/src/tests/spiritnet/did_pallets/w3n.rs
+++ b/integration-tests/emulated/src/tests/spiritnet/did_pallets/w3n.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use frame_support::{assert_ok, traits::fungible::Mutate};
diff --git a/integration-tests/emulated/src/tests/spiritnet/mod.rs b/integration-tests/emulated/src/tests/spiritnet/mod.rs
index ff5172152..541010e31 100644
--- a/integration-tests/emulated/src/tests/spiritnet/mod.rs
+++ b/integration-tests/emulated/src/tests/spiritnet/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
mod did_pallets;
mod reserve_transfers;
diff --git a/integration-tests/emulated/src/tests/spiritnet/reserve_transfers.rs b/integration-tests/emulated/src/tests/spiritnet/reserve_transfers.rs
index 5c42f906b..5d05b293a 100644
--- a/integration-tests/emulated/src/tests/spiritnet/reserve_transfers.rs
+++ b/integration-tests/emulated/src/tests/spiritnet/reserve_transfers.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use emulated_integration_tests_common::accounts::ALICE;
use frame_support::{assert_noop, assert_ok, dispatch::RawOrigin, traits::fungible::Inspect};
diff --git a/integration-tests/emulated/src/tests/spiritnet/sudo.rs b/integration-tests/emulated/src/tests/spiritnet/sudo.rs
index a2570b51e..399144ecb 100644
--- a/integration-tests/emulated/src/tests/spiritnet/sudo.rs
+++ b/integration-tests/emulated/src/tests/spiritnet/sudo.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use frame_support::{assert_ok, traits::fungible::Mutate};
diff --git a/integration-tests/emulated/src/tests/spiritnet/teleportation.rs b/integration-tests/emulated/src/tests/spiritnet/teleportation.rs
index e7941e4c3..d9a52b925 100644
--- a/integration-tests/emulated/src/tests/spiritnet/teleportation.rs
+++ b/integration-tests/emulated/src/tests/spiritnet/teleportation.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use emulated_integration_tests_common::accounts::{ALICE, BOB};
use frame_support::{assert_noop, dispatch::RawOrigin};
diff --git a/integration-tests/emulated/src/tests/spiritnet/unpaid_execution.rs b/integration-tests/emulated/src/tests/spiritnet/unpaid_execution.rs
index 594822ffe..2f5e8fd2d 100644
--- a/integration-tests/emulated/src/tests/spiritnet/unpaid_execution.rs
+++ b/integration-tests/emulated/src/tests/spiritnet/unpaid_execution.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use asset_hub_rococo_emulated_chain::AssetHubRococoParaPallet;
use did::did_details::DidVerificationKey;
diff --git a/nodes/parachain/build.rs b/nodes/parachain/build.rs
index a87cc626d..9384029ae 100644
--- a/nodes/parachain/build.rs
+++ b/nodes/parachain/build.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use substrate_build_script_utils::{generate_cargo_keys, rerun_if_git_head_changed};
diff --git a/nodes/parachain/src/chain_spec/mod.rs b/nodes/parachain/src/chain_spec/mod.rs
index cc5159c5c..b4c99456b 100644
--- a/nodes/parachain/src/chain_spec/mod.rs
+++ b/nodes/parachain/src/chain_spec/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! KILT chain specification
diff --git a/nodes/parachain/src/chain_spec/peregrine/dev.rs b/nodes/parachain/src/chain_spec/peregrine/dev.rs
index ada41ff47..66cf91ecc 100644
--- a/nodes/parachain/src/chain_spec/peregrine/dev.rs
+++ b/nodes/parachain/src/chain_spec/peregrine/dev.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! KILT chain specification
diff --git a/nodes/parachain/src/chain_spec/peregrine/mod.rs b/nodes/parachain/src/chain_spec/peregrine/mod.rs
index f431f7b1f..f9c37d281 100644
--- a/nodes/parachain/src/chain_spec/peregrine/mod.rs
+++ b/nodes/parachain/src/chain_spec/peregrine/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! KILT chain specification
diff --git a/nodes/parachain/src/chain_spec/peregrine/new.rs b/nodes/parachain/src/chain_spec/peregrine/new.rs
index 1cbb22f99..fde6419fd 100644
--- a/nodes/parachain/src/chain_spec/peregrine/new.rs
+++ b/nodes/parachain/src/chain_spec/peregrine/new.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! KILT chain specification
diff --git a/nodes/parachain/src/chain_spec/rilt/mod.rs b/nodes/parachain/src/chain_spec/rilt/mod.rs
index c86215bc1..b7cd75511 100644
--- a/nodes/parachain/src/chain_spec/rilt/mod.rs
+++ b/nodes/parachain/src/chain_spec/rilt/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! KILT chain specification
diff --git a/nodes/parachain/src/chain_spec/rilt/new.rs b/nodes/parachain/src/chain_spec/rilt/new.rs
index 5c6caadaa..f3b819fad 100644
--- a/nodes/parachain/src/chain_spec/rilt/new.rs
+++ b/nodes/parachain/src/chain_spec/rilt/new.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! KILT chain specification
diff --git a/nodes/parachain/src/chain_spec/spiritnet/dev.rs b/nodes/parachain/src/chain_spec/spiritnet/dev.rs
index d4a6eee6c..82b3f012c 100644
--- a/nodes/parachain/src/chain_spec/spiritnet/dev.rs
+++ b/nodes/parachain/src/chain_spec/spiritnet/dev.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! KILT chain specification
diff --git a/nodes/parachain/src/chain_spec/spiritnet/mod.rs b/nodes/parachain/src/chain_spec/spiritnet/mod.rs
index 769231c53..554725542 100644
--- a/nodes/parachain/src/chain_spec/spiritnet/mod.rs
+++ b/nodes/parachain/src/chain_spec/spiritnet/mod.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! KILT chain specification
diff --git a/nodes/parachain/src/chain_spec/spiritnet/new.rs b/nodes/parachain/src/chain_spec/spiritnet/new.rs
index 086430464..3fdeaae22 100644
--- a/nodes/parachain/src/chain_spec/spiritnet/new.rs
+++ b/nodes/parachain/src/chain_spec/spiritnet/new.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! KILT chain specification
diff --git a/nodes/parachain/src/chain_spec/utils.rs b/nodes/parachain/src/chain_spec/utils.rs
index 7b52bb078..adf38c9ec 100644
--- a/nodes/parachain/src/chain_spec/utils.rs
+++ b/nodes/parachain/src/chain_spec/utils.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use runtime_common::{AccountId, AccountPublic};
use sc_service::Properties;
diff --git a/nodes/parachain/src/cli.rs b/nodes/parachain/src/cli.rs
index 21251e755..c2543b5c1 100644
--- a/nodes/parachain/src/cli.rs
+++ b/nodes/parachain/src/cli.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use std::net::SocketAddr;
diff --git a/nodes/parachain/src/command.rs b/nodes/parachain/src/command.rs
index 9a5e2996c..c77b5fd17 100644
--- a/nodes/parachain/src/command.rs
+++ b/nodes/parachain/src/command.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use cumulus_primitives_core::ParaId;
use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE};
use log::info;
diff --git a/nodes/parachain/src/main.rs b/nodes/parachain/src/main.rs
index 58301c08c..55c08e1d0 100644
--- a/nodes/parachain/src/main.rs
+++ b/nodes/parachain/src/main.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! KILT node CLI.
diff --git a/nodes/parachain/src/rpc.rs b/nodes/parachain/src/rpc.rs
index f848f13b8..47a58cd03 100644
--- a/nodes/parachain/src/rpc.rs
+++ b/nodes/parachain/src/rpc.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! A collection of node-specific RPC methods.
//! Substrate provides the `sc-rpc` crate, which defines the core RPC layer
diff --git a/nodes/parachain/src/service.rs b/nodes/parachain/src/service.rs
index 038b61fd2..23578a4f6 100644
--- a/nodes/parachain/src/service.rs
+++ b/nodes/parachain/src/service.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
// rpc
use jsonrpsee::RpcModule;
diff --git a/nodes/standalone/build.rs b/nodes/standalone/build.rs
index f672256b2..3bf56b537 100644
--- a/nodes/standalone/build.rs
+++ b/nodes/standalone/build.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use substrate_build_script_utils::{generate_cargo_keys, rerun_if_git_head_changed};
diff --git a/nodes/standalone/src/chain_spec.rs b/nodes/standalone/src/chain_spec.rs
index 533b60133..f26d16a67 100644
--- a/nodes/standalone/src/chain_spec.rs
+++ b/nodes/standalone/src/chain_spec.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! KILT chain specification
diff --git a/nodes/standalone/src/cli.rs b/nodes/standalone/src/cli.rs
index 80e78274a..b3822ec00 100644
--- a/nodes/standalone/src/cli.rs
+++ b/nodes/standalone/src/cli.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use clap::Parser;
diff --git a/nodes/standalone/src/command.rs b/nodes/standalone/src/command.rs
index 8981605be..71b738a81 100644
--- a/nodes/standalone/src/command.rs
+++ b/nodes/standalone/src/command.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use kestrel_runtime::opaque::Block;
use sc_cli::SubstrateCli;
diff --git a/nodes/standalone/src/main.rs b/nodes/standalone/src/main.rs
index 040abbd85..5e6e13e97 100644
--- a/nodes/standalone/src/main.rs
+++ b/nodes/standalone/src/main.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! KILT node CLI.
diff --git a/nodes/standalone/src/rpc.rs b/nodes/standalone/src/rpc.rs
index 5ee69cce7..6a9b5b5bb 100644
--- a/nodes/standalone/src/rpc.rs
+++ b/nodes/standalone/src/rpc.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! A collection of node-specific RPC methods.
//! Substrate provides the `sc-rpc` crate, which defines the core RPC layer
diff --git a/nodes/standalone/src/service.rs b/nodes/standalone/src/service.rs
index 7ddb9fc64..dfaf6efbf 100644
--- a/nodes/standalone/src/service.rs
+++ b/nodes/standalone/src/service.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! Service and ServiceFactory implementation. Specialized wrapper over
//! substrate service.
diff --git a/pallets/attestation/src/access_control.rs b/pallets/attestation/src/access_control.rs
index f8d905240..ac213a9cf 100644
--- a/pallets/attestation/src/access_control.rs
+++ b/pallets/attestation/src/access_control.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use sp_runtime::DispatchError;
use sp_weights::Weight;
diff --git a/pallets/attestation/src/attestations.rs b/pallets/attestation/src/attestations.rs
index 134067f81..ced5e7579 100644
--- a/pallets/attestation/src/attestations.rs
+++ b/pallets/attestation/src/attestations.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use kilt_support::Deposit;
use parity_scale_codec::{Decode, Encode, MaxEncodedLen};
diff --git a/pallets/attestation/src/authorized_by.rs b/pallets/attestation/src/authorized_by.rs
index 71e0c55fd..bf22f27be 100644
--- a/pallets/attestation/src/authorized_by.rs
+++ b/pallets/attestation/src/authorized_by.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
use parity_scale_codec::{Decode, Encode, MaxEncodedLen};
use scale_info::TypeInfo;
diff --git a/pallets/attestation/src/benchmarking.rs b/pallets/attestation/src/benchmarking.rs
index d82eb4385..2d1b30a9d 100644
--- a/pallets/attestation/src/benchmarking.rs
+++ b/pallets/attestation/src/benchmarking.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
// Old benchmarking macros are a mess.
#![allow(clippy::tests_outside_test_module)]
diff --git a/pallets/attestation/src/default_weights.rs b/pallets/attestation/src/default_weights.rs
index d7c03532d..44320f681 100644
--- a/pallets/attestation/src/default_weights.rs
+++ b/pallets/attestation/src/default_weights.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! Autogenerated weights for attestation
//!
diff --git a/pallets/attestation/src/lib.rs b/pallets/attestation/src/lib.rs
index d4e75ab03..f0f7ff3d8 100644
--- a/pallets/attestation/src/lib.rs
+++ b/pallets/attestation/src/lib.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-// If you feel like getting in touch with us, you can do so at
+// If you feel like getting in touch with us, you can do so at
//! # Attestation Pallet
//!
diff --git a/pallets/attestation/src/migrations.rs b/pallets/attestation/src/migrations.rs
index bb8d1d91a..6840fb3b0 100644
--- a/pallets/attestation/src/migrations.rs
+++ b/pallets/attestation/src/migrations.rs
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see