Skip to content

Commit

Permalink
[compiler-v2] fixed test by genesis config compare
Browse files Browse the repository at this point in the history
  • Loading branch information
welbon committed Feb 5, 2025
1 parent 47ac50c commit ad040d8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion config/example/barnard/genesis_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1785,5 +1785,6 @@
},
"time_service_type": "RealTimeService",
"transaction_timeout": 86400,
"dag_effective_height": 18446744073709551615
"dag_effective_height": 18446744073709551615,
"asset_mapping_root_hash": "0x00000000000000000000000000000000"
}
3 changes: 2 additions & 1 deletion config/example/main/genesis_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1789,5 +1789,6 @@
},
"time_service_type": "RealTimeService",
"transaction_timeout": 86400,
"dag_effective_height": 18446744073709551615
"dag_effective_height": 18446744073709551615,
"asset_mapping_root_hash": "0x00000000000000000000000000000000"
}
3 changes: 2 additions & 1 deletion config/example/proxima/genesis_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1913,5 +1913,6 @@
},
"time_service_type": "RealTimeService",
"transaction_timeout": 86400,
"dag_effective_height": 0
"dag_effective_height": 18446744073709551615,
"asset_mapping_root_hash": "0x00000000000000000000000000000000"
}
3 changes: 2 additions & 1 deletion config/example/vega/genesis_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1789,5 +1789,6 @@
},
"time_service_type": "RealTimeService",
"transaction_timeout": 86400,
"dag_effective_height": 0
"dag_effective_height": 0,
"asset_mapping_root_hash": "0x00000000000000000000000000000000"
}

0 comments on commit ad040d8

Please sign in to comment.