Skip to content

Commit

Permalink
fix payout address
Browse files Browse the repository at this point in the history
- token address corrected to BAL on polygon
- chain id to polygon
  • Loading branch information
hozzjss committed Sep 22, 2021
1 parent 18cae38 commit 389f4d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ const main = async (): Promise<void> => {
ledger.setPayoutAddress(
discordAccount.identity.id,
address,
"100",
"0x71850b7E9Ee3f13Ab46d67167341E4bDc905Eef9"
"137",
"0x9a71012b13ca4d3d0cdc72a177df3ef03b0e76a3"
);
}

Expand Down

0 comments on commit 389f4d2

Please sign in to comment.