|
2 | 2 |
|
3 | 3 | #include <string>
|
4 | 4 | #include <vector>
|
| 5 | + |
5 | 6 | namespace nano::weights
|
6 | 7 | {
|
7 |
| -// Bootstrap weights for beta network |
| 8 | +// Bootstrap weights for beta network as of 22-03-2025 |
8 | 9 | std::vector<std::pair<std::string, std::string>> preconfigured_weights_beta = {
|
9 |
| - { "nano_3faucet4t1nnru6yra9iioia76jddur6zqg6d3fp7h1soyyd8qhgx6tizrsy", "37999100000000000000000000000000000000" }, |
| 10 | + { "nano_3faucet4t1nnru6yra9iioia76jddur6zqg6d3fp7h1soyyd8qhgx6tizrsy", "37998900000000000000000000000000000000" }, |
10 | 11 | { "nano_1betazh7m3c9gwcsy7w3rzynbqr9gomjwn3cp59xqky48we46eaqptbdskh4", "32981063781291209870813128842298384384" },
|
11 |
| - { "nano_3immionim1ypak7xbxe53ozdgk8sarjsu1ae7xbrnc8z9ntb8upnq47eugkx", "30000000000000000000000000000000000000" }, |
| 12 | + { "nano_3immionim1ypak7xbxe53ozdgk8sarjsu1ae7xbrnc8z9ntb8upnq47eugkx", "27000000000000000000000000000000000000" }, |
12 | 13 | { "nano_3kedrin3axwpe6jcx5fi8bx6sgjcre7bj4su5gpmfyd4gaijn8ndcyzgxche", "24000100000000000000000000000000000000" },
|
13 | 14 | { "nano_1robotghjtaub18dmo1ihkzg9jjs53ukthxrpt5x7eie3pg7k4ahb5i1uw64", "22400000000000000000000000000000000000" },
|
14 | 15 | { "nano_1bnano1dnhc356frb1owg4mhi4r47j1i15yq8nuyyso8fg64ux9kdxzmae5g", "16000000000000000000000000000000000000" },
|
15 | 16 | { "nano_1kitteh45srbwthaxq11tj54awh1trwuyt6o56ya4ghqinqo3a3jisbjg4dd", "12800000000000000000000000000000000000" },
|
16 | 17 | { "nano_18cgy87ikc4ruyh5aqwqe6dybe9os1ip3681y9wukypz5j7kgh35uxftss1x", "12000000000000000000000000000000000000" },
|
17 | 18 | { "nano_1betag7az9wk6rbis38s1d35hdsycz1bi95xg4g4j148p6afjk7embcurda4", "5800000000000000000000000000000000001" },
|
18 |
| - { "nano_1rickip5smeeztoxcg9jmjpsmyaeu7wkmkjssettss3firi3kmjq186uf3gb", "4000000000000000000000000000000000000" }, |
19 |
| - { "nano_1defau1t9off1ine9rep99999999999999999999999999999999wgmuzxxy", "1009399201843717416503167458269866895" }, |
| 19 | + { "nano_1rickip5smeeztoxcg9jmjpsmyaeu7wkmkjssettss3firi3kmjq186uf3gb", "3999026449290784876961171631534768128" }, |
| 20 | + { "nano_15smxhsjmpukzio4aar5oe7ptw5guun1tw3oafenfx4nx6dub3j4te54uj19", "3000000000000000000000000000000000000" }, |
| 21 | + { "nano_1defau1t9off1ine9rep99999999999999999999999999999999wgmuzxxy", "1009399711843717416503167458269866895" }, |
20 | 22 | };
|
21 |
| -uint64_t max_blocks_beta = 39428700; |
| 23 | +uint64_t max_blocks_beta = 46302111; |
22 | 24 | }
|
0 commit comments