-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[BCF-2506] Fix: id instead of legacy evmChainId in errors verbatim #10314
Conversation
I see that you haven't updated any README files. Would it make sense to do so? |
f0514aa
to
6352ef6
Compare
6352ef6
to
0907c43
Compare
2091aa4
to
af07727
Compare
c82b3ef
to
ead3473
Compare
e66ab1c
to
a8bc1f1
Compare
a8bc1f1
to
1a6a28e
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6110132337 |
1a6a28e
to
a0e84b1
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6110278749 |
36f928b
to
738764d
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6110289269 |
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6110294471 |
738764d
to
c4dd5d7
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6146525060 |
c4dd5d7
to
ec0e53f
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6147785440 |
ec0e53f
to
04a8869
Compare
Running downstream job at https://github.com/smartcontractkit/operator-ui/actions/runs/6147890757 |
This is a fix for errors verbatim used for the
chainlink txs evm create
CLI command on the node running with a multi-chain setup: now verbatim requires to useid
flag instead of theevmChainId
flag.