Skip to content

Commit

Permalink
refactor: use NATIVE_TOKEN_UID
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabadesso committed Jul 5, 2024
1 parent fd43db2 commit cb37e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hathor-rpc-handler/__tests__/mocks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
},
};

Expand Down

0 comments on commit cb37e00

Please sign in to comment.