diff --git a/.github/workflows/docker_build_push.yml b/.github/workflows/docker_build_push.yml index f8b3d4c..4471730 100644 --- a/.github/workflows/docker_build_push.yml +++ b/.github/workflows/docker_build_push.yml @@ -29,7 +29,7 @@ jobs: - uses: convictional/trigger-workflow-and-wait@v1.6.1 with: - owner: topos-network + owner: topos-protocol repo: e2e-tests github_token: ${{ secrets.ROBOT_PAT_TRIGGER_E2E_WORKFLOWS }} workflow_file_name: frontend:erc20-messaging.yml diff --git a/.github/workflows/npm-package.yml b/.github/workflows/npm-package.yml index f0d5921..3bc6322 100644 --- a/.github/workflows/npm-package.yml +++ b/.github/workflows/npm-package.yml @@ -11,7 +11,7 @@ jobs: with: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - scope: '@topos-network' + scope: '@topos-protocol' - run: npm ci - run: npm run build - run: npm publish --access public diff --git a/.github/workflows/sequencer-e2e.yml b/.github/workflows/sequencer-e2e.yml index 2df21dd..0495956 100644 --- a/.github/workflows/sequencer-e2e.yml +++ b/.github/workflows/sequencer-e2e.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: convictional/trigger-workflow-and-wait@v1.6.1 with: - owner: topos-network + owner: topos-protocol repo: e2e-tests github_token: ${{ secrets.ROBOT_PAT_TRIGGER_E2E_WORKFLOWS }} workflow_file_name: topos:sequencer-contracts.yml diff --git a/package-lock.json b/package-lock.json index 6d76542..64d0aa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@topos-network/topos-smart-contracts", + "name": "@topos-protocol/topos-smart-contracts", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@topos-network/topos-smart-contracts", + "name": "@topos-protocol/topos-smart-contracts", "version": "1.0.0", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index af92348..d66760d 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "@topos-network/topos-smart-contracts", + "name": "@topos-protocol/topos-smart-contracts", "version": "1.1.2", "description": "Topos Smart Contracts", "repository": { "type": "git", - "url": "https://github.com/topos-network/topos-smart-contracts.git" + "url": "https://github.com/topos-protocol/topos-smart-contracts.git" }, "license": "MIT", "author": "Jawad Tariq ",