mirror of
https://github.com/pezkuwichain/pezkuwi-extension.git
synced 2026-06-14 12:11:09 +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
36 lines
1013 B
JSON
36 lines
1013 B
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-extension/issues",
|
|
"description": "Metamask compatibility layer",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-extension/tree/master/packages/extension-compat-metamask#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/extension-compat-metamask",
|
|
"repository": {
|
|
"directory": "packages/extension-compat-metamask",
|
|
"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": {
|
|
"@metamask/detect-provider": "^2.0.0",
|
|
"@pezkuwi/extension-inject": "workspace:*",
|
|
"@pezkuwi/types": "^16.5.3",
|
|
"@pezkuwi/util": "^14.0.5",
|
|
"tslib": "^2.8.1",
|
|
"web3": "^4.7.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@pezkuwi/api": "*",
|
|
"@pezkuwi/util": "*"
|
|
}
|
|
}
|