diff --git a/.github/workflows/publish_oraiswap_v3.yml b/.github/workflows/publish_oraiswap_v3.yml deleted file mode 100644 index 0be79070..00000000 --- a/.github/workflows/publish_oraiswap_v3.yml +++ /dev/null @@ -1,67 +0,0 @@ -name: publish_package_oraiswap_v3 - -# Controls when the action will run. -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [feat/zapper-2] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - build: - runs-on: ubuntu-20.04 - strategy: - matrix: - node-version: ["18"] - steps: - - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.8.0 - with: - access_token: ${{ github.token }} - - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 - with: - node-version: ${{ matrix.node-version }} - - name: Get yarn cache directory path - id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v4 - id: yarn-cache - with: - path: | - ${{ steps.yarn-cache-dir-path.outputs.dir }} - ./node_modules/ - key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} - restore-keys: | - ${{ runner.os }}-yarn- - - name: Install Dependencies - run: yarn - - name: Build - run: yarn build - - name: Authenticate with private NPM package - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc - - name: Publish Oraiswap v3 - id: publish-oraiswap-v3 - continue-on-error: true - run: yarn deploy:beta packages/oraiswap-v3 - env: - CI: false - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - - name: Publish Contract SDK - id: publish-oraidex-contracts-sdk - continue-on-error: true - run: yarn deploy:beta packages/contracts-sdk - env: - CI: false - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - - name: Publish Contract Build - id: publish-oraidex-contracts-build - continue-on-error: true - run: yarn deploy:beta packages/contracts-build - env: - CI: false - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/packages/contracts-sdk/package.json b/packages/contracts-sdk/package.json index bc02eaf9..39c9d5f1 100644 --- a/packages/contracts-sdk/package.json +++ b/packages/contracts-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@oraichain/oraidex-contracts-sdk", - "version": "1.0.53-beta.2", + "version": "1.0.53", "main": "build/index.js", "files": [ "build/", diff --git a/packages/oraiswap-v3/package.json b/packages/oraiswap-v3/package.json index 60acf7d9..e456b5d1 100644 --- a/packages/oraiswap-v3/package.json +++ b/packages/oraiswap-v3/package.json @@ -1,6 +1,6 @@ { "name": "@oraichain/oraiswap-v3", - "version": "0.1.20-beta.2", + "version": "0.1.21", "main": "build/index.js", "files": [ "build/" @@ -12,7 +12,7 @@ "license": "MIT", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.31.0", - "@oraichain/oraidex-contracts-sdk": "1.0.53-beta.2", - "@oraichain/oraidex-common": "^1.1.21" + "@oraichain/oraidex-contracts-sdk": "^1.0.53", + "@oraichain/oraidex-common": "^1.1.23" } } diff --git a/yarn.lock b/yarn.lock index 62b8a096..7468ade6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3657,11 +3657,6 @@ resolved "https://registry.yarnpkg.com/@oraichain/immutable/-/immutable-4.3.9.tgz#ff8d5a7b39b5b01f3f72a902cffbfea32ccb20c3" integrity sha512-INpHnhL970OCkR7I71Kssb2aLl2l4Y/x8W6FlyRO0KmC8GHjxc/hlNB1t44BiI7lkOYmcWMRQoC8dwParsp1RQ== -"@oraichain/oraidex-contracts-sdk@^1.0.24", "@oraichain/oraidex-contracts-sdk@^1.0.49": - version "1.0.51" - resolved "https://registry.yarnpkg.com/@oraichain/oraidex-contracts-sdk/-/oraidex-contracts-sdk-1.0.51.tgz#395261248398a4cac15625923c4f97888115ca28" - integrity sha512-a/ajIST9JuJAB9yU/OwFhd3RjBlDPvAunMi19XSljiP4y9FLvo8Lht3KEnwELuQp1kVW1Iw1/B/S5dxmlcM4SQ== - "@oraichain/oraidex-contracts-sdk@latest": version "1.0.44" resolved "https://registry.yarnpkg.com/@oraichain/oraidex-contracts-sdk/-/oraidex-contracts-sdk-1.0.44.tgz#9ff41ec388dd92ba112c2eef545d11fd6e18c684"