Skip to content

Commit

Permalink
Merge pull request #170 from ElrondNetwork/extract-providers
Browse files Browse the repository at this point in the history
Extract remaining dapp / signing providers to separate repositories
  • Loading branch information
andreibancioiu authored Apr 1, 2022
2 parents ffe7cca + 5aa33ad commit 049e92d
Show file tree
Hide file tree
Showing 12 changed files with 4,562 additions and 8,496 deletions.
12,057 changes: 4,558 additions & 7,499 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 4 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
"author": "ElrondNetwork",
"license": "GPL-3.0-or-later",
"dependencies": {
"@babel/runtime": "7.11.2",
"@walletconnect/client": "1.6.5",
"abort-controller": "3.0.0",
"axios": "0.24.0",
"bech32": "1.1.4",
Expand All @@ -38,29 +36,24 @@
"json-bigint": "1.0.0",
"json-duplicate-key-handle": "1.0.0",
"keccak": "^3.0.1",
"protobufjs": "6.10.2",
"qs": "6.10.1"
"protobufjs": "6.10.2"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@elrondnetwork/erdjs-walletcore": "1.0.0",
"@types/assert": "1.4.6",
"@types/chai": "4.2.11",
"@types/mocha": "7.0.2",
"@types/mocha": "9.1.0",
"@types/node": "13.13.2",
"@types/protobufjs": "6.0.0",
"@types/qs": "6.9.7",
"assert": "2.0.0",
"babelify": "^10.0.0",
"browserify": "17.0.0",
"chai": "4.2.0",
"esmify": "2.1.1",
"mocha": "7.1.1",
"mocha": "9.2.2",
"tinyify": "3.0.0",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typedoc": "0.20.36",
"typedoc": "0.22.13",
"typescript": "4.1.2"
}
}
23 changes: 0 additions & 23 deletions src/dapp/constants.ts

This file was deleted.

9 changes: 0 additions & 9 deletions src/dapp/dom.ts

This file was deleted.

183 changes: 0 additions & 183 deletions src/dapp/extensionProvider.ts

This file was deleted.

10 changes: 0 additions & 10 deletions src/dapp/index.ts

This file was deleted.

23 changes: 0 additions & 23 deletions src/dapp/interface.ts

This file was deleted.

Loading

0 comments on commit 049e92d

Please sign in to comment.