Skip to content

Commit

Permalink
faki
Browse files Browse the repository at this point in the history
  • Loading branch information
ninibear030 committed May 29, 2024
1 parent 0a7c7a3 commit 3a71fba
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions src/validators/testnet/defaultValidatorList.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
{
"name": "Testnet Default Validator List",
"validatorMap": {
"0x0cf633F3a7478EAAbd73B7287B997D609B12A11a": {
"logoURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/validator-assets/infrared.jpg"
"validators": [
{
"coinbase": "0x6B7C3B5c0928cf8D0B516b358a1e3aecf5E9AFBe",
"name": "Validator One",
"description": "A reliable and efficient validator.",
"website": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/bera.png",
"imageUri": "http://example.com/validator1.png"
},
"0x7BC2D01C25d0d53b79Cba0B286FF685DDDA3c01c": {
"logoURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/validator-assets/thj.jpg"
{
"coinbase": "0x82Cf147a9aC43A84D30f71f8a627492D08e485Ef",
"name": "Validator two",
"description": "A reliable and efficient validator.",
"website": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/bgt.png",
"imageUri": "http://example.com/validator1.png"
},
{
"coinbase": "0xE7E474C22Ea47EbD5212B310F2E7Ae8c7ce70b4b",
"name": "Validator three",
"description": "A reliable and efficient validator.",
"website": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/btc.png",
"imageUri": "http://example.com/validator1.png"
}
}
]
}

0 comments on commit 3a71fba

Please sign in to comment.