From fba64e4560b55a7ef5c5df0f572cc7714c2da69f Mon Sep 17 00:00:00 2001 From: Alistair Singh Date: Tue, 18 Jun 2024 20:07:47 +0200 Subject: [PATCH] Update bridgehub url (#1235) --- web/packages/api/package.json | 2 +- web/packages/api/src/environment.ts | 2 +- web/packages/contract-types/package.json | 2 +- web/packages/contracts/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/packages/api/package.json b/web/packages/api/package.json index d918907ab1..f98adfb1c5 100644 --- a/web/packages/api/package.json +++ b/web/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@snowbridge/api", - "version": "0.1.12", + "version": "0.1.13", "description": "Snowbridge API client", "license": "Apache-2.0", "repository": { diff --git a/web/packages/api/src/environment.ts b/web/packages/api/src/environment.ts index c140a9a986..cdbf70b608 100644 --- a/web/packages/api/src/environment.ts +++ b/web/packages/api/src/environment.ts @@ -429,7 +429,7 @@ export const SNOWBRIDGE_ENV: { [id: string]: SnowbridgeEnvironment } = { ETHEREUM_WS_API: (key) => `https://eth-mainnet.g.alchemy.com/v2/${key}`, RELAY_CHAIN_WS_URL: "wss://polkadot-rpc.dwellir.com", ASSET_HUB_WS_URL: "wss://asset-hub-polkadot-rpc.dwellir.com", - BRIDGE_HUB_WS_URL: "wss://polkadot-bridge-hub-rpc.dwellir.com", + BRIDGE_HUB_WS_URL: "wss://bridge-hub-polkadot-rpc.dwellir.com", PARACHAINS: ["wss://polkadot-mythos-rpc.polkadot.io"], GATEWAY_CONTRACT: "0x27ca963c279c93801941e1eb8799c23f407d68e7", BEEFY_CONTRACT: "0x6eD05bAa904df3DE117EcFa638d4CB84e1B8A00C", diff --git a/web/packages/contract-types/package.json b/web/packages/contract-types/package.json index ceebdd8004..3e69242be5 100644 --- a/web/packages/contract-types/package.json +++ b/web/packages/contract-types/package.json @@ -1,6 +1,6 @@ { "name": "@snowbridge/contract-types", - "version": "0.1.12", + "version": "0.1.13", "description": "Snowbridge contract type bindings", "license": "Apache-2.0", "repository": { diff --git a/web/packages/contracts/package.json b/web/packages/contracts/package.json index da55b51154..35e6426c58 100644 --- a/web/packages/contracts/package.json +++ b/web/packages/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@snowbridge/contracts", - "version": "0.1.12", + "version": "0.1.13", "description": "Snowbridge contract source and abi.", "license": "Apache-2.0", "repository": {