From 389f4d27af21348b6253d732ffa49a774f02e0fe Mon Sep 17 00:00:00 2001 From: hz Date: Wed, 22 Sep 2021 18:18:27 +0200 Subject: [PATCH] fix payout address - token address corrected to BAL on polygon - chain id to polygon --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 377e525..9610092 100644 --- a/src/index.ts +++ b/src/index.ts @@ -150,8 +150,8 @@ const main = async (): Promise => { ledger.setPayoutAddress( discordAccount.identity.id, address, - "100", - "0x71850b7E9Ee3f13Ab46d67167341E4bDc905Eef9" + "137", + "0x9a71012b13ca4d3d0cdc72a177df3ef03b0e76a3" ); }