metaplex-foundation / python-api

136 stars 86 forks source link

Cannot see transactions on devnet.solana.com #6

Open trinhx opened 3 years ago

trinhx commented 3 years ago

After running some of the code and receiving what looks like a successful response, looking up the transaction hash on devnet doesn't come up with anything.


{'jsonrpc': '2.0', 'result': '266m3pYNbEifjCAoTMcr4WCgbZSjd4wqtnQ5e2u35JL6dD9MWXESo34bpVEyCNxAk7J8PeG6b3pRHC2wAp7Jnvwz', 'id': 1}
>>> metaplex_api = MetaplexAPI(cfg)
>>> metaplex_api.deploy(api_endpoint, "A"*32, "A"*10)
cedEnGMpDiU38DmPokBxHFQnEm84UAPej2ZTLe1dTLe
{'jsonrpc': '2.0', 'result': '35EgjriuQFMVwejgo9jvDCx8veEgd3hPPVEmZe4V2L7aLh4re7nUqpKPQq8fLEguaffwqcAeAiwxLH7mGyoyNZoH', 'id': 2}
metaplex_api.topup(api_endpoint, "VtdBygLSt1EJF5M3nUk5CRxuNNTyZFUsKJ4yUVcC6hh")
kk'{"jsonrpc": "2.0", "result": "35EgjriuQFMVwejgo9jvDCx8veEgd3hPPVEmZe4V2L7aLh4re7nUqpKPQq8fLEguaffwqcAeAiwxLH7mGyoyNZoH", "id": 2, "contract": "cedEnGMpDiU38DmPokBxHFQnEm84UAPej2ZTLe1dTLe", "status": 200}'
>>> metaplex_api.topup(api_endpoint, "VtdBygLSt1EJF5M3nUk5CRxuNNTyZFUsKJ4yUVcC6hh")
{'jsonrpc': '2.0', 'result': '4WMYh6k2v3a8qw49MDG2fNRkW6D9CuGNv7KDvxSd2r2sRuEJLBpbToEbHpFYcdJsFoyxLsQB9ADC1Pfn1FvsNA8j', 'id': 2}
'{"jsonrpc": "2.0", "result": "4WMYh6k2v3a8qw49MDG2fNRkW6D9CuGNv7KDvxSd2r2sRuEJLBpbToEbHpFYcdJsFoyxLsQB9ADC1Pfn1FvsNA8j", "id": 2, "status": 200}'```
rhamnett commented 2 years ago

Same

neorxna commented 2 years ago

Same issue here.