Skip to content

Commit

Permalink
fix: use updated okx url
Browse files Browse the repository at this point in the history
  • Loading branch information
thevaibhav-dixit committed Mar 18, 2024
1 parent c6ba96b commit bddecf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okex-client/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lazy_static::lazy_static! {
}

const TESTNET_BURNER_ADDRESS: &str = "tb1qfqh7ksqcrhjgq35clnf06l5d9s6tk2ke46ecrj";
const OKEX_API_URL: &str = "https://www.okex.com";
const OKEX_API_URL: &str = "https://www.okx.com";
pub const OKEX_MINIMUM_WITHDRAWAL_FEE: Decimal = dec!(0.0002);
pub const OKEX_MAXIMUM_WITHDRAWAL_FEE: Decimal = dec!(0.0004);
pub const OKEX_MINIMUM_WITHDRAWAL_AMOUNT: Decimal = dec!(0.001);
Expand Down

0 comments on commit bddecf6

Please sign in to comment.