Skip to content

Commit

Permalink
chore: some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Jul 19, 2024
1 parent 63f6b6b commit 6f182b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/local/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1149,15 +1149,19 @@ construct_runtime!(

Aura: pallet_aura = 43,
Grandpa: pallet_grandpa = 44,

EVM: pallet_evm = 60,
Ethereum: pallet_ethereum = 61,
DynamicEvmBaseFee: pallet_dynamic_evm_base_fee = 62,
EthereumChecked: pallet_ethereum_checked = 64,
UnifiedAccounts: pallet_unified_accounts = 65,

Contracts: pallet_contracts = 70,

Preimage: pallet_preimage = 84,

// skip 90 - for runtimes consistency (pallet_xvm previously)

// Governance
Sudo: pallet_sudo = 99,
CouncilMembership: pallet_membership::<Instance2> = 100,
Expand Down
2 changes: 2 additions & 0 deletions runtime/shibuya/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1547,6 +1547,8 @@ construct_runtime!(

Preimage: pallet_preimage = 84,

// skip 90 - pallet_xvm previously

// Governance
Sudo: pallet_sudo = 99,
CouncilMembership: pallet_membership::<Instance2> = 100,
Expand Down
1 change: 1 addition & 0 deletions runtime/shibuya/src/precompiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ pub type ShibuyaPrecompilesSetAt<R, C> = (
CallableByPrecompile,
),
>,
// Skipping 20485 to make sure all network have consistent precompiles address
PrecompileAt<
AddressU64<20486>,
UnifiedAccountsPrecompile<R, UnifiedAccounts>,
Expand Down

0 comments on commit 6f182b0

Please sign in to comment.