Skip to content

Commit

Permalink
Removed acceidental evm changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix committed Dec 9, 2024
1 parent b1ce5dd commit 382ea67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
16 changes: 1 addition & 15 deletions genesis-templates/DRS/1/genesis-mainnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"genesis_time": "2024-12-09T07:41:25.834885Z",
"genesis_time": "2024-12-09T13:10:44.021333Z",
"chain_id": "rollappwasm_1234-1",
"initial_height": "1",
"consensus_params": {
Expand Down Expand Up @@ -307,20 +307,6 @@
"codes": [],
"contracts": [],
"sequences": []
},
"feemarket": {
"params": {
"no_base_fee": false,
"min_gas_price": "10000000.0"
}
},
"evm": {
"params": {
"extra_eips": [
"3855",
"3855"
]
}
}
}
}
16 changes: 1 addition & 15 deletions genesis-templates/DRS/1/genesis-testnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"genesis_time": "2024-12-09T07:41:25.834885Z",
"genesis_time": "2024-12-09T13:10:44.021333Z",
"chain_id": "rollappwasm_1234-1",
"initial_height": "1",
"consensus_params": {
Expand Down Expand Up @@ -307,20 +307,6 @@
"codes": [],
"contracts": [],
"sequences": []
},
"feemarket": {
"params": {
"no_base_fee": false,
"min_gas_price": "10000000.0"
}
},
"evm": {
"params": {
"extra_eips": [
"3855",
"3855"
]
}
}
}
}

0 comments on commit 382ea67

Please sign in to comment.