pub async fn migrate_nodes<P: WalletProvider + Provider>(
safe: SafeSingletonInstance<Arc<P>>,
module_addresses: Address,
channels_address: Address,
token_address: Address,
announcement_address: Address,
allowance: U256,
owner_chain_key: ChainKeypair,
) -> Result<(), HelperErrors>
Expand description
Migrate nodes to be able to run in a new network.