Skip to content

Commit

Permalink
Update bridgehub url (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh authored Jun 18, 2024
1 parent 5a06bd7 commit fba64e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowbridge/api",
"version": "0.1.12",
"version": "0.1.13",
"description": "Snowbridge API client",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion web/packages/api/src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion web/packages/contract-types/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion web/packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit fba64e4

Please sign in to comment.