-
Notifications
You must be signed in to change notification settings - Fork 34
Issue transferable document at token-registry result to a Null #202
Description
I run the follownig command after exporting OA_PRIVATE_KEY with my private key.
open-attestation token-registry issue -a 0x3F749ae09E4b1088DABAC33F528b227C9c4F59d7 --tokenId 0x131767b5686a434977fac29a0bf2d20acda19e307d2a54eec363fb5c73657e69 --to 0xF17a5Bae892693aBe872EdD388b7854F8E7BcCa0 -n rinkeby
whereby,
0xF17a5Bae892693aBe872EdD388b7854F8E7BcCa0 is the Title Escrow Address
0x3F749ae09E4b1088DABAC33F528b227C9c4F59d7 is the token registry address
0x131767b5686a434977fac29a0bf2d20acda19e307d2a54eec363fb5c73657e69 is the wrapped document merklee root
The result is as below ===>
You are falling back to oa-verify default configuration, which is not suitable for production environment. It is highly recommended that you configure and provide your own API key. Refer to https://github.com/Open-Attestation/oa-verify#provider
ℹ info Issuing 0x131767b5686a434977fac29a0bf2d20acda19e307d2a54eec363fb5c73657e69 to the initial recipient 0xF17a5Bae892693aBe872EdD388b7854F8E7BcCa0 in the registry 0x3F749ae09E4b1088DABAC33F528b227C9c4F59d7
========= NOTICE =========
Request-Rate Exceeded (this message will not be repeated)
The default API keys for each service are provided as a highly-throttled,
community resource for low-traffic projects and early prototyping.
While your application will continue to function, we highly recommended
signing up for your own API keys to improve performance, increase your
request rate/limit and enable other perks, such as metrics and advanced APIs.
For more details: https://docs.ethers.io/api-keys/
… awaiting Sending transaction to pool
✖ error null
Please let me know if i am missing something ?