We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
9615897
❯ soroban version soroban 0.9.4 (v0.9.5-70-g9615897821492671f951169f8f442d69cafb3d81) soroban-env 0.0.17 (eb5a9ba053a7b64a8eff605db625525378f7bea0) soroban-env interface version 85899345977 stellar-xdr 0.0.17 (39904e09941046dab61e6e35fc89e31bf2dea1cd) xdr next (65afa63b7f52c898143ebbe9541ef91fcf290ade)
❯ soroban lab token wrap --asset ABC:GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWHF
I expect the Stellar Asset contract to be deployed resulting in a contract address being outputted.
For example:
CBMLAIHYS74DMIS5PXB5SH3KL2N3TRHU5IEYNLDINFPNX5Y3ERMWLANJ
error: xdr processing error: xdr value invalid
The same command works with the RPC, so this issue appears to be isolated to the sandbox variation.
❯ soroban config network add --rpc-url http://localhost:8000/soroban/rpc --network-passphrase 'Standalone Network ; February 2017' local ❯ soroban config identity add --secret-key me ❯ soroban lab token wrap --network local --source me --asset ABC:GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWHF CBMLAIHYS74DMIS5PXB5SH3KL2N3TRHU5IEYNLDINFPNX5Y3ERMWLANJ
The text was updated successfully, but these errors were encountered:
tsachiherman
Successfully merging a pull request may close this issue.
What version are you using?
9615897
What did you do?
❯ soroban lab token wrap --asset ABC:GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWHF
What did you expect to see?
I expect the Stellar Asset contract to be deployed resulting in a contract address being outputted.
For example:
What did you see instead?
Further details
The same command works with the RPC, so this issue appears to be isolated to the sandbox variation.
For example:
The text was updated successfully, but these errors were encountered: