We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8558162 commit 307c025Copy full SHA for 307c025
src/platforms/icm.ts
@@ -26,6 +26,4 @@ export const stakingService = {
26
contractsRaw: [stakingContract],
27
};
28
29
-export const services = [
30
- stakingService,
31
-];
+export const services = [stakingService];
0 commit comments