-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92d724e
commit 90f0c44
Showing
36 changed files
with
686 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/extension/issues", | ||
"bugs": "https://github.com/InfraBlockchain/infra-extension/issues", | ||
"engines": { | ||
"node": ">=18.14" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/extension#readme", | ||
"homepage": "https://github.com/InfraBlockchain/infra-extension#readme", | ||
"license": "Apache-2.0", | ||
"packageManager": "[email protected]", | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/polkadot-js/extension.git" | ||
"url": "https://github.com/InfraBlockchain/infra-extension.git" | ||
}, | ||
"sideEffects": false, | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/extension/issues", | ||
"bugs": "https://github.com/InfraBlockchain/infra-extension/issues", | ||
"description": "Functions, classes and other utilities used in @polkadot/extension", | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/extension/tree/master/packages/extension-base#readme", | ||
"homepage": "https://github.com/InfraBlockchain/infra-extension/tree/master/packages/extension-base#readme", | ||
"license": "Apache-2.0", | ||
"name": "@polkadot/extension-base", | ||
"repository": { | ||
"directory": "packages/extension-base", | ||
"type": "git", | ||
"url": "https://github.com/polkadot-js/extension.git" | ||
"url": "https://github.com/InfraBlockchain/infra-extension.git" | ||
}, | ||
"sideEffects": [ | ||
"./detectPackage.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/extension/issues", | ||
"bugs": "https://github.com/InfraBlockchain/infra-extension/issues", | ||
"description": "Definitions for all known chains as exposed by the extension.", | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/extension/tree/master/packages/extension-chains#readme", | ||
"homepage": "https://github.com/InfraBlockchain/infra-extension/tree/master/packages/extension-chains#readme", | ||
"license": "Apache-2.0", | ||
"name": "@polkadot/extension-chains", | ||
"repository": { | ||
"directory": "packages/extension-chains", | ||
"type": "git", | ||
"url": "https://github.com/polkadot-js/extension.git" | ||
"url": "https://github.com/InfraBlockchain/infra-extension.git" | ||
}, | ||
"sideEffects": [ | ||
"./detectPackage.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/extension/issues", | ||
"bugs": "https://github.com/InfraBlockchain/infra-extension/issues", | ||
"description": "Metamask compatibility layer", | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/extension/tree/master/packages/extension-compat-metamask#readme", | ||
"homepage": "https://github.com/InfraBlockchain/infra-extension/tree/master/packages/extension-compat-metamask#readme", | ||
"license": "Apache-2.0", | ||
"name": "@polkadot/extension-compat-metamask", | ||
"repository": { | ||
"directory": "packages/extension-compat-metamask", | ||
"type": "git", | ||
"url": "https://github.com/polkadot-js/extension.git" | ||
"url": "https://github.com/InfraBlockchain/infra-extension.git" | ||
}, | ||
"sideEffects": [ | ||
"./detectPackage.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/extension/issues", | ||
"bugs": "https://github.com/InfraBlockchain/infra-extension/issues", | ||
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.", | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/extension/tree/master/packages/extension-dapp#readme", | ||
"homepage": "https://github.com/InfraBlockchain/infra-extension/tree/master/packages/extension-dapp#readme", | ||
"license": "Apache-2.0", | ||
"name": "@polkadot/extension-dapp", | ||
"repository": { | ||
"directory": "packages/extension-dapp", | ||
"type": "git", | ||
"url": "https://github.com/polkadot-js/extension.git" | ||
"url": "https://github.com/InfraBlockchain/infra-extension.git" | ||
}, | ||
"sideEffects": [ | ||
"./detectPackage.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/extension/issues", | ||
"bugs": "https://github.com/InfraBlockchain/infra-extension/issues", | ||
"description": "A generic injector (usable to any extension), that populates the base exposed interfaces to be used by dapps.", | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/extension/tree/master/packages/extension-inject#readme", | ||
"homepage": "https://github.com/InfraBlockchain/infra-extension/tree/master/packages/extension-inject#readme", | ||
"license": "Apache-2.0", | ||
"name": "@polkadot/extension-inject", | ||
"repository": { | ||
"directory": "packages/extension-inject", | ||
"type": "git", | ||
"url": "https://github.com/polkadot-js/extension.git" | ||
"url": "https://github.com/InfraBlockchain/infra-extension.git" | ||
}, | ||
"sideEffects": true, | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/extension/issues", | ||
"bugs": "https://github.com/InfraBlockchain/infra-extension/issues", | ||
"description": "Definitions for all known chains as exposed by the extension.", | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/extension/tree/master/packages/extension-mocks#readme", | ||
"homepage": "https://github.com/InfraBlockchain/infra-extension/tree/master/packages/extension-mocks#readme", | ||
"license": "Apache-2.0", | ||
"name": "@polkadot/extension-mocks", | ||
"repository": { | ||
"directory": "packages/extension-mocks", | ||
"type": "git", | ||
"url": "https://github.com/polkadot-js/extension.git" | ||
"url": "https://github.com/InfraBlockchain/infra-extension.git" | ||
}, | ||
"sideEffects": false, | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"author": "Jaco Greeff <[email protected]>", | ||
"bugs": "https://github.com/polkadot-js/extension/issues", | ||
"bugs": "https://github.com/InfraBlockchain/infra-extension/issues", | ||
"description": "A sample signer extension for the @polkadot/api", | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"homepage": "https://github.com/polkadot-js/extension/tree/master/packages/extension-ui#readme", | ||
"homepage": "https://github.com/InfraBlockchain/infra-extension/tree/master/packages/extension-ui#readme", | ||
"license": "Apache-2.0", | ||
"name": "@polkadot/extension-ui", | ||
"repository": { | ||
"directory": "packages/extension-ui", | ||
"type": "git", | ||
"url": "https://github.com/polkadot-js/extension.git" | ||
"url": "https://github.com/InfraBlockchain/infra-extension.git" | ||
}, | ||
"sideEffects": true, | ||
"type": "module", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.