mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add second hardfork to tonlib
This commit is contained in:
parent
c1a733c0f0
commit
67a6311eee
1 changed files with 10 additions and 3 deletions
|
@ -1948,9 +1948,9 @@ const MasterConfig& get_default_master_config() {
|
||||||
"shard": -9223372036854775808
|
"shard": -9223372036854775808
|
||||||
},
|
},
|
||||||
"init_block":{
|
"init_block":{
|
||||||
"file_hash":"x97xobbkPDggz7/u6KQzlT3pBmM5XfGE6vN7AiuTMU0=",
|
"file_hash":"CXvKA37GFugspx6U7sv4Sh7KIVqR1R+Pj4AmGx2Ezi0=",
|
||||||
"seqno":1907338,
|
"seqno":2908533,
|
||||||
"root_hash":"BuZOCJvbg0ys2JBnfocqCf1T4rt0OzLLslOG3CjcSgU=",
|
"root_hash":"oFi1uMHmELXV/AfjuvTZREmRY7TtNgq608sFjnRJCAo=",
|
||||||
"workchain":-1,
|
"workchain":-1,
|
||||||
"shard":-9223372036854775808
|
"shard":-9223372036854775808
|
||||||
},
|
},
|
||||||
|
@ -1961,6 +1961,13 @@ const MasterConfig& get_default_master_config() {
|
||||||
"root_hash":"BuZOCJvbg0ys2JBnfocqCf1T4rt0OzLLslOG3CjcSgU=",
|
"root_hash":"BuZOCJvbg0ys2JBnfocqCf1T4rt0OzLLslOG3CjcSgU=",
|
||||||
"workchain":-1,
|
"workchain":-1,
|
||||||
"shard":-9223372036854775808
|
"shard":-9223372036854775808
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"file_hash": "CXvKA37GFugspx6U7sv4Sh7KIVqR1R+Pj4AmGx2Ezi0=",
|
||||||
|
"seqno": 2908533,
|
||||||
|
"root_hash": "oFi1uMHmELXV/AfjuvTZREmRY7TtNgq608sFjnRJCAo=",
|
||||||
|
"workchain": -1,
|
||||||
|
"shard": -9223372036854775808
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue