Determining the Asset in Boilerplate

Hi All,

I am new to this community and new to the Boilerplate. I am trying to make my app where I am trying to make a transfer form for my testing token but to transfer I need to select the asset, which I want to be fixed. There is an:
<AssetSelector setAsset={setAsset} style={{ width: “100%” }} />

I was trying many things but still not sure how to pre-define the asset that I need, lots of the time when I try something it would break the site.

Also, I think I have found some bug in the boiler where it was crashing in vanilla state but by adding two lines it works fine now.

In advance, thank you for the help.