Skip to content

Commit

Permalink
Update test values
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-pease authored and tluijken committed May 29, 2024
1 parent c5a24c7 commit 77f5a50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stellar_rust_sdk/src/offers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,12 @@ pub mod test {
const BUYING_ASSET_TYPE: &str = "credit_alphanum12";
const BUYING_ASSET_CODE: &str = "EURCAllow";
const BUYING_ASSET_ISSUER: &str = "GA6HVGLFUF3BHHGR5CMYXIVZ3RYVUH5EUYAOAY4T3OKI5OQVIWVRK24R";
const AMOUNT: &str = "922320116339.8175807";
const AMOUNT: &str = "922278138224.9775807";
const PRICE_R_N: &u32 = &1;
const PRICE_R_D: &u32 = &1;
const PRICE: &str = "1.0000000";
const LAST_MODIFIED_LEDGER: &u32 = &1526957;
const LAST_MODIFIED_TIME: &str = "2024-05-09T14:38:06Z";
const LAST_MODIFIED_LEDGER: &u32 = &1762248;
const LAST_MODIFIED_TIME: &str = "2024-05-23T22:12:07Z";

let horizon_client =
HorizonClient::new("https://horizon-testnet.stellar.org"
Expand Down

0 comments on commit 77f5a50

Please sign in to comment.