File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
cw20-wrapped-tokenfactory/src Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 305
305
"state-lens-ics23-mpt"
306
306
"state-lens-ics23-ics23"
307
307
] ;
308
+ u = "bbn1uuuuuuuuu9un2qpksam7rlttpxc8dc76mcphhsmp39pxjnsvrtcqnrn5rr" ;
309
+ eu = "bbn1eueueueu9var4yhdruyzkjcsh74xzeug6ckyy60hs0vcqnzql2hqscechf" ;
308
310
}
309
311
{
310
312
chain-id = "bbn-1" ;
Original file line number Diff line number Diff line change @@ -402,17 +402,18 @@ pub fn init(
402
402
denom_units : [ DenomUnit {
403
403
denom : denom. clone ( ) ,
404
404
exponent : 0 ,
405
- aliases : vec ! [ msg . symbol . clone ( ) ] ,
405
+ aliases : vec ! [ ] ,
406
406
} ]
407
407
. into_iter ( )
408
408
. chain ( ( msg. decimals != 0 ) . then ( || DenomUnit {
409
- denom : msg. symbol . clone ( ) ,
409
+ // tokenfactory/{self_address}/{symbol}
410
+ denom : format ! ( "{denom}{}" , msg. symbol) ,
410
411
exponent : msg. decimals . into ( ) ,
411
412
aliases : vec ! [ ] ,
412
413
} ) )
413
414
. collect ( ) ,
414
415
base : Some ( denom. clone ( ) ) ,
415
- display : Some ( msg . symbol . clone ( ) ) ,
416
+ display : Some ( denom ) ,
416
417
name : Some ( msg. name ) ,
417
418
symbol : Some ( msg. symbol ) ,
418
419
uri : None ,
Original file line number Diff line number Diff line change 103
103
"code_id" : 753
104
104
}
105
105
}
106
+ },
107
+ "u" : {
108
+ "address" : " bbn1uuuuuuuuu9un2qpksam7rlttpxc8dc76mcphhsmp39pxjnsvrtcqnrn5rr" ,
109
+ "height" : 2086743 ,
110
+ "commit" : " dirty" ,
111
+ "code_id" : 1101
112
+ },
113
+ "eu" : {
114
+ "address" : " bbn1eueueueu9var4yhdruyzkjcsh74xzeug6ckyy60hs0vcqnzql2hqscechf" ,
115
+ "height" : 2087077 ,
116
+ "commit" : " dirty" ,
117
+ "code_id" : 1102
106
118
}
107
119
},
108
120
"base.8453" : {
You can’t perform that action at this time.
0 commit comments