Skip to content

Commit

Permalink
switch gas object
Browse files Browse the repository at this point in the history
  • Loading branch information
leecchh committed Oct 4, 2024
1 parent f02a557 commit 0530b2e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/suins-build-tx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 0530b2e

Please sign in to comment.