From 97d827c75830ea65b0fccd23ba5fa12828e359c6 Mon Sep 17 00:00:00 2001 From: rrr523 Date: Thu, 14 Sep 2023 14:11:10 +0800 Subject: [PATCH] chore: Example Update --- examples/nodejs/env.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nodejs/env.js b/examples/nodejs/env.js index 31f594d8..d36e0c36 100644 --- a/examples/nodejs/env.js +++ b/examples/nodejs/env.js @@ -1,5 +1,5 @@ -const ACCOUNT_ADDRESS = '0x1C893441AB6c1A75E01887087ea508bE8e07AAae'; -const ACCOUNT_PRIVATEKEY = '0x6547492644d0136f76ef65e3bd04a77d079ed38028f747700c6c6063564d7032'; +const ACCOUNT_ADDRESS = ''; +const ACCOUNT_PRIVATEKEY = ''; module.exports = { ACCOUNT_ADDRESS,