Skip to content

Commit

Permalink
add tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
BitHighlander committed Dec 26, 2024
1 parent ac3459d commit 6953f2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/pioneer/pioneer-react/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { SDK } from '@coinmasters/pioneer-sdk';
import { availableChainsByWallet, getChainEnumValue, WalletOption } from '@coinmasters/types';
//@ts-ignore
import { ChainToNetworkId, caipToNetworkId } from '@pioneer-platform/pioneer-caip';
import { caipToNetworkId, ChainToNetworkId } from '@pioneer-platform/pioneer-caip';
import { getPaths } from '@pioneer-platform/pioneer-coins';
import EventEmitter from 'eventemitter3';
import React, { createContext, useContext, useMemo, useReducer } from 'react';
Expand Down Expand Up @@ -120,6 +120,8 @@ export const PioneerProvider = ({ children }: { children: React.ReactNode }): JS
//@ts-ignore
dispatch({ type: WalletActions.SET_APP, payload: appInit });

appInit.getCharts();

// Set default context (pre-load for swap)
let assets_enabled = [
'eip155:1/slip44:60', // ETH
Expand Down

0 comments on commit 6953f2d

Please sign in to comment.