OffchainLabs / nitro-testnode

A complete environment for nitro-based service including sequencer, batch-poster, validator, and a coordinator.
Apache License 2.0
23 stars 57 forks source link

Support for non-18 decimals in custom fee token #24

Closed gvladika closed 3 months ago

gvladika commented 9 months ago

Add --l3-fee-token-decimals flag to support custom number of decimals in Orbit's fee token.

Ie. this will spin up an Orbit chain with 6 decimals fee token:

./test-node.bash --init --l3node --l3-fee-token --l3-fee-token-decimals 6
gzeoneth commented 4 months ago

pushed a nodejs v18 commit to non18-decimal-token-node-18 branch on top of this