Skip to content

Commit

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

0 comments on commit 5a19b19

Please sign in to comment.