Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot start EVM gateway #1620

Closed
austinkline opened this issue May 24, 2024 · 0 comments · Fixed by #1621
Closed

Cannot start EVM gateway #1620

austinkline opened this issue May 24, 2024 · 0 comments · Fixed by #1621
Assignees
Labels
Bug The issue represents a bug, malfunction, regression EVM Feedback

Comments

@austinkline
Copy link

Problem

I am unable to start the EVM gateway using the flow cli

Steps to Reproduce

$ flow-c1 evm gateway \
    --coinbase 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 \
    --coa-address 0x70997970C51812dc3A010C7d01b50e0d17dc79C8 \
    --coa-key 59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d \
    --flow-network-id emulator

 Command Error: flow network ID is invalid, only allowed to set 'emulator' and 'previewnet'

Note: The above address and key are from anvil. You can generate them using

anvil -m 'test test test test test test test test test test test junk'

Acceptance Criteria

Gateway should start

Version

$ flow-c1 version
Version: v1.18.0-cadence-v1.0.0-preview.24
Commit: 6aac3b6c7f510feaf7728a48dd8ffa020feb6a0a

Flow Package Dependencies
github.com/onflow/atree v0.7.0-rc.2
github.com/onflow/cadence v1.0.0-preview.29
github.com/onflow/cadence-tools/languageserver v1.0.0-preview.29
github.com/onflow/cadence-tools/lint v1.0.0-preview.29
github.com/onflow/cadence-tools/test v1.0.0-preview.29
github.com/onflow/contract-updater/lib/go/templates v1.0.1
github.com/onflow/crypto v0.25.1
github.com/onflow/fcl-dev-wallet v0.8.0-stable-cadence.1
github.com/onflow/flixkit-go v1.2.1-cadence-v1-preview.15
github.com/onflow/flow-core-contracts/lib/go/contracts v1.1.0
github.com/onflow/flow-core-contracts/lib/go/templates v1.0.0
github.com/onflow/flow-emulator v1.0.0-preview.23
github.com/onflow/flow-evm-gateway v0.11.0
github.com/onflow/flow-ft/lib/go/contracts v1.0.0
github.com/onflow/flow-ft/lib/go/templates v1.0.0
github.com/onflow/flow-go v0.35.5-0.20240517202625-55f862b45dfd
github.com/onflow/flow-go-sdk v1.0.0-preview.30
github.com/onflow/flow-nft/lib/go/contracts v1.2.1
github.com/onflow/flow-nft/lib/go/templates v1.2.0
github.com/onflow/flow/protobuf/go/flow v0.4.3
github.com/onflow/flowkit/v2 v2.0.0-stable-cadence-alpha.20
github.com/onflow/go-ethereum v1.13.4
github.com/onflow/sdks v0.5.1-0.20230912225508-b35402f12bba
github.com/onflow/wal v1.0.2
@chasefleming chasefleming removed their assignment May 24, 2024
@chasefleming chasefleming added Bug The issue represents a bug, malfunction, regression EVM labels May 24, 2024
@jribbink jribbink self-assigned this May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug The issue represents a bug, malfunction, regression EVM Feedback
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants