Skip to content

Commit 82b5107

Browse files
authored
Merge pull request #2037 from cprussin/add-finazon
feat(staking): add Finazon to known publishers
2 parents a8cb592 + 46d06d8 commit 82b5107

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

apps/staking/src/known-publishers.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import blocksize from "./publisher-icons/blocksize.svg";
2+
import finazon from "./publisher-icons/finazon.svg";
23
import sentio from "./publisher-icons/sentio.svg";
34

45
export const KNOWN_PUBLISHERS = {
@@ -10,4 +11,8 @@ export const KNOWN_PUBLISHERS = {
1011
name: "Sentio",
1112
icon: sentio,
1213
},
14+
Fq5zaoF76WYshMEYUn1q8cB8MrG61swhaWHRUCWeP5Vo: {
15+
name: "Finazon",
16+
icon: finazon,
17+
},
1318
};
Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)