Commit f4be84bb authored by elenadimitrova's avatar elenadimitrova Committed by Kelvin Fichter

Remove obsoleted decimals property from genesis script

parent 8dc0f910
...@@ -77,7 +77,6 @@ export const makeL2GenesisFile = async ( ...@@ -77,7 +77,6 @@ export const makeL2GenesisFile = async (
l2Bridge: predeploys.L2StandardBridge, l2Bridge: predeploys.L2StandardBridge,
_name: 'Ether', _name: 'Ether',
_symbol: 'ETH', _symbol: 'ETH',
_decimals: 18,
}, },
L2CrossDomainMessenger: { L2CrossDomainMessenger: {
_status: 1, _status: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment