diff --git a/.github/workflows/suins-build-tx.yaml b/.github/workflows/suins-build-tx.yaml index b9024c9d..73eb0bd0 100644 --- a/.github/workflows/suins-build-tx.yaml +++ b/.github/workflows/suins-build-tx.yaml @@ -25,6 +25,11 @@ on: 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: suins: @@ -65,7 +70,7 @@ jobs: if: ${{ inputs.transaction_type == 'Create Deepbook Pools' }} env: NODE_ENV: production - GAS_OBJECT: ${{ inputs.gas_object_id }} + GAS_OBJECT: ${{ inputs.deepbook_gas_object_id }} NETWORK: mainnet ORIGIN: gh_action run: |