c40d71e1ed
* Feat/804: Routing and basic page setup * Feat/804: Type definition for proposals - awaiting asset docs/changes * Feat/804: New proposals lib * Feat/804: Propose form and page * Feat/804: Removing dud copied unit tests for now * Feat/804: Added types for new asset proposal * feat: handle new error types returned from wallet for proposals * chore: rename lib to governance * feat: move usage of hook into form component * feat: some adjustments and test coverage * chore: tidy up, remove tailwind config Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"version": 2,
|
|
"projects": {
|
|
"accounts": "libs/accounts",
|
|
"candles-chart": "libs/candles-chart",
|
|
"cypress": "libs/cypress",
|
|
"deal-ticket": "libs/deal-ticket",
|
|
"deposits": "libs/deposits",
|
|
"environment": "libs/environment",
|
|
"explorer": "apps/explorer",
|
|
"explorer-e2e": "apps/explorer-e2e",
|
|
"fills": "libs/fills",
|
|
"governance": "libs/governance",
|
|
"market-depth": "libs/market-depth",
|
|
"market-list": "libs/market-list",
|
|
"network-info": "libs/network-info",
|
|
"network-stats": "libs/network-stats",
|
|
"orders": "libs/orders",
|
|
"positions": "libs/positions",
|
|
"react-helpers": "libs/react-helpers",
|
|
"simple-trading-app": "apps/simple-trading-app",
|
|
"simple-trading-app-e2e": "apps/simple-trading-app-e2e",
|
|
"smart-contracts": "libs/smart-contracts",
|
|
"static": "apps/static",
|
|
"stats": "apps/stats",
|
|
"stats-e2e": "apps/stats-e2e",
|
|
"tailwindcss-config": "libs/tailwindcss-config",
|
|
"token": "apps/token",
|
|
"token-e2e": "apps/token-e2e",
|
|
"trades": "libs/trades",
|
|
"trading": "apps/trading",
|
|
"trading-e2e": "apps/trading-e2e",
|
|
"types": "libs/types",
|
|
"ui-toolkit": "libs/ui-toolkit",
|
|
"wallet": "libs/wallet",
|
|
"web3": "libs/web3",
|
|
"withdraws": "libs/withdraws"
|
|
}
|
|
}
|