Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jmrossy/celo-station
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Feb 16, 2024
2 parents 963299f + 3adb4d7 commit 446e2a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/config/validators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ type ValidatorInfo = {
};

export const VALIDATOR_GROUPS: Record<string, ValidatorInfo> = {
'0x89d5bd54C43dDd10905A030DE6Ff02EbB6c51654': {
logo: '/logos/validators/polychain.jpg',
url: 'https://polychain.capital',
twitter: 'https://twitter.com/polychain',
},
'0x01b2b83fDf26aFC3Ca7062C35Bc68c8DdE56dB04': {
logo: '/logos/validators/figment.jpg',
url: 'https://figment.io',
Expand Down Expand Up @@ -34,11 +39,6 @@ export const VALIDATOR_GROUPS: Record<string, ValidatorInfo> = {
url: 'https://www.binance.com',
twitter: 'https://twitter.com/binance',
},
'0x47b2dB6af05a55d42Ed0F3731735F9479ABF0673': {
logo: '/logos/validators/polychain.jpg',
url: 'https://polychain.capital',
twitter: 'https://twitter.com/polychain',
},
'0xDaDBd6Cfb29b054aDC9c4c2Ef0F21f0BBdb44871': {
logo: '/logos/validators/bison-trails.jpg',
url: 'https://bisontrails.co',
Expand Down

0 comments on commit 446e2a6

Please sign in to comment.