phoebexiong

Results 2 comments of phoebexiong

> I got this problem which was due to `name`/`symbol` when calling `api.deploy(..., name, symbol, ...)` not matching the metadata `name`/`symbol` values in the JSON. Changing them to match fixed...

> Traceback (most recent call last): File "/Users/xxx/PycharmProjects/Solana/test/test_api.py", line 95, in test() File "/Users/xxx/PycharmProjects/Solana/test/test_api.py", line 68, in test mint_to_response = api.mint(api_endpoint, "xxx", "xxx", "https://testing.com") File "/Users/xxx/PycharmProjects/Solana/api/metaplex_api.py", line 77, in mint...