mirror of
https://github.com/uniwhale-io/pyth-crosschain.git
synced 2026-01-12 22:45:37 +08:00
* Move lerna to the top * Set version to independent Packages are versioned independently * Update packages and the lock * Add build cache and better reference * Add lerna docker base * Add wormhole_attester sdk and some minor impr * Update tsconfig to fix outDir impact by composite * Update eth package * Update p2w to use solidity-sdk * Change xc-admin CI to lerna CI action * Add more packages to the list + bugfixes * Update dockerfiles to have tilt working * Format the code * Fix some issues * Fix the change of usePyth.ts * lerna build fix * Fix foundry
6 lines
117 B
JSON
6 lines
117 B
JSON
{
|
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
|
"useWorkspaces": true,
|
|
"version": "independent"
|
|
}
|