From b680a3574d166a960568ab9ba2aa4f574aea607c Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 8 Feb 2024 12:36:03 +0100 Subject: [PATCH] add user_devicehub example --- examples/users_devicehub.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/users_devicehub.json diff --git a/examples/users_devicehub.json b/examples/users_devicehub.json new file mode 100644 index 00000000..1af82c3e --- /dev/null +++ b/examples/users_devicehub.json @@ -0,0 +1,8 @@ +[ + { + "email": "user@example.org", + "password": "1234", + "eth_pub_key": "0x0000000000000000000000000000000000000000", + "eth_priv_key":"0x0000000000000000000000000000000000000000000000000000000000000000" + } +]