Skip to content

Commit

Permalink
feat(evm-provider): remove evm-provider dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz committed Oct 20, 2022
1 parent 19d6bb4 commit f06a657
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 164 deletions.
1 change: 0 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"@gitcoin/passport-database-client": "^1.0.0",
"@gitcoin/passport-identity": "^1.0.0",
"@gitcoin/passport-types": "^1.0.0",
"@gitcoin/passport-evm-providers": "^1.0.0",
"@gitcoin/passport-platforms": "^1.0.0",
"@self.id/framework": "0.3.3",
"@web3-onboard/core": "^2.3.2",
Expand Down
9 changes: 0 additions & 9 deletions evm-providers/.eslintignore

This file was deleted.

49 changes: 0 additions & 49 deletions evm-providers/.eslintrc.js

This file was deleted.

25 changes: 0 additions & 25 deletions evm-providers/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions evm-providers/.prettierignore

This file was deleted.

3 changes: 0 additions & 3 deletions evm-providers/.prettierrc.js

This file was deleted.

Empty file removed evm-providers/README.md
Empty file.
7 changes: 0 additions & 7 deletions evm-providers/jest.config.js

This file was deleted.

36 changes: 0 additions & 36 deletions evm-providers/package.json

This file was deleted.

20 changes: 0 additions & 20 deletions evm-providers/tsconfig.json

This file was deleted.

1 change: 0 additions & 1 deletion iam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"dependencies": {
"@gitcoin/passport-identity": "^1.0.0",
"@gitcoin/passport-types": "^1.0.0",
"@gitcoin/passport-evm-providers": "^1.0.0",
"@gitcoin/passport-platforms": "^1.0.0",
"@spruceid/didkit-wasm-node": "^0.2.1",
"axios": "^0.27.2",
Expand Down
1 change: 0 additions & 1 deletion iam/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {
CredentialResponseBody,
ProviderContext,
} from "@gitcoin/passport-types";
// import { EnsProvider } from "@gitcoin/passport-evm-providers/dist/commonjs/src/index";

import { getChallenge } from "./utils/challenge";

Expand Down
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"schemas",
"types",
"signer",
"evm-providers",
"platforms"
],
"command": {
Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"database-client",
"iam",
"identity",
"evm-providers",
"schemas",
"types",
"signer",
Expand All @@ -34,12 +33,11 @@
"test:app": "yarn workspace @gitcoin/passport-app test",
"test:identity": "yarn workspace @gitcoin/passport-identity test",
"prettier": "lerna run prettier",
"build": "yarn build:identity && yarn build:database-client && yarn build:iam && yarn build:app && yarn build:evm-providers && yarn build:platforms",
"build": "yarn build:identity && yarn build:database-client && yarn build:iam && yarn build:app && yarn build:platforms",
"build:database-client": "yarn workspace @gitcoin/passport-database-client build",
"build:identity": "yarn workspace @gitcoin/passport-identity build",
"build:iam": "yarn workspace @gitcoin/passport-iam build",
"build:app": "yarn workspace @gitcoin/passport-app build",
"build:evm-providers": "yarn workspace @gitcoin/passport-evm-providers build",
"build:platforms": "yarn workspace @gitcoin/passport-platforms build",
"start": "concurrently --kill-others \"yarn start:iam\" \"yarn start:app\" \"yarn start:signer\"",
"start:iam": "yarn workspace @gitcoin/passport-iam start",
Expand All @@ -52,10 +50,9 @@
"iam": "yarn workspace @gitcoin/passport-iam",
"identity": "yarn workspace @gitcoin/passport-identity",
"types": "yarn workspace @gitcoin/passport-types",
"evm-providers": "yarn workspace @gitcoin/passport-identity",
"prestart": "yarn build:identity && yarn build:database-client && yarn build:evm-providers && yarn build:platforms",
"prestart": "yarn build:identity && yarn build:database-client && yarn build:iam && yarn build:platforms",
"pretest": "yarn build:identity && yarn build:database-client",
"postinstall": "yarn build:identity && yarn build:database-client && yarn build:evm-providers",
"postinstall": "yarn build:identity && yarn build:database-client && yarn build:iam && yarn build:platforms",
"test:ceramic-integration": "yarn workspace @gitcoin/passport-database-client test:integration"
},
"engines": {
Expand Down

0 comments on commit f06a657

Please sign in to comment.