Skip to content

Commit

Permalink
Merge pull request #8 from infrared-dao/main
Browse files Browse the repository at this point in the history
feat: add infrared logo to testnet validator list
  • Loading branch information
garrettparris authored Jan 19, 2024
2 parents 09abb48 + 9259d1b commit 6fc2b2d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Binary file added src/validator-assets/infrared.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 9 additions & 6 deletions src/validators/testnet/defaultValidatorList.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "Devnet Default Validator List",
"validatorMap": {
"0x7BC2D01C25d0d53b79Cba0B286FF685DDDA3c01c": {
"logoURI": "https://raw.githubusercontent.com/berachain/default-token-list/main/src/validator-assets/thj.jpg"
}
"name": "Testnet Default Validator List",
"validatorMap": {
"0x0cf633F3a7478EAAbd73B7287B997D609B12A11a": {
"logoURI": "https://raw.githubusercontent.com/berachain/default-token-list/main/src/validator-assets/infrared.jpg"
},
"0x7BC2D01C25d0d53b79Cba0B286FF685DDDA3c01c": {
"logoURI": "https://raw.githubusercontent.com/berachain/default-token-list/main/src/validator-assets/thj.jpg"
}
}
}
}

0 comments on commit 6fc2b2d

Please sign in to comment.