From 23119f02a5f04d473a7eeda3de23f7d81ef5fa71 Mon Sep 17 00:00:00 2001 From: quasisamurai Date: Thu, 22 Feb 2024 15:34:46 -0300 Subject: [PATCH] wip --- .../neutron-sdk/src/interchain_queries/v045/testing.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/neutron-sdk/src/interchain_queries/v045/testing.rs b/packages/neutron-sdk/src/interchain_queries/v045/testing.rs index 85376c00..57925191 100644 --- a/packages/neutron-sdk/src/interchain_queries/v045/testing.rs +++ b/packages/neutron-sdk/src/interchain_queries/v045/testing.rs @@ -1181,15 +1181,15 @@ fn test_delegations_reconstruct_overflow() { delegations: vec![Delegation { delegator_address: "osmo1yz54ncxj9csp7un3xled03q6thrrhy9cztkfzs".to_string(), validator_address: "osmovaloper1r2u5q6t6w0wssrk6l66n3t2q3dw2uqny4gj2e3".to_string(), - shares: "960000020000".to_string(), + shares: "9600000200000000000".to_string(), }], validators: vec![Validator { operator_address: "osmovaloper1r2u5q6t6w0wssrk6l66n3t2q3dw2uqny4gj2e3".to_string(), consensus_pubkey: None, jailed: false, status: 0, - tokens: "967000020000".to_string(), - delegator_shares: "967000020000".to_string(), + tokens: "9670000200000000000".to_string(), + delegator_shares: "9670000200000000000".to_string(), description: None, unbonding_height: 0, unbonding_time: None, @@ -1200,7 +1200,7 @@ fn test_delegations_reconstruct_overflow() { delegations: vec![StdDelegation { delegator: Addr::unchecked("osmo1yz54ncxj9csp7un3xled03q6thrrhy9cztkfzs"), validator: "osmovaloper1r2u5q6t6w0wssrk6l66n3t2q3dw2uqny4gj2e3".to_string(), - amount: StdCoin::new(960000020000u128, "stake"), + amount: StdCoin::new(9600000200000000000u128, "stake"), }], }), }];