I'm trying to use the Soroban CLI to wrap an asset into
a token contract.
I created an asset on Testnet "CASS", and then called soroban lab token wrap --asset CASS:GBXHSRRFBK7ZCBKGH2XQIRGC4UJI5MWQ3TEJEKZ2CZ5C34JC5L5A55VA --network testnet.
Where "GBX..." is the asset issuer address.
Presumably it worked because it returned a new contract address for a deployed token contract! But when I search the contract address on Stellar Expert (on testnet) nothing comes up.
Anyone know why Stellar Expert isn't picking it up? It's been a few hours since I ran the wrap command.