diff --git a/src/pages/resources/resources.ts b/src/pages/resources/resources.ts index edef9b1a..7b24faf9 100644 --- a/src/pages/resources/resources.ts +++ b/src/pages/resources/resources.ts @@ -1,15 +1,15 @@ -import { derived, Readable } from 'svelte/store' -import { Int64, API, Asset } from '@greymass/eosio' -import { Resources, SampleUsage, PowerUpState, RAMState, REXState } from '@greymass/eosio-resources' -import { activeBlockchain } from '~/store' -import { BNPrecision } from '@greymass/eosio-resources' +import {derived, Readable} from 'svelte/store' +import {Int64, API, Asset} from '@greymass/eosio' +import {Resources, SampleUsage, PowerUpState, RAMState, REXState} from '@greymass/eosio-resources' +import {activeBlockchain} from '~/store' +import {BNPrecision} from '@greymass/eosio-resources' -import { getClient } from '../../api-client' -import { ChainConfig, ChainFeatures, resourceFeatures } from '~/config' +import {getClient} from '../../api-client' +import {ChainConfig, ChainFeatures, resourceFeatures} from '~/config' const getResourceClient = (chain: ChainConfig) => { const api = getClient(chain) - const options: any = { api } + const options: any = {api} if (chain.resourceSampleAccount) { options.sampleAccount = chain.resourceSampleAccount }