mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-12 19:22:37 +00:00
Update testnet config
This commit is contained in:
parent
46204d918d
commit
e999275474
2 changed files with 17 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -11,3 +11,4 @@ crypto/smartcont/auto/
|
||||||
test/regression-tests.cache/
|
test/regression-tests.cache/
|
||||||
*.swp
|
*.swp
|
||||||
**/*build*/
|
**/*build*/
|
||||||
|
.idea
|
|
@ -1922,13 +1922,22 @@ const MasterConfig& get_default_master_config() {
|
||||||
"workchain": -1,
|
"workchain": -1,
|
||||||
"shard": -9223372036854775808
|
"shard": -9223372036854775808
|
||||||
},
|
},
|
||||||
"init_block": {
|
"init_block":{
|
||||||
"file_hash": "BzgfRpFgyNjHI7aR5KQhq4Wtr2wN+sXzLaW+rfHvP5A=",
|
"file_hash":"x97xobbkPDggz7/u6KQzlT3pBmM5XfGE6vN7AiuTMU0=",
|
||||||
"seqno": 0,
|
"seqno":1907338,
|
||||||
"root_hash": "WPsS1IiRjT0MSD6Xvys4QYQh7rrc9x0ybzXojwJ4gH0=",
|
"root_hash":"BuZOCJvbg0ys2JBnfocqCf1T4rt0OzLLslOG3CjcSgU=",
|
||||||
"workchain": -1,
|
"workchain":-1,
|
||||||
"shard": -9223372036854775808
|
"shard":-9223372036854775808
|
||||||
|
},
|
||||||
|
"hardforks":[
|
||||||
|
{
|
||||||
|
"file_hash":"x97xobbkPDggz7/u6KQzlT3pBmM5XfGE6vN7AiuTMU0=",
|
||||||
|
"seqno":1907338,
|
||||||
|
"root_hash":"BuZOCJvbg0ys2JBnfocqCf1T4rt0OzLLslOG3CjcSgU=",
|
||||||
|
"workchain":-1,
|
||||||
|
"shard":-9223372036854775808
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
})abc");
|
})abc");
|
||||||
res.add_config("mainnet", R"abc({
|
res.add_config("mainnet", R"abc({
|
||||||
|
|
Loading…
Reference in a new issue