8a829964be
* Add ag-grid * Add lazy loaded ag-grid component * Add theme context, move VegaWallet to separate lib * Fix trading app cypress configuration * Lazy load ag-grid theme css files * Encapsulate theme switch hook
8 lines
136 B
TypeScript
8 lines
136 B
TypeScript
import { RestConnector } from '@vegaprotocol/wallet';
|
|
|
|
export const rest = new RestConnector();
|
|
|
|
export const Connectors = {
|
|
rest,
|
|
};
|