Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
chore: rename topos-network to topos-protocol (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Dan <[email protected]>
  • Loading branch information
hadjiszs and sebastiendan authored Jun 28, 2023
1 parent 03450d9 commit 3937899
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: convictional/[email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sequencer-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: convictional/[email protected]
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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 3937899

Please sign in to comment.