From 0e0cd34fffc6fc4be66baa3a92f58806b348607d Mon Sep 17 00:00:00 2001 From: Geoff Lee <11830048+Vritra4@users.noreply.github.com> Date: Wed, 20 Jul 2022 16:31:14 +0900 Subject: [PATCH] chore fix --- src/client/lcd/api/FeeGrantAPI.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client/lcd/api/FeeGrantAPI.ts b/src/client/lcd/api/FeeGrantAPI.ts index 40b356d81..a4d8a6947 100644 --- a/src/client/lcd/api/FeeGrantAPI.ts +++ b/src/client/lcd/api/FeeGrantAPI.ts @@ -65,6 +65,9 @@ export class FeeGrantAPI extends BaseAPI { }[]; pagination: Pagination; }> { + if (this.lcd.config.isClassic) { + throw new Error('Not supported for the network'); + } return this.c .get<{ allowances: {