Skip to content

Commit

Permalink
Update tutorials/polkadot-sdk/parachains/zero-to-hero/add-pallets-to-…
Browse files Browse the repository at this point in the history
…runtime.md

Co-authored-by: Nicolás Hussein <[email protected]>
  • Loading branch information
CrackTheCode016 and nhussein11 authored Jan 3, 2025
1 parent 21affe8 commit 661124d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ This command ensures the runtime compiles without errors, validates the pallet c
Launch your parachain locally and start producing blocks:

!!!info
The chain specification generated above includes "Alice" and "Bob" as pre-funded accounts. Take a look on the [Polkadot.js Accounts section](https://polkadot.js.org/apps/#/accounts){target=\_blank}. These accounts can be used to sign and send transactions, as you will need an account with the native parachain's currency to pay fees when sending transactions.
The chain specification generated above includes "Alice" and "Bob" as pre-funded accounts. Take a look at the [Polkadot.js Accounts section](https://polkadot.js.org/apps/#/accounts){target=\_blank}. These accounts can be used to sign and send transactions, as you will need an account with the native parachain's currency to pay fees when sending transactions.

1. Create a new chain specification file with the updated runtime:

Expand Down

0 comments on commit 661124d

Please sign in to comment.