Skip to content

Commit

Permalink
update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Dec 2, 2024
1 parent 343831c commit 7234264
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions control/preimage/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ mod westend {
pub const POLKADOT_SYMBOL: &str = "WND";
pub const POLKADOT_DECIMALS: u8 = 12;
pub const ASSET_HUB_ID: u32 = 1000;
pub const ASSET_HUB_API: &str = "wss://westend-asset-hub-rpc.polkadot.io";
pub const ASSET_HUB_API: &str = "wss://asset-hub-westend-rpc.dwellir.com";
pub const BRIDGE_HUB_ID: u32 = 1002;
pub const BRIDGE_HUB_API: &str = "wss://westend-bridge-hub-rpc.polkadot.io";
pub const RELAY_API: &str = "wss://westend-rpc.polkadot.io";
pub const BRIDGE_HUB_API: &str = "wss://bridge-hub-westend-rpc.dwellir.com";
pub const RELAY_API: &str = "wss://westend-rpc.dwellir.com";
}

#[cfg(feature = "westend")]
Expand All @@ -46,7 +46,7 @@ mod paseo {
pub const ASSET_HUB_ID: u32 = 1000;
pub const ASSET_HUB_API: &str = "wss://asset-hub-paseo-rpc.dwellir.com";
pub const BRIDGE_HUB_ID: u32 = 1002;
pub const BRIDGE_HUB_API: &str = "wss://sys.ibp.network/bridge-hub-paseo";
pub const BRIDGE_HUB_API: &str = "wss://bridge-hub-paseo.dotters.network";
pub const RELAY_API: &str = "wss://paseo-rpc.dwellir.com";
}

Expand Down

0 comments on commit 7234264

Please sign in to comment.