Skip to content

Commit

Permalink
chore: rename topos-network to topos-protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
hadjiszs authored and sebastiendan committed Jun 28, 2023
1 parent 03450d9 commit 495ce91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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
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 495ce91

Please sign in to comment.