diff --git a/.github/workflows/suins-build-tx.yaml b/.github/workflows/suins-build-tx.yaml index 73eb0bd0..ec873652 100644 --- a/.github/workflows/suins-build-tx.yaml +++ b/.github/workflows/suins-build-tx.yaml @@ -24,11 +24,6 @@ on: description: 'object id to get gas from for multisig transaction' required: true type: string - default: '0x5cc6e842a17918ad7ce5e4e333309b387f1d5151bc3c89682abda460a700c2f5' - deepbook_gas_object_id: - description: 'deepbook object id to get gas from for multisig transaction' - required: true - type: string default: '0xae841028e9c704badbeb0f3f837b371f663bf647e6f9c984ce47284869a8754e' jobs: @@ -70,7 +65,7 @@ jobs: if: ${{ inputs.transaction_type == 'Create Deepbook Pools' }} env: NODE_ENV: production - GAS_OBJECT: ${{ inputs.deepbook_gas_object_id }} + GAS_OBJECT: ${{ inputs.gas_object_id }} NETWORK: mainnet ORIGIN: gh_action run: |