mirror of
https://github.com/pezkuwichain/pezkuwi-extension.git
synced 2026-06-13 10:31:05 +00:00
ea2db6558f
- Remove all Polkadot ecosystem networks from chain selector - Keep only: Pezkuwi Relay Chain, Zagros Relay Chain, Pezkuwi Beta Testnet - Update extension ID from polkadot-js to pezkuwi - Update PhishingDetected to use Pezkuwi branding - Update metadataMock: Westend → Zagros, WND → ZGR - Disable Ledger chains (no Pezkuwi Ledger app yet) - Update Identicon to handle pezkuwi icon theme - Clean up translation files Breaking: Extension now only supports Pezkuwi networks
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-extension/issues",
|
|
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-extension/tree/master/packages/extension-dapp#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/extension-dapp",
|
|
"repository": {
|
|
"directory": "packages/extension-dapp",
|
|
"type": "git",
|
|
"url": "https://github.com/pezkuwichain/pezkuwi-extension.git"
|
|
},
|
|
"sideEffects": [
|
|
"./packageDetect.js",
|
|
"./packageDetect.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "0.62.12",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@pezkuwi/extension-inject": "workspace:*",
|
|
"@pezkuwi/util": "^14.0.5",
|
|
"@pezkuwi/util-crypto": "^14.0.5",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@pezkuwi/dev-test": "^0.84.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@pezkuwi/api": "*",
|
|
"@pezkuwi/util": "*",
|
|
"@pezkuwi/util-crypto": "*"
|
|
}
|
|
}
|