Skip to content

Commit

Permalink
feat: Removed balance checker for quai native tokens and replaced Set…
Browse files Browse the repository at this point in the history
… on Array in activeSubscriptions
  • Loading branch information
MichaelKostroma authored and ArtemBurakov committed Oct 24, 2024
1 parent 1db97b5 commit 936a503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background/services/chain/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
AssetTransfer,
SmartContractFungibleAsset,
} from "../../assets"
import { HOUR, MAILBOX_CONTRACT_ADDRESS, MINUTE, QI, QUAI } from "../../constants"
import { HOUR, MAILBOX_CONTRACT_ADDRESS, MINUTE, QI } from "../../constants"
import PreferenceService from "../preferences"
import { ServiceCreatorFunction, ServiceLifecycleEvents } from "../types"
import { ChainDatabase, initializeChainDatabase } from "./db"
Expand Down

0 comments on commit 936a503

Please sign in to comment.