@snowbridge/registry 0.4.3 → 0.4.4
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.
|
@@ -14,7 +14,7 @@ declare const registry: {
|
|
|
14
14
|
readonly "1002": "wss://bridge-hub-westend-rpc.n.dwellir.com";
|
|
15
15
|
};
|
|
16
16
|
readonly gatewayContract: "0x9ed8b47bc3417e3bd0507adc06e56e2fa360a4e9";
|
|
17
|
-
readonly beefyContract: "
|
|
17
|
+
readonly beefyContract: "0x2bc7ec7fe8ec8bdde511003f4fe82bc86b69894a";
|
|
18
18
|
readonly assetHubParaId: 1000;
|
|
19
19
|
readonly bridgeHubParaId: 1002;
|
|
20
20
|
readonly v2_parachains: readonly [1000];
|
|
@@ -16,7 +16,7 @@ const registry = {
|
|
|
16
16
|
"1002": "wss://bridge-hub-westend-rpc.n.dwellir.com",
|
|
17
17
|
},
|
|
18
18
|
gatewayContract: "0x9ed8b47bc3417e3bd0507adc06e56e2fa360a4e9",
|
|
19
|
-
beefyContract: "
|
|
19
|
+
beefyContract: "0x2bc7ec7fe8ec8bdde511003f4fe82bc86b69894a",
|
|
20
20
|
assetHubParaId: 1000,
|
|
21
21
|
bridgeHubParaId: 1002,
|
|
22
22
|
v2_parachains: [1000],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@snowbridge/registry",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"description": "Snowbridge Asset Registry",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"ts-node": "10.9.2",
|
|
25
25
|
"tsconfig-paths": "4.2.0",
|
|
26
26
|
"typescript": "5.9.3",
|
|
27
|
-
"@snowbridge/
|
|
28
|
-
"@snowbridge/
|
|
27
|
+
"@snowbridge/api": "0.4.4",
|
|
28
|
+
"@snowbridge/contract-types": "0.4.4"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@snowbridge/base-types": "0.4.
|
|
31
|
+
"@snowbridge/base-types": "0.4.4"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "tsc --build --force && tsc -p tsconfig.scripts.json",
|
package/scripts/buildRegistry.ts
CHANGED
|
@@ -214,7 +214,7 @@ const SNOWBRIDGE_ENV: { [env: string]: Environment } = {
|
|
|
214
214
|
"1002": "wss://bridge-hub-westend-rpc.n.dwellir.com",
|
|
215
215
|
},
|
|
216
216
|
gatewayContract: "0x9ed8b47bc3417e3bd0507adc06e56e2fa360a4e9",
|
|
217
|
-
beefyContract: "
|
|
217
|
+
beefyContract: "0x2bc7ec7fe8ec8bdde511003f4fe82bc86b69894a",
|
|
218
218
|
assetHubParaId: 1000,
|
|
219
219
|
bridgeHubParaId: 1002,
|
|
220
220
|
v2_parachains: [1000],
|
|
@@ -878,6 +878,7 @@ async function indexParachain(
|
|
|
878
878
|
info.accountType === "AccountId32"
|
|
879
879
|
? "0x0000000000000000000000000000000000000000000000000000000000000000"
|
|
880
880
|
: "0x0000000000000000000000000000000000000000",
|
|
881
|
+
false,
|
|
881
882
|
)
|
|
882
883
|
|
|
883
884
|
let estimatedExecutionFeeDOT = 0n
|
|
@@ -14,7 +14,7 @@ const registry = {
|
|
|
14
14
|
"1002": "wss://bridge-hub-westend-rpc.n.dwellir.com",
|
|
15
15
|
},
|
|
16
16
|
gatewayContract: "0x9ed8b47bc3417e3bd0507adc06e56e2fa360a4e9",
|
|
17
|
-
beefyContract: "
|
|
17
|
+
beefyContract: "0x2bc7ec7fe8ec8bdde511003f4fe82bc86b69894a",
|
|
18
18
|
assetHubParaId: 1000,
|
|
19
19
|
bridgeHubParaId: 1002,
|
|
20
20
|
v2_parachains: [1000],
|