diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 05e54738..11c88442 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,11 +46,11 @@ jobs: with: node-version: 16 registry-url: https://npm.pkg.github.com/ - scope: '@gnosis.pm' + scope: "@gnosis-guild" - run: yarn - run: yarn build - run: yarn build:sdk - - run: echo registry=https://npm.pkg.github.com/gnosis.pm >> .npmrc + - run: echo registry=https://npm.pkg.github.com/gnosis-guild >> .npmrc - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}} diff --git a/.vscode/settings.json b/.vscode/settings.json index 6d15194d..7ff2b14a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,6 +4,6 @@ "typescript.tsdk": "node_modules/typescript/lib", "typescript.enablePromptUseWorkspaceTsdk": true, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, } \ No newline at end of file diff --git a/README.md b/README.md index 914120e4..fc6db37d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The Zodiac open standard consists of Avatars, Modules, Modifiers, and Guards arc ### Installation ```bash -yarn add @gnosis.pm/zodiac +yarn add @gnosis-guild/zodiac ``` ### Usage @@ -43,11 +43,12 @@ Once installed, you can use the contracts in the library by importing them to yo ```solidity pragma solidity ^0.8.6; -import "@gnosis.pm/zodiac/contracts/core/Module.sol"; +import "@gnosis-guild/zodiac/contracts/core/Module.sol"; contract MyModule is Module { /// insert your code here } + ``` ### Zodiac compliant tools diff --git a/package.json b/package.json index 110c57e2..e2512ecf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@gnosis.pm/zodiac", + "name": "@gnosis-guild/zodiac", "version": "4.0.3", "description": "Zodiac is a composable design philosophy and collection of standards for building DAO ecosystem tooling.", "author": "Auryn Macmillan ", @@ -95,4 +95,4 @@ "@openzeppelin/contracts-upgradeable": "^5.0.0", "ethers": "^6.9.2" } -} +} \ No newline at end of file