Skip to content

Commit 29b20ed

Browse files
committed
refactor: remove chain-id input from workflow and update dependencies for improved compatibility
1 parent e342ecb commit 29b20ed

File tree

7 files changed

+725
-4514
lines changed

7 files changed

+725
-4514
lines changed

.github/workflows/safe-transaction.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ on:
1414
description: 'Target address for the transaction'
1515
required: true
1616
type: string
17-
chain-id:
18-
description: 'Chain ID of the blockchain network (default: 42161 for Arbitrum)'
19-
required: false
20-
default: '42161'
21-
type: string
2217
transaction-value:
2318
description: 'Value to send in the transaction (in wei, default: 0)'
2419
required: false
@@ -81,7 +76,6 @@ jobs:
8176
INPUT_RPC_URL: ${{ inputs.rpc-url }}
8277
INPUT_SAFE_ADDRESS: ${{ inputs.safe-address }}
8378
INPUT_TARGET_ADDRESS: ${{ inputs.transaction-target-address }}
84-
INPUT_CHAIN_ID: ${{ inputs.chain-id }}
8579
INPUT_TRANSACTION_VALUE: ${{ inputs.transaction-value }}
8680
INPUT_TRANSACTION_DATA: ${{ inputs.transaction-data }}
8781
id: safe-transaction

safe-transaction/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ This reusable GitHub Actions workflow automates the process of creating and prop
1313
| **safe-address** | Address of the Safe contract | Yes | - |
1414
| **transaction-target-address** | Target address for the transaction | Yes | - |
1515
| **safe-api-key** | Safe API key for transaction service | Yes | - |
16-
| **chain-id** | Chain ID of the blockchain network | No | `42161` (Arbitrum) |
1716
| **transaction-value** | Value to send in the transaction (in wei) | No | `0` |
1817
| **transaction-data** | Transaction data/calldata | No | `0x` |
1918

0 commit comments

Comments
 (0)