Skip to content

Commit

Permalink
Revert https for asset hub only (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh authored Jun 19, 2024
1 parent aad775f commit d36a916
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.14",
"version": "0.1.15",
"description": "Snowbridge API client",
"license": "Apache-2.0",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions web/packages/api/src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export const SNOWBRIDGE_ENV: { [id: string]: SnowbridgeEnvironment } = {
BEACON_HTTP_API: "https://lodestar-sepolia.chainsafe.io",
ETHEREUM_API: (key) => `https://eth-sepolia.g.alchemy.com/v2/${key}`,
RELAY_CHAIN_URL: "https://rococo-rpc.polkadot.io",
ASSET_HUB_URL: "https://rococo-asset-hub-rpc.polkadot.io",
ASSET_HUB_URL: "wss://rococo-asset-hub-rpc.polkadot.io",
BRIDGE_HUB_URL: "https://rococo-bridge-hub-rpc.polkadot.io",
PARACHAINS: ["https://rococo-muse-rpc.polkadot.io"],
GATEWAY_CONTRACT: "0x5b4909ce6ca82d2ce23bd46738953c7959e710cd",
Expand Down Expand Up @@ -428,7 +428,7 @@ export const SNOWBRIDGE_ENV: { [id: string]: SnowbridgeEnvironment } = {
BEACON_HTTP_API: "https://lodestar-mainnet.chainsafe.io",
ETHEREUM_API: (key) => `https://eth-mainnet.g.alchemy.com/v2/${key}`,
RELAY_CHAIN_URL: "https://polkadot-rpc.dwellir.com",
ASSET_HUB_URL: "https://asset-hub-polkadot-rpc.dwellir.com",
ASSET_HUB_URL: "wss://asset-hub-polkadot-rpc.dwellir.com",
BRIDGE_HUB_URL: "https://bridge-hub-polkadot-rpc.dwellir.com",
PARACHAINS: ["https://polkadot-mythos-rpc.polkadot.io"],
GATEWAY_CONTRACT: "0x27ca963c279c93801941e1eb8799c23f407d68e7",
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.14",
"version": "0.1.15",
"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.14",
"version": "0.1.15",
"description": "Snowbridge contract source and abi.",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit d36a916

Please sign in to comment.