You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and other places. We should allow the caller to specify how much TNT or any other asset, by assetId, and amount to be passed to the Blueprint manager, which would be translated to an ERC20 Token address and amount. This value is automatically deduced from the caller account and got transferred to the BlueprintManager smart contract balance.
The text was updated successfully, but these errors were encountered:
Currently, we hard-coded
Zero
value to the EVM call in hooks everywhere here:tangle/pallets/services/src/functions.rs
Lines 92 to 94 in 768987d
TNT
or any other asset, byassetId
, andamount
to be passed to the Blueprint manager, which would be translated to an ERC20 Tokenaddress
andamount
. This value is automatically deduced from the caller account and got transferred to the BlueprintManager smart contract balance.The text was updated successfully, but these errors were encountered: