Skip to content

Commit

Permalink
Deepbook Transfer (#176)
Browse files Browse the repository at this point in the history
* deepbook transfer

* reserve action
  • Loading branch information
leecchh authored Oct 3, 2024
1 parent 7d80671 commit 6872436
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/suins-build-tx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
options:
- Multi Purpose Operation
- Profits to Treasury
- Transfer Reserved Names
sui_tools_image:
description: 'image reference of sui_tools'
default: 'mysten/sui-tools:mainnet'
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:
- name: Set up working directory
run: |
pnpm install
- name: Profits to Treasury
if: ${{ inputs.transaction_type == 'Profits to Treasury' }}
env:
Expand All @@ -69,6 +70,16 @@ jobs:
run: |
cd scripts && pnpm withdraw:profits
- name: Transfer Reserved Names
if: ${{ inputs.transaction_type == 'Transfer Reserved Names' }}
env:
NODE_ENV: production
GAS_OBJECT: ${{ inputs.gas_object_id }}
NETWORK: mainnet
ORIGIN: gh_action
run: |
cd scripts && pnpm transfer::names
- name: Multi Purpose Operation
if: ${{ inputs.transaction_type == 'Multi Purpose Operation' }}
env:
Expand Down
2 changes: 1 addition & 1 deletion scripts/reserved-names/sample/sample.csv
Original file line number Diff line number Diff line change
@@ -1 +1 @@
alina,0xcf1b3738a28925cad71e904a3884ed43f36b39b19806b7375fe4346b01dbb081
deepbook,0xb5b39d11ddbd0abb0166cd369c155409a2cca9868659bda6d9ce3804c510b949

0 comments on commit 6872436

Please sign in to comment.