diff --git a/test/config.toml b/test/config.toml index 96a8b4fa..80e7f3be 100644 --- a/test/config.toml +++ b/test/config.toml @@ -1,17 +1,17 @@ -# EXAMPLE VALUES SHOULD WORK FOR HOLESKY -# HOWEVER, IT CANNOT BE GUARANTEED THAT THE STATE OF E.G. ACTIVE AND INACTIVE IS STILL TRUE WHEN YOU RUN THE TESTS +# The provided validator indidces and pubkeys provided in this config will work with a local devnet setup based on the ethereum-package for kurtosis-cli +# The config can be also adapted to work with any public testnet or even the mainnet [test] timeout = 120 -debug = true +debug = false [general] failing-beacon-node-url = "http://foobar:5052" rest-port = "5001" -rest-port-in-usage = "5052" -working-beacon-node-url = "http://localhost:5052" +rest-port-in-usage = "" +working-beacon-node-url = "" [validators] -inactive = ["1111111111", "1111111112"] +inactive = ["1000", "1001"] [validators.active] general = [ @@ -39,10 +39,10 @@ in-sync-committee = [] # List of strings next-sync-committee = [] # List of strings proposing-blocks = [] # List of strings with-alias = [ - "0xb99d27eeea8c7f9201926801acae031a9aa558428a47d403cfeda91260087dc77cb7e97f213b552c179d60be5d8dd671;my_pubkey", + "0xaaf6c1251e73fb600624937760fef218aace5b253bf068ed45398aeb29d821e4d2899343ddcbbe37cb3f6cf500dff26c;my_pubkey", "123;my_index", ] [validators.full-identifier] -index = "3" -pubkey = "0xb99d27eeea8c7f9201926801acae031a9aa558428a47d403cfeda91260087dc77cb7e97f213b552c179d60be5d8dd671" +index = "0" +pubkey = "0xaaf6c1251e73fb600624937760fef218aace5b253bf068ed45398aeb29d821e4d2899343ddcbbe37cb3f6cf500dff26c"