mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-23 04:47:55 +00:00
971df8edba
- Remove all 3rd party parachain configurations from endpoints: - productionRelayPolkadot.ts: Keep only system parachains - productionRelayDicle.ts: Keep only system parachains - testingRelayZagros.ts: Keep only system parachains - testingRelayTeyrChain.ts: Keep only system parachains - Update domain references: - polkadot.js.org → pezkuwichain.app - wiki.polkadot.network → wiki.pezkuwichain.io - dotapps.io → pezkuwichain.app - statement.polkadot.network → docs.pezkuwichain.io/statement - support.polkadot.network → docs.pezkuwichain.io - Update repository references: - github.com/pezkuwi-js/apps → github.com/pezkuwichain/pwap - Rename system parachains to Pezkuwi ecosystem: - PolkadotAssetHub → PezkuwiAssetHub - polkadotBridgeHub → pezkuwiBridgeHub - polkadotCollectives → pezkuwiCollectives - polkadotCoretime → pezkuwiCoretime - polkadotPeople → pezkuwiPeople - Update network name in claims utility: - Polkadot → Pezkuwi
37 lines
962 B
JSON
37 lines
962 B
JSON
{
|
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-web-app-projects/issues",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-web-app-projects/tree/master/packages/react-api#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/react-api",
|
|
"private": true,
|
|
"repository": {
|
|
"directory": "packages/react-api",
|
|
"type": "git",
|
|
"url": "https://github.com/pezkuwichain/pezkuwi-web-app-projects.git"
|
|
},
|
|
"sideEffects": true,
|
|
"type": "module",
|
|
"version": "0.168.2-0-x",
|
|
"browser": {
|
|
"fs": false,
|
|
"path": false
|
|
},
|
|
"dependencies": {
|
|
"@pezkuwi/api": "^16.5.6",
|
|
"@pezkuwi/extension-compat-metamask": "^0.62.10",
|
|
"@pezkuwi/extension-dapp": "^0.62.11",
|
|
"@pezkuwi/extension-inject": "^0.62.14",
|
|
"@pezkuwi/rpc-provider": "^16.5.6",
|
|
"fflate": "^0.8.1",
|
|
"rxjs": "^7.8.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-is": "*"
|
|
}
|
|
}
|