d8bf887245
* delete token version of vega wallet serivce * update use-user-vote to use new wallet service * remove typo * add further types for transaction submissions, add assets to withdraw page query * update api client package to get generated types, adjust render logic of withdrawals page * fix withdrawals list rendering * update determine id function to not use nodejs buffer * update service api client so it accepts new tx types * remove stray logs and formatting * make filtering erc20 assets the responsibility of the withdraw/deposit lib and not the app * remove sha3 dep and use js-sha3 and ethers to determine ids * use hook for fetching withdrawals form lib, add type policy to ensure withdrawal state is updated correctly * fix: markets page feature
8 lines
287 B
TypeScript
8 lines
287 B
TypeScript
export * from './lib/withdraw-form';
|
|
export * from './lib/withdraw-manager';
|
|
export * from './lib/withdrawals-table';
|
|
export * from './lib/use-complete-withdraw';
|
|
export * from './lib/use-withdraw';
|
|
export * from './lib/use-withdrawals';
|
|
export * from './lib/__generated__/Withdrawals';
|