pub fn add_token( chain: String, token_type: String, contract: String, symbol: String, name: String, decimals: u8, ) -> Result<TokenEntry, String>