Skip to content

Commit 5f04696

Browse files
authored
Merge pull request #49 from Zondax/dev
Sync comparison data from runtimes repo and updates workflow
2 parents 5115dc5 + f46c94f commit 5f04696

2 files changed

Lines changed: 89 additions & 89 deletions

File tree

.github/workflows/sync-comparison-data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4
2727
with:
28-
ref: dev
28+
ref: main
2929

3030
- name: Setup pnpm
3131
uses: pnpm/action-setup@v4
@@ -73,7 +73,7 @@ jobs:
7373
---
7474
*This PR was auto-generated by the sync-comparison-data workflow.*
7575
branch: sync/comparison-data
76-
base: dev
76+
base: main
7777
delete-branch: true
7878
labels: |
7979
automated

src/constants/comparison-data.ts

Lines changed: 87 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,100 @@
11
// Auto-generated comparison data from paseo-network/runtimes
2-
// Last synced: 2025-12-26T14:01:12.159Z
2+
// Last synced: 2026-01-28T15:34:01.160Z
33
// Source: https://github.com/paseo-network/runtimes#testnet-vs-production
44

55
export const SYNCED_COMPARISON_DATA = {
66
features: {
77
items: [
8-
{
9-
feature: "Agile Coretime",
10-
link: "https://polkadot-fellows.github.io/RFCs/approved/0001-agile-coretime.html?highlight=agile#rfc-1-agile-coretime",
11-
paseo: true,
12-
kusama: true,
13-
polkadot: true,
14-
},
15-
{
16-
feature: "Async Backing",
17-
link: "https://wiki.polkadot.com/learn/learn-async-backing/#asynchronous-backing",
18-
paseo: true,
19-
kusama: true,
20-
polkadot: true,
21-
},
22-
{
23-
feature: "Elastic Scaling",
24-
link: "https://polkadot-fellows.github.io/RFCs/approved/0103-introduce-core-index-commitment.html?highlight=Elastic%20scaling#summary",
25-
paseo: true,
26-
kusama: true,
27-
polkadot: true,
28-
},
29-
{
30-
feature: "Asset Hub Migration",
31-
link: undefined,
32-
paseo: true,
33-
kusama: true,
34-
polkadot: true,
35-
},
36-
{
37-
feature: "PolkaVM Contracts",
38-
link: undefined,
39-
paseo: true,
40-
kusama: true,
41-
polkadot: false,
42-
},
43-
{
44-
feature: "ERC-20 Precompile",
45-
link: "https://github.com/paritytech/polkadot-sdk/tree/master/substrate/frame/assets/precompiles",
46-
paseo: true,
47-
kusama: true,
48-
polkadot: false,
49-
},
50-
{
51-
feature: "XCM Precompile",
52-
link: "https://github.com/paritytech/polkadot-sdk/tree/master/polkadot/xcm/pallet-xcm/precompiles/",
53-
paseo: true,
54-
kusama: true,
55-
polkadot: false,
56-
},
57-
{
58-
feature: "Coretime interlude period",
59-
link: undefined,
60-
paseo: "2 days",
61-
kusama: "7 days",
62-
polkadot: "7 days",
63-
},
8+
{
9+
feature: "Agile Coretime",
10+
link: "https://polkadot-fellows.github.io/RFCs/approved/0001-agile-coretime.html?highlight=agile#rfc-1-agile-coretime",
11+
paseo: true,
12+
kusama: true,
13+
polkadot: true,
14+
},
15+
{
16+
feature: "Async Backing",
17+
link: "https://wiki.polkadot.com/learn/learn-async-backing/#asynchronous-backing",
18+
paseo: true,
19+
kusama: true,
20+
polkadot: true,
21+
},
22+
{
23+
feature: "Elastic Scaling",
24+
link: "https://polkadot-fellows.github.io/RFCs/approved/0103-introduce-core-index-commitment.html?highlight=Elastic%20scaling#summary",
25+
paseo: true,
26+
kusama: true,
27+
polkadot: true,
28+
},
29+
{
30+
feature: "Asset Hub Migration",
31+
link: undefined,
32+
paseo: true,
33+
kusama: true,
34+
polkadot: true,
35+
},
36+
{
37+
feature: "PolkaVM Contracts",
38+
link: undefined,
39+
paseo: true,
40+
kusama: true,
41+
polkadot: true,
42+
},
43+
{
44+
feature: "ERC-20 Precompile",
45+
link: "https://github.com/paritytech/polkadot-sdk/tree/master/substrate/frame/assets/precompiles",
46+
paseo: true,
47+
kusama: true,
48+
polkadot: true,
49+
},
50+
{
51+
feature: "XCM Precompile",
52+
link: "https://github.com/paritytech/polkadot-sdk/tree/master/polkadot/xcm/pallet-xcm/precompiles/",
53+
paseo: true,
54+
kusama: true,
55+
polkadot: true,
56+
},
57+
{
58+
feature: "Coretime interlude period",
59+
link: undefined,
60+
paseo: "2 days",
61+
kusama: "7 days",
62+
polkadot: "7 days",
63+
}
6464
],
6565
},
6666
costs: {
6767
items: [
68-
{
69-
feature: "Parachain Id Reservation",
70-
paseo: "100",
71-
kusama: "4",
72-
polkadot: "100",
73-
},
74-
{
75-
feature: "Parachain Registration",
76-
paseo: "~3,200",
77-
kusama: "~105",
78-
polkadot: "~3,200",
79-
},
80-
{
81-
feature: "Asset Creation",
82-
paseo: "~0.0017 + 0.4 Deposit",
83-
kusama: "~0.00012 + 0.013 Deposit",
84-
polkadot: "~0.0018 + 0.4 Deposit",
85-
},
86-
{
87-
feature: "Identity Creation",
88-
paseo: "~0.002 + 0.2 Deposit",
89-
kusama: "~0.00009 + 0.006 Deposit",
90-
polkadot: "~0.002 + 0.2 Deposit",
91-
},
92-
{
93-
feature: "Contract Instantiation (12K polkavm blob)",
94-
paseo: "~0.12 + 0.6 Deposit",
95-
kusama: "~0.004 + 0.02 Deposit",
96-
polkadot: "",
97-
},
68+
{
69+
feature: "Parachain Id Reservation",
70+
paseo: "100",
71+
kusama: "4",
72+
polkadot: "100",
73+
},
74+
{
75+
feature: "Parachain Registration",
76+
paseo: "~3,200",
77+
kusama: "~105",
78+
polkadot: "~3,200",
79+
},
80+
{
81+
feature: "Asset Creation",
82+
paseo: "~0.0017 + 0.4 Deposit",
83+
kusama: "~0.00012 + 0.013 Deposit",
84+
polkadot: "~0.0018 + 0.4 Deposit",
85+
},
86+
{
87+
feature: "Identity Creation",
88+
paseo: "~0.002 + 0.2 Deposit",
89+
kusama: "~0.00009 + 0.006 Deposit",
90+
polkadot: "~0.002 + 0.2 Deposit",
91+
},
92+
{
93+
feature: "Contract Instantiation (12K polkavm blob)",
94+
paseo: "~0.12 + 0.6 Deposit",
95+
kusama: "~0.004 + 0.02 Deposit",
96+
polkadot: "-",
97+
}
9898
],
9999
},
100100
} as const;

0 commit comments

Comments
 (0)