Initializes the contract and sets the phoenix multihop address
fn initialize(
env: soroban_sdk::Env,
protocol_address: soroban_sdk::Address,
) -> Result<(), AdapterError>
fn deposit(
env: soroban_sdk::Env,
amount: i128,
from: soroban_sdk::Address,
) -> Result<(), AdapterError>