Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/sync-comparison-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: dev
ref: main

- name: Setup pnpm
uses: pnpm/action-setup@v4
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
---
*This PR was auto-generated by the sync-comparison-data workflow.*
branch: sync/comparison-data
base: dev
base: main
delete-branch: true
labels: |
automated
Expand Down
174 changes: 87 additions & 87 deletions src/constants/comparison-data.ts
Original file line number Diff line number Diff line change
@@ -1,100 +1,100 @@
// Auto-generated comparison data from paseo-network/runtimes
// Last synced: 2025-12-26T14:01:12.159Z
// Last synced: 2026-01-28T15:34:01.160Z
// Source: https://github.com/paseo-network/runtimes#testnet-vs-production

export const SYNCED_COMPARISON_DATA = {
features: {
items: [
{
feature: "Agile Coretime",
link: "https://polkadot-fellows.github.io/RFCs/approved/0001-agile-coretime.html?highlight=agile#rfc-1-agile-coretime",
paseo: true,
kusama: true,
polkadot: true,
},
{
feature: "Async Backing",
link: "https://wiki.polkadot.com/learn/learn-async-backing/#asynchronous-backing",
paseo: true,
kusama: true,
polkadot: true,
},
{
feature: "Elastic Scaling",
link: "https://polkadot-fellows.github.io/RFCs/approved/0103-introduce-core-index-commitment.html?highlight=Elastic%20scaling#summary",
paseo: true,
kusama: true,
polkadot: true,
},
{
feature: "Asset Hub Migration",
link: undefined,
paseo: true,
kusama: true,
polkadot: true,
},
{
feature: "PolkaVM Contracts",
link: undefined,
paseo: true,
kusama: true,
polkadot: false,
},
{
feature: "ERC-20 Precompile",
link: "https://github.com/paritytech/polkadot-sdk/tree/master/substrate/frame/assets/precompiles",
paseo: true,
kusama: true,
polkadot: false,
},
{
feature: "XCM Precompile",
link: "https://github.com/paritytech/polkadot-sdk/tree/master/polkadot/xcm/pallet-xcm/precompiles/",
paseo: true,
kusama: true,
polkadot: false,
},
{
feature: "Coretime interlude period",
link: undefined,
paseo: "2 days",
kusama: "7 days",
polkadot: "7 days",
},
{
feature: "Agile Coretime",
link: "https://polkadot-fellows.github.io/RFCs/approved/0001-agile-coretime.html?highlight=agile#rfc-1-agile-coretime",
paseo: true,
kusama: true,
polkadot: true,
},
{
feature: "Async Backing",
link: "https://wiki.polkadot.com/learn/learn-async-backing/#asynchronous-backing",
paseo: true,
kusama: true,
polkadot: true,
},
{
feature: "Elastic Scaling",
link: "https://polkadot-fellows.github.io/RFCs/approved/0103-introduce-core-index-commitment.html?highlight=Elastic%20scaling#summary",
paseo: true,
kusama: true,
polkadot: true,
},
{
feature: "Asset Hub Migration",
link: undefined,
paseo: true,
kusama: true,
polkadot: true,
},
{
feature: "PolkaVM Contracts",
link: undefined,
paseo: true,
kusama: true,
polkadot: true,
},
{
feature: "ERC-20 Precompile",
link: "https://github.com/paritytech/polkadot-sdk/tree/master/substrate/frame/assets/precompiles",
paseo: true,
kusama: true,
polkadot: true,
},
{
feature: "XCM Precompile",
link: "https://github.com/paritytech/polkadot-sdk/tree/master/polkadot/xcm/pallet-xcm/precompiles/",
paseo: true,
kusama: true,
polkadot: true,
},
{
feature: "Coretime interlude period",
link: undefined,
paseo: "2 days",
kusama: "7 days",
polkadot: "7 days",
}
],
},
costs: {
items: [
{
feature: "Parachain Id Reservation",
paseo: "100",
kusama: "4",
polkadot: "100",
},
{
feature: "Parachain Registration",
paseo: "~3,200",
kusama: "~105",
polkadot: "~3,200",
},
{
feature: "Asset Creation",
paseo: "~0.0017 + 0.4 Deposit",
kusama: "~0.00012 + 0.013 Deposit",
polkadot: "~0.0018 + 0.4 Deposit",
},
{
feature: "Identity Creation",
paseo: "~0.002 + 0.2 Deposit",
kusama: "~0.00009 + 0.006 Deposit",
polkadot: "~0.002 + 0.2 Deposit",
},
{
feature: "Contract Instantiation (12K polkavm blob)",
paseo: "~0.12 + 0.6 Deposit",
kusama: "~0.004 + 0.02 Deposit",
polkadot: "",
},
{
feature: "Parachain Id Reservation",
paseo: "100",
kusama: "4",
polkadot: "100",
},
{
feature: "Parachain Registration",
paseo: "~3,200",
kusama: "~105",
polkadot: "~3,200",
},
{
feature: "Asset Creation",
paseo: "~0.0017 + 0.4 Deposit",
kusama: "~0.00012 + 0.013 Deposit",
polkadot: "~0.0018 + 0.4 Deposit",
},
{
feature: "Identity Creation",
paseo: "~0.002 + 0.2 Deposit",
kusama: "~0.00009 + 0.006 Deposit",
polkadot: "~0.002 + 0.2 Deposit",
},
{
feature: "Contract Instantiation (12K polkavm blob)",
paseo: "~0.12 + 0.6 Deposit",
kusama: "~0.004 + 0.02 Deposit",
polkadot: "-",
}
],
},
} as const;