Skip to content

Commit 9973287

Browse files
authored
Merge pull request #2043 from cprussin/add-elfomo
feat(staking): add elfomo to known publishers
2 parents 4ae30bf + c9c9047 commit 9973287

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

apps/staking/src/components/OracleIntegrityStaking/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,7 @@ const PublisherIdentity = ({
17241724
<span className={clsx(className, withNameClassName)}>
17251725
<span>
17261726
{createElement(props.children.identity.icon, {
1727-
className: "mr-2 inline-block size-[20px] align-sub",
1727+
className: "mr-2 inline-block h-[20px] align-sub",
17281728
})}
17291729
<span className="mr-[0.5em]">{props.children.identity.name}</span>
17301730
</span>

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 elfomo from "./publisher-icons/elfomo.svg";
23
import finazon from "./publisher-icons/finazon.svg";
34
import sentio from "./publisher-icons/sentio.svg";
45

@@ -15,4 +16,8 @@ export const KNOWN_PUBLISHERS = {
1516
name: "Finazon",
1617
icon: finazon,
1718
},
19+
"5giNPEh9PytXcnKNgufofmQPdS4jHoySgFpiu8f7QxP4": {
20+
name: "Elfomo",
21+
icon: elfomo,
22+
},
1823
};
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)