@snowbridge/registry 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-07-08T00:20:45.186Z",
2
+ "timestamp": "2025-08-28T06:45:53.537Z",
3
3
  "environment": "paseo_sepolia",
4
4
  "ethChainId": 11155111,
5
5
  "gatewayAddress": "0x1607C1368bc943130258318c91bBd8cFf3D063E6",
@@ -13,7 +13,7 @@
13
13
  "accountType": "AccountId32",
14
14
  "name": "Paseo Testnet",
15
15
  "specName": "paseo",
16
- "specVersion": 1005001
16
+ "specVersion": 1006001
17
17
  },
18
18
  "bridgeHub": {
19
19
  "tokenSymbols": "PAS",
@@ -23,7 +23,7 @@
23
23
  "accountType": "AccountId32",
24
24
  "name": "Paseo Bridge Hub",
25
25
  "specName": "bridge-hub-paseo",
26
- "specVersion": 1005001
26
+ "specVersion": 1006000
27
27
  },
28
28
  "ethereumChains": {
29
29
  "11155111": {
@@ -41,6 +41,12 @@
41
41
  "symbol": "wPILT",
42
42
  "decimals": 15
43
43
  },
44
+ "0xef32abea56beff54f61da319a7311098d6fbcea9": {
45
+ "token": "0xef32abea56beff54f61da319a7311098d6fbcea9",
46
+ "name": "Trace token",
47
+ "symbol": "TRACE",
48
+ "decimals": 18
49
+ },
44
50
  "0x99e743964c036bc28931fb564817db428aa7f752": {
45
51
  "token": "0x99e743964c036bc28931fb564817db428aa7f752",
46
52
  "name": "KILT",
@@ -75,7 +81,7 @@
75
81
  "accountType": "AccountId32",
76
82
  "name": "Paseo Asset Hub",
77
83
  "specName": "asset-hub-paseo",
78
- "specVersion": 1005001
84
+ "specVersion": 1006002
79
85
  },
80
86
  "assets": {
81
87
  "0x0000000000000000000000000000000000000000": {
@@ -94,6 +100,14 @@
94
100
  "decimals": 0,
95
101
  "isSufficient": false
96
102
  },
103
+ "0xef32abea56beff54f61da319a7311098d6fbcea9": {
104
+ "token": "0xef32abea56beff54f61da319a7311098d6fbcea9",
105
+ "name": "",
106
+ "minimumBalance": "bigint:1",
107
+ "symbol": "",
108
+ "decimals": 0,
109
+ "isSufficient": false
110
+ },
97
111
  "0x99e743964c036bc28931fb564817db428aa7f752": {
98
112
  "token": "0x99e743964c036bc28931fb564817db428aa7f752",
99
113
  "name": "",
@@ -114,6 +128,38 @@
114
128
  "estimatedExecutionFeeDOT": "bigint:0",
115
129
  "estimatedDeliveryFeeDOT": "bigint:0"
116
130
  },
131
+ "2043": {
132
+ "parachainId": 2043,
133
+ "features": {
134
+ "hasPalletXcm": true,
135
+ "hasDryRunApi": false,
136
+ "hasTxPaymentApi": true,
137
+ "hasDryRunRpc": true,
138
+ "hasDotBalance": true
139
+ },
140
+ "info": {
141
+ "tokenSymbols": "NEURO",
142
+ "tokenDecimals": 12,
143
+ "ss58Format": 101,
144
+ "isEthereum": false,
145
+ "accountType": "AccountId32",
146
+ "name": "Neuro Testnet",
147
+ "specName": "origintrail-parachain",
148
+ "specVersion": 142
149
+ },
150
+ "assets": {
151
+ "0xef32abea56beff54f61da319a7311098d6fbcea9": {
152
+ "token": "0xef32abea56beff54f61da319a7311098d6fbcea9",
153
+ "name": "Trac",
154
+ "minimumBalance": "bigint:1000000000000000",
155
+ "symbol": "TRAC",
156
+ "decimals": 18,
157
+ "isSufficient": true
158
+ }
159
+ },
160
+ "estimatedExecutionFeeDOT": "bigint:200000000000",
161
+ "estimatedDeliveryFeeDOT": "bigint:307250000"
162
+ },
117
163
  "3369": {
118
164
  "parachainId": 3369,
119
165
  "features": {
@@ -131,7 +177,7 @@
131
177
  "accountType": "AccountId20",
132
178
  "name": "Muse Testnet",
133
179
  "specName": "muse",
134
- "specVersion": 1027
180
+ "specVersion": 1029
135
181
  },
136
182
  "assets": {
137
183
  "0xb34a6924a02100ba6ef12af1c798285e8f7a16ee": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snowbridge/registry",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Snowbridge Asset Registry",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -20,10 +20,10 @@
20
20
  "ts-node": "^10.9.2",
21
21
  "tsconfig-paths": "^4.2.0",
22
22
  "typescript": "^5.4.5",
23
- "@snowbridge/api": "0.2.2"
23
+ "@snowbridge/api": "0.2.3"
24
24
  },
25
25
  "dependencies": {
26
- "@snowbridge/base-types": "0.2.2"
26
+ "@snowbridge/base-types": "0.2.3"
27
27
  },
28
28
  "scripts": {
29
29
  "build": "tsc --build --force",
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-07-08T00:20:45.186Z",
2
+ "timestamp": "2025-08-28T06:45:53.537Z",
3
3
  "environment": "paseo_sepolia",
4
4
  "ethChainId": 11155111,
5
5
  "gatewayAddress": "0x1607C1368bc943130258318c91bBd8cFf3D063E6",
@@ -13,7 +13,7 @@
13
13
  "accountType": "AccountId32",
14
14
  "name": "Paseo Testnet",
15
15
  "specName": "paseo",
16
- "specVersion": 1005001
16
+ "specVersion": 1006001
17
17
  },
18
18
  "bridgeHub": {
19
19
  "tokenSymbols": "PAS",
@@ -23,7 +23,7 @@
23
23
  "accountType": "AccountId32",
24
24
  "name": "Paseo Bridge Hub",
25
25
  "specName": "bridge-hub-paseo",
26
- "specVersion": 1005001
26
+ "specVersion": 1006000
27
27
  },
28
28
  "ethereumChains": {
29
29
  "11155111": {
@@ -41,6 +41,12 @@
41
41
  "symbol": "wPILT",
42
42
  "decimals": 15
43
43
  },
44
+ "0xef32abea56beff54f61da319a7311098d6fbcea9": {
45
+ "token": "0xef32abea56beff54f61da319a7311098d6fbcea9",
46
+ "name": "Trace token",
47
+ "symbol": "TRACE",
48
+ "decimals": 18
49
+ },
44
50
  "0x99e743964c036bc28931fb564817db428aa7f752": {
45
51
  "token": "0x99e743964c036bc28931fb564817db428aa7f752",
46
52
  "name": "KILT",
@@ -75,7 +81,7 @@
75
81
  "accountType": "AccountId32",
76
82
  "name": "Paseo Asset Hub",
77
83
  "specName": "asset-hub-paseo",
78
- "specVersion": 1005001
84
+ "specVersion": 1006002
79
85
  },
80
86
  "assets": {
81
87
  "0x0000000000000000000000000000000000000000": {
@@ -94,6 +100,14 @@
94
100
  "decimals": 0,
95
101
  "isSufficient": false
96
102
  },
103
+ "0xef32abea56beff54f61da319a7311098d6fbcea9": {
104
+ "token": "0xef32abea56beff54f61da319a7311098d6fbcea9",
105
+ "name": "",
106
+ "minimumBalance": "bigint:1",
107
+ "symbol": "",
108
+ "decimals": 0,
109
+ "isSufficient": false
110
+ },
97
111
  "0x99e743964c036bc28931fb564817db428aa7f752": {
98
112
  "token": "0x99e743964c036bc28931fb564817db428aa7f752",
99
113
  "name": "",
@@ -114,6 +128,38 @@
114
128
  "estimatedExecutionFeeDOT": "bigint:0",
115
129
  "estimatedDeliveryFeeDOT": "bigint:0"
116
130
  },
131
+ "2043": {
132
+ "parachainId": 2043,
133
+ "features": {
134
+ "hasPalletXcm": true,
135
+ "hasDryRunApi": false,
136
+ "hasTxPaymentApi": true,
137
+ "hasDryRunRpc": true,
138
+ "hasDotBalance": true
139
+ },
140
+ "info": {
141
+ "tokenSymbols": "NEURO",
142
+ "tokenDecimals": 12,
143
+ "ss58Format": 101,
144
+ "isEthereum": false,
145
+ "accountType": "AccountId32",
146
+ "name": "Neuro Testnet",
147
+ "specName": "origintrail-parachain",
148
+ "specVersion": 142
149
+ },
150
+ "assets": {
151
+ "0xef32abea56beff54f61da319a7311098d6fbcea9": {
152
+ "token": "0xef32abea56beff54f61da319a7311098d6fbcea9",
153
+ "name": "Trac",
154
+ "minimumBalance": "bigint:1000000000000000",
155
+ "symbol": "TRAC",
156
+ "decimals": 18,
157
+ "isSufficient": true
158
+ }
159
+ },
160
+ "estimatedExecutionFeeDOT": "bigint:200000000000",
161
+ "estimatedDeliveryFeeDOT": "bigint:307250000"
162
+ },
117
163
  "3369": {
118
164
  "parachainId": 3369,
119
165
  "features": {
@@ -131,7 +177,7 @@
131
177
  "accountType": "AccountId20",
132
178
  "name": "Muse Testnet",
133
179
  "specName": "muse",
134
- "specVersion": 1027
180
+ "specVersion": 1029
135
181
  },
136
182
  "assets": {
137
183
  "0xb34a6924a02100ba6ef12af1c798285e8f7a16ee": {