We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9f285 commit 661e17aCopy full SHA for 661e17a
.github/workflows/safe-transaction.yml
@@ -6,6 +6,11 @@ on:
6
description: 'RPC URL for the blockchain network'
7
required: true
8
type: string
9
+ chain-id:
10
+ description: 'Chain ID of the blockchain network (default: 42161 for Arbitrum)'
11
+ required: false
12
+ default: '42161'
13
+ type: string
14
safe-address:
15
description: 'Address of the Safe contract'
16
@@ -14,11 +19,6 @@ on:
19
description: 'Target address for the transaction'
20
21
17
- chain-id:
18
- description: 'Chain ID of the blockchain network (default: 42161 for Arbitrum)'
- required: false
- default: '42161'
- type: string
22
transaction-value:
23
description: 'Value to send in the transaction (in wei, default: 0)'
24
required: false
0 commit comments