Add Connect version & hash to Mixpanel events #1299
Annotations
7 errors and 2 warnings
Build Custom Wormhole Connect Loader
Type '(e: WormholeConnectEvent) => void' is not assignable to type 'WormholeConnectEventHandler'.
|
Build Custom Wormhole Connect Loader
Argument of type '{ type: "transfer.start"; details: { fromChain: string; txId: string; route: any; fromToken: { symbol: string; tokenId: { address: string; chain: string; }; }; toToken: { symbol: string; tokenId: { address: string; chain: string; }; }; toChain: number; }; }' is not assignable to parameter of type 'WormholeConnectEvent'.
|
Build Custom Wormhole Connect Loader
Argument of type '{ type: "transfer.success"; details: { fromChain: string; txId: string; route: any; fromToken: { symbol: string; tokenId: { address: string; chain: string; }; }; toToken: { symbol: string; tokenId: { address: string; chain: string; }; }; toChain: number; }; }' is not assignable to parameter of type 'WormholeConnectEvent'.
|
Build Custom Wormhole Connect Loader
Argument of type '{ type: "transfer.redeem.success"; details: { fromChain: string; txId: string; route: any; fromToken: { symbol: string; tokenId: { address: string; chain: string; }; }; toToken: { symbol: string; tokenId: { address: string; chain: string; }; }; toChain: number; }; }' is not assignable to parameter of type 'WormholeConnectEvent'.
|
Build Custom Wormhole Connect Loader
Argument of type '{ type: "load"; }' is not assignable to parameter of type 'WormholeConnectEvent'.
|
Build Custom Wormhole Connect Loader
Argument of type '{ type: "wallet.connect"; details: { side: any; chain: string; wallet: string; }; }' is not assignable to parameter of type 'WormholeConnectEvent'.
|
Build Custom Wormhole Connect Loader
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "build-advanced-tools", "build-docs", "build-redirects", "build-rewards-dashboard", "build-token-bridge", "build-usdc-bridge".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading