Add Orbit Chain #20
add-orbit-chain.yml
on: workflow_dispatch
add_orbit_chain
33s
Annotations
2 errors and 1 warning
add_orbit_chain
Error in addOrbitChain: [
{
"code": "too_small",
"minimum": 0,
"type": "number",
"inclusive": false,
"exact": false,
"message": "Number must be greater than 0",
"path": [
"confirmPeriodBlocks"
]
},
{
"code": "custom",
"message": "Invalid Ethereum address",
"path": [
"ethBridge",
"bridge"
]
},
{
"code": "custom",
"message": "Invalid Ethereum address",
"path": [
"ethBridge",
"inbox"
]
},
{
"code": "custom",
"message": "Invalid Ethereum address",
"path": [
"ethBridge",
"outbox"
]
},
{
"code": "custom",
"message": "Invalid Ethereum address",
"path": [
"ethBridge",
"sequencerInbox"
]
}
]
|
add_orbit_chain
Process completed with exit code 1.
|
add_orbit_chain
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|