@snowbridge/registry 1.0.5 → 1.0.6
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.
- package/.prettierrc +23 -0
- package/.turbo/turbo-build.log +4 -0
- package/README.md +1 -3
- package/dist/index.d.ts +7 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +30 -47
- package/dist/local_e2e_bridge_info.g.d.ts +158 -0
- package/dist/local_e2e_bridge_info.g.d.ts.map +1 -0
- package/dist/local_e2e_bridge_info.g.js +159 -0
- package/dist/paseo_sepolia_bridge_info.g.d.ts +353 -0
- package/dist/paseo_sepolia_bridge_info.g.d.ts.map +1 -0
- package/dist/paseo_sepolia_bridge_info.g.js +373 -0
- package/dist/polkadot_mainnet_bridge_info.g.d.ts +2249 -0
- package/dist/polkadot_mainnet_bridge_info.g.d.ts.map +1 -0
- package/dist/polkadot_mainnet_bridge_info.g.js +2573 -0
- package/dist/transfers.d.ts +4 -0
- package/dist/transfers.d.ts.map +1 -0
- package/dist/transfers.js +96 -0
- package/dist/westend_sepolia_bridge_info.g.d.ts +469 -0
- package/dist/westend_sepolia_bridge_info.g.d.ts.map +1 -0
- package/dist/westend_sepolia_bridge_info.g.js +526 -0
- package/package.json +21 -15
- package/scripts/buildRegistry.ts +1258 -0
- package/scripts/friendlyChains.ts +74 -0
- package/src/index.ts +22 -57
- package/src/local_e2e_bridge_info.g.ts +157 -0
- package/src/paseo_sepolia_bridge_info.g.ts +372 -0
- package/src/polkadot_mainnet_bridge_info.g.ts +2597 -0
- package/src/transfers.ts +97 -0
- package/src/westend_sepolia_bridge_info.g.ts +534 -0
- package/tsconfig.json +1 -1
- package/tsconfig.scripts.json +23 -0
- package/build.ts +0 -35
- package/dist/local_e2e.registry.json +0 -347
- package/dist/paseo_sepolia.registry.json +0 -150
- package/dist/polkadot_mainnet.registry.json +0 -1484
- package/dist/westend_sepolia.registry.json +0 -227
- package/src/local_e2e.registry.json +0 -347
- package/src/paseo_sepolia.registry.json +0 -150
- package/src/polkadot_mainnet.registry.json +0 -1484
- package/src/westend_sepolia.registry.json +0 -227
|
@@ -1,227 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timestamp": "2025-06-25T21:17:17.386Z",
|
|
3
|
-
"environment": "westend_sepolia",
|
|
4
|
-
"ethChainId": 11155111,
|
|
5
|
-
"gatewayAddress": "0x9ed8b47bc3417e3bd0507adc06e56e2fa360a4e9",
|
|
6
|
-
"assetHubParaId": 1000,
|
|
7
|
-
"bridgeHubParaId": 1002,
|
|
8
|
-
"relaychain": {
|
|
9
|
-
"tokenSymbols": "WND",
|
|
10
|
-
"tokenDecimals": 12,
|
|
11
|
-
"ss58Format": 42,
|
|
12
|
-
"isEthereum": false,
|
|
13
|
-
"accountType": "AccountId32",
|
|
14
|
-
"name": "Westend",
|
|
15
|
-
"specName": "westend",
|
|
16
|
-
"specVersion": 1018011
|
|
17
|
-
},
|
|
18
|
-
"bridgeHub": {
|
|
19
|
-
"tokenSymbols": "WND",
|
|
20
|
-
"tokenDecimals": 12,
|
|
21
|
-
"ss58Format": 42,
|
|
22
|
-
"isEthereum": false,
|
|
23
|
-
"accountType": "AccountId32",
|
|
24
|
-
"name": "Westend BridgeHub",
|
|
25
|
-
"specName": "bridge-hub-westend",
|
|
26
|
-
"specVersion": 1018000
|
|
27
|
-
},
|
|
28
|
-
"ethereumChains": {
|
|
29
|
-
"11155111": {
|
|
30
|
-
"chainId": 11155111,
|
|
31
|
-
"assets": {
|
|
32
|
-
"0x0000000000000000000000000000000000000000": {
|
|
33
|
-
"token": "0x0000000000000000000000000000000000000000",
|
|
34
|
-
"name": "Ether",
|
|
35
|
-
"symbol": "Ether",
|
|
36
|
-
"decimals": 18
|
|
37
|
-
},
|
|
38
|
-
"0x72c610e05eaafcdf1fa7a2da15374ee90edb1620": {
|
|
39
|
-
"token": "0x72c610e05eaafcdf1fa7a2da15374ee90edb1620",
|
|
40
|
-
"name": "Frequency",
|
|
41
|
-
"symbol": "eFRQCY",
|
|
42
|
-
"decimals": 12
|
|
43
|
-
},
|
|
44
|
-
"0xfff9976782d46cc05630d1f6ebab18b2324d6b14": {
|
|
45
|
-
"token": "0xfff9976782d46cc05630d1f6ebab18b2324d6b14",
|
|
46
|
-
"name": "Wrapped Ether",
|
|
47
|
-
"symbol": "WETH",
|
|
48
|
-
"decimals": 18
|
|
49
|
-
},
|
|
50
|
-
"0x23838b1bb57cecf4422a57dd8e7f8a087b30d54f": {
|
|
51
|
-
"token": "0x23838b1bb57cecf4422a57dd8e7f8a087b30d54f",
|
|
52
|
-
"name": "Frequency",
|
|
53
|
-
"symbol": "XRQCY",
|
|
54
|
-
"decimals": 8,
|
|
55
|
-
"foreignId": "0xaf13384cf9612ef1ff4b87470ab247d6f8d8110d4f5af2fe290ce6767818712c"
|
|
56
|
-
},
|
|
57
|
-
"0xb8a0f2703ac6bdd352096c90c2945a097e8f4055": {
|
|
58
|
-
"token": "0xb8a0f2703ac6bdd352096c90c2945a097e8f4055",
|
|
59
|
-
"name": "WND",
|
|
60
|
-
"symbol": "WND",
|
|
61
|
-
"decimals": 12,
|
|
62
|
-
"foreignId": "0x2121cfe35065c0c33465fbada265f08e9613428a4b9eb4bb717cd7db2abf622e"
|
|
63
|
-
},
|
|
64
|
-
"0xf50fb50d65c8c1f6c72e4d8397c984933afc8f7e": {
|
|
65
|
-
"token": "0xf50fb50d65c8c1f6c72e4d8397c984933afc8f7e",
|
|
66
|
-
"name": "WND",
|
|
67
|
-
"symbol": "WND",
|
|
68
|
-
"decimals": 12,
|
|
69
|
-
"foreignId": "0x9441dceeeffa7e032eedaccf9b7632e60e86711551a82ffbbb0dda8afd9e4ef7"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
"id": "sepolia"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
"parachains": {
|
|
76
|
-
"1000": {
|
|
77
|
-
"parachainId": 1000,
|
|
78
|
-
"features": {
|
|
79
|
-
"hasPalletXcm": true,
|
|
80
|
-
"hasDryRunApi": true,
|
|
81
|
-
"hasTxPaymentApi": true,
|
|
82
|
-
"hasDryRunRpc": true,
|
|
83
|
-
"hasDotBalance": true
|
|
84
|
-
},
|
|
85
|
-
"info": {
|
|
86
|
-
"tokenSymbols": "WND",
|
|
87
|
-
"tokenDecimals": 12,
|
|
88
|
-
"ss58Format": 42,
|
|
89
|
-
"isEthereum": false,
|
|
90
|
-
"accountType": "AccountId32",
|
|
91
|
-
"name": "Westend Asset Hub",
|
|
92
|
-
"specName": "westmint",
|
|
93
|
-
"specVersion": 1018012
|
|
94
|
-
},
|
|
95
|
-
"assets": {
|
|
96
|
-
"0x0000000000000000000000000000000000000000": {
|
|
97
|
-
"token": "0x0000000000000000000000000000000000000000",
|
|
98
|
-
"name": "Ether",
|
|
99
|
-
"minimumBalance": "bigint:15000",
|
|
100
|
-
"symbol": "Ether",
|
|
101
|
-
"decimals": 18,
|
|
102
|
-
"isSufficient": true
|
|
103
|
-
},
|
|
104
|
-
"0x72c610e05eaafcdf1fa7a2da15374ee90edb1620": {
|
|
105
|
-
"token": "0x72c610e05eaafcdf1fa7a2da15374ee90edb1620",
|
|
106
|
-
"name": "",
|
|
107
|
-
"minimumBalance": "bigint:1",
|
|
108
|
-
"symbol": "",
|
|
109
|
-
"decimals": 0,
|
|
110
|
-
"isSufficient": false
|
|
111
|
-
},
|
|
112
|
-
"0xfff9976782d46cc05630d1f6ebab18b2324d6b14": {
|
|
113
|
-
"token": "0xfff9976782d46cc05630d1f6ebab18b2324d6b14",
|
|
114
|
-
"name": "Wrapped Ether",
|
|
115
|
-
"minimumBalance": "bigint:15000000000000",
|
|
116
|
-
"symbol": "WETH",
|
|
117
|
-
"decimals": 18,
|
|
118
|
-
"isSufficient": true
|
|
119
|
-
},
|
|
120
|
-
"0x23838b1bb57cecf4422a57dd8e7f8a087b30d54f": {
|
|
121
|
-
"token": "0x23838b1bb57cecf4422a57dd8e7f8a087b30d54f",
|
|
122
|
-
"name": "",
|
|
123
|
-
"symbol": "",
|
|
124
|
-
"decimals": 0,
|
|
125
|
-
"locationOnEthereum": {
|
|
126
|
-
"parents": 1,
|
|
127
|
-
"interior": {
|
|
128
|
-
"x2": [
|
|
129
|
-
{
|
|
130
|
-
"globalConsensus": {
|
|
131
|
-
"byGenesis": "0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e"
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"parachain": 2313
|
|
136
|
-
}
|
|
137
|
-
]
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
"location": {
|
|
141
|
-
"parents": 1,
|
|
142
|
-
"interior": {
|
|
143
|
-
"x1": [
|
|
144
|
-
{
|
|
145
|
-
"parachain": 2313
|
|
146
|
-
}
|
|
147
|
-
]
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
"locationOnAH": {
|
|
151
|
-
"parents": 1,
|
|
152
|
-
"interior": {
|
|
153
|
-
"x1": [
|
|
154
|
-
{
|
|
155
|
-
"parachain": 2313
|
|
156
|
-
}
|
|
157
|
-
]
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
"foreignId": "0xaf13384cf9612ef1ff4b87470ab247d6f8d8110d4f5af2fe290ce6767818712c",
|
|
161
|
-
"minimumBalance": "bigint:1",
|
|
162
|
-
"isSufficient": false
|
|
163
|
-
},
|
|
164
|
-
"0xb8a0f2703ac6bdd352096c90c2945a097e8f4055": {
|
|
165
|
-
"token": "0xb8a0f2703ac6bdd352096c90c2945a097e8f4055",
|
|
166
|
-
"name": "",
|
|
167
|
-
"symbol": "WND",
|
|
168
|
-
"decimals": 12,
|
|
169
|
-
"locationOnEthereum": {
|
|
170
|
-
"parents": 1,
|
|
171
|
-
"interior": {
|
|
172
|
-
"x1": [
|
|
173
|
-
{
|
|
174
|
-
"globalConsensus": {
|
|
175
|
-
"byGenesis": "0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e"
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
]
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
"location": {
|
|
182
|
-
"parents": 1,
|
|
183
|
-
"interior": "Here"
|
|
184
|
-
},
|
|
185
|
-
"locationOnAH": {
|
|
186
|
-
"parents": 1,
|
|
187
|
-
"interior": "Here"
|
|
188
|
-
},
|
|
189
|
-
"foreignId": "0x2121cfe35065c0c33465fbada265f08e9613428a4b9eb4bb717cd7db2abf622e",
|
|
190
|
-
"minimumBalance": "bigint:1000000000",
|
|
191
|
-
"isSufficient": true
|
|
192
|
-
},
|
|
193
|
-
"0xf50fb50d65c8c1f6c72e4d8397c984933afc8f7e": {
|
|
194
|
-
"token": "0xf50fb50d65c8c1f6c72e4d8397c984933afc8f7e",
|
|
195
|
-
"name": "",
|
|
196
|
-
"symbol": "WND",
|
|
197
|
-
"decimals": 12,
|
|
198
|
-
"locationOnEthereum": {
|
|
199
|
-
"parents": 1,
|
|
200
|
-
"interior": {
|
|
201
|
-
"x1": [
|
|
202
|
-
{
|
|
203
|
-
"globalConsensus": {
|
|
204
|
-
"byGenesis": "0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e"
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
]
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
|
-
"location": {
|
|
211
|
-
"parents": 1,
|
|
212
|
-
"interior": "Here"
|
|
213
|
-
},
|
|
214
|
-
"locationOnAH": {
|
|
215
|
-
"parents": 1,
|
|
216
|
-
"interior": "Here"
|
|
217
|
-
},
|
|
218
|
-
"foreignId": "0x9441dceeeffa7e032eedaccf9b7632e60e86711551a82ffbbb0dda8afd9e4ef7",
|
|
219
|
-
"minimumBalance": "bigint:1000000000",
|
|
220
|
-
"isSufficient": true
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
"estimatedExecutionFeeDOT": "bigint:0",
|
|
224
|
-
"estimatedDeliveryFeeDOT": "bigint:0"
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
}
|