We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75978c7 + f36e759 commit 471e2f0Copy full SHA for 471e2f0
libs/fsp-rewards/src/constants.ts
@@ -77,9 +77,11 @@ const burnAddress = () => {
77
case "local-test":
78
case "coston2":
79
case "coston":
80
+ return "0x000000000000000000000000000000000000dEaD";
81
case "songbird":
82
+ return "0xAC3F85d29119836545670b2FCeFe35C829bE35ab"; // SGB burn address
83
case "flare":
- return "0x000000000000000000000000000000000000dEaD";
84
+ return "0xD9e5B450773B17593abAfCF73aB96ad99d589751";
85
default:
86
// Ensure exhaustive checking
87
// eslint-disable-next-line @typescript-eslint/no-empty-function, @typescript-eslint/no-unused-vars
0 commit comments