Skip to content

Commit f36e759

Browse files
committed
update burn addresses
1 parent 75978c7 commit f36e759

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)