mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 06:47:59 +00:00
a7c8322837
* Support Charred Cherry * Update endpoint to old version * chainId -> networkId, unit -> tokenSymbol * decimals -> tokenDecimals * Bump deps * Update PoC-3 network description * Bump deps
15 lines
206 B
JSON
15 lines
206 B
JSON
{
|
|
"lerna": "2.11.0",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"allowBranch": "master"
|
|
}
|
|
},
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "0.24.0"
|
|
}
|