File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2+ "archway" : {
3+ "archway-1" : {
4+ "code_ids" : {
5+ "abstract:account-factory" : 81 ,
6+ "abstract:ans-host" : 79 ,
7+ "abstract:manager" : 83 ,
8+ "abstract:module-factory" : 82 ,
9+ "abstract:proxy" : 84 ,
10+ "abstract:version-control" : 80
11+ },
12+ "default" : {
13+ "abstract:account-factory" : " archway1ww34htljgygw86qywwk6hgez95neh42p95kwq8z2wu8q3ddmdmtquftwk9" ,
14+ "abstract:ans-host" : " archway1regptyhzp3eg96ngz04pm6ypwn22rr6ezj6068ysd0ldxace95pskymynn" ,
15+ "abstract:manager" : " archway1rev0l9afwdex3fc9enhxxq5ay78ac77sa25g32h9cu5ndsyu8hnqf45t4r" ,
16+ "abstract:module-factory" : " archway1vftl04tnhvm5r2jj5e0vjt7355u77yythqt5828zgc443llhcg8qp2z2qe" ,
17+ "abstract:proxy" : " archway1lv38l68ctpae5hxl077w08jpkedlyvcrvfhf8hfmlfygxz2hww2sdy3nj6" ,
18+ "abstract:version-control" : " archway147dklelcp55pl4gwme4u0y3rr0vvu284lqdv2cajkl6l6zdx4pastvx5rc"
19+ }
20+ }
21+ },
222 "juno" : {
323 "juno-1" : {
424 "code_ids" : {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pub async fn assert_wallet_balance<'a>(mut chains: &'a [ChainInfo<'a>]) -> &'a [
3333 . await
3434 . unwrap ( ) ;
3535 let fee_token = chain. state . as_ref ( ) . chain_data . fees . fee_tokens [ 0 ] . clone ( ) ;
36- let fee = ( GAS_TO_DEPLOY as f64 * fee_token. fixed_min_gas_price ) as u64 ;
36+ let fee = ( GAS_TO_DEPLOY as f64 * fee_token. fixed_min_gas_price ) as u128 ;
3737 let bank = chain. query_client :: < queriers:: Bank > ( ) ;
3838 let balance = bank
3939 . balance ( chain. sender ( ) , Some ( fee_token. denom . clone ( ) ) )
You can’t perform that action at this time.
0 commit comments