Skip to content

feat: create web3-storage-paseo runtime#52

Draft
danielbui12 wants to merge 2 commits intodevfrom
tungbui/creata-web3-storage-paseo-runtime
Draft

feat: create web3-storage-paseo runtime#52
danielbui12 wants to merge 2 commits intodevfrom
tungbui/creata-web3-storage-paseo-runtime

Conversation

@danielbui12
Copy link
Copy Markdown

Issue

Close #50

use sp_keyring::Sr25519Keyring;

// TODO(tungbui): Update Parachain id for Paseo Web3 Storage runtime
pub const PARA_ID: ParaId = ParaId::new(4000);
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do we determine the PARA_ID?

Comment thread runtimes/web3-storage-paseo/src/lib.rs Outdated
.avg_block_initialization(AVERAGE_ON_INITIALIZE_RATIO)
.build_or_panic();
// TODO(tungbui): Update SS58 prefix for Paseo Web3 Storage runtime.
pub const SS58Prefix: u16 = 42;
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What should SS58Prefix be?

@danielbui12 danielbui12 marked this pull request as draft April 28, 2026 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create dedicated web3-storage-paseo runtime

1 participant