pub use GatewayProxy;
pub const MAINNET_GATEWAY: &str = "https://gateway.dharitri.com";
pub const TESTNET_GATEWAY: &str = "https://testnet-gateway.dharitri.com";
pub const DEVNET_GATEWAY: &str = "https://devnet-gateway.dharitri.com";
// MetachainShardId will be used to identify a shard ID as metachain
pub const METACHAIN_SHARD_ID: u32 = 0xFFFFFFFF;