Skip to content

v1.12.0-evm-gateway-M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@sideninja sideninja released this 20 Feb 20:44
· 735 commits to master since this release

A command to run the Flow EVM Gateway was added. The command has the following structure and flags:

> flow evm gateway [flags]

Examples:
flow evm gateway

Flags:

--access-node-grpc-host string   host to the flow access node gRPC API (default "localhost:3569")
--coa-address string             Flow address that holds COA account used for submitting transactions
--coa-key string                 WARNING: do not use this flag in production! private key value for the COA address used for submitting transactions
--coa-resource-create            auto-create the COA resource in the Flow COA account provided if one doesn't exist
--coinbase string                coinbase address to use for fee collection
--database-dir string            path to the directory for the database (default "./db")
--gas-price string               static gas price used for EVM transactions (default "1")
--init-height uint               init cadence block height from where the event ingestion will start. WARNING: you should only provide this if there are no existing values in the database, otherwise an error will be thrown
--network-id string              EVM network ID (testnet, mainnet) (default "testnet")
--rpc-host string                host for the RPC API server (default "localhost")
--rpc-port int                   port for the RPC API server (default 3000)