Landslide
Landslide is the Avalanche-powered Interchain Hub connecting all blockchains to IBC, Web3’s most secure interoperability solution. Expanding user bases and unlocking cross-chain potential.
pub const LANDSLIDE_NETWORK: NetworkInfo = NetworkInfo {
chain_name: "landslide",
pub_address_prefix: "wasm",
coin_type: 118u32,
};
pub const LOCAL_LANDSLIDE: ChainInfo = ChainInfo {
kind: ChainKind::Local,
chain_id: "landslide-test",
gas_denom: "stake",
gas_price: 1_f64,
grpc_urls: &["http://127.0.0.1:9090"],
network_info: LANDSLIDE_NETWORK,
lcd_url: None,
fcd_url: None,
};
Usage
See how to setup your main function in the main function section. Update the network passed into the Daemon
builder to be networks::LOCAL_LANDSLIDE
.