From cb37e00bb6d210c988107f833f3861ad96ed62bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Abadesso?= Date: Fri, 5 Jul 2024 13:19:47 -0300 Subject: [PATCH] refactor: use NATIVE_TOKEN_UID --- packages/hathor-rpc-handler/__tests__/mocks/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hathor-rpc-handler/__tests__/mocks/index.ts b/packages/hathor-rpc-handler/__tests__/mocks/index.ts index f7735bb..4cdaeaa 100644 --- a/packages/hathor-rpc-handler/__tests__/mocks/index.ts +++ b/packages/hathor-rpc-handler/__tests__/mocks/index.ts @@ -15,7 +15,7 @@ export const mockGetBalanceRequest: GetBalanceRpcRequest = { method: RpcMethods.GetBalance, params: { network: 'mainnet', - tokens: [constants.HATHOR_TOKEN_CONFIG.uid], + tokens: [constants.NATIVE_TOKEN_UID], }, };