From bd34a18f7c96d18d7cde005cdb25d1591cd1a423 Mon Sep 17 00:00:00 2001 From: hz Date: Tue, 30 Nov 2021 18:55:47 +0200 Subject: [PATCH] changed token to burn address --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 9610092..9ca90e6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -151,7 +151,7 @@ const main = async (): Promise => { discordAccount.identity.id, address, "137", - "0x9a71012b13ca4d3d0cdc72a177df3ef03b0e76a3" + "0x0000000000000000000000000000000000000000" ); }