Skip to content

Commit 471e2f0

Browse files
committed
Merge branch 'update-burn-addresses' into 'main'
update burn addresses See merge request flarenetwork/ftso/ftso-scaling!158
2 parents 75978c7 + f36e759 commit 471e2f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/fsp-rewards/src/constants.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@ const burnAddress = () => {
7777
case "local-test":
7878
case "coston2":
7979
case "coston":
80+
return "0x000000000000000000000000000000000000dEaD";
8081
case "songbird":
82+
return "0xAC3F85d29119836545670b2FCeFe35C829bE35ab"; // SGB burn address
8183
case "flare":
82-
return "0x000000000000000000000000000000000000dEaD";
84+
return "0xD9e5B450773B17593abAfCF73aB96ad99d589751";
8385
default:
8486
// Ensure exhaustive checking
8587
// eslint-disable-next-line @typescript-eslint/no-empty-function, @typescript-eslint/no-unused-vars

0 commit comments

Comments
 (0)