Skip to content

Commit

Permalink
Aug 5, 2024, 6:28 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 5, 2024
1 parent 444914f commit b267921
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/adapters/moonbeam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ import { ISubmittableResult } from "@polkadot/types/types";

import { BaseCrossChainAdapter } from "../base-chain-adapter";
import { ChainId, chains } from "../configs";
import { BalanceData, ExtendedToken, TransferParams } from "../types";
import { BalanceData, ExtendedToken, TokenData, TransferParams } from "../types";
// import { map } from "lodash";
import { map, Observable } from "rxjs";
import { BalanceAdapter, BalanceAdapterConfigs } from "../balance-adapter";
import { ApiNotFound, TokenNotFound } from "../errors";



type TokenData = ExtendedToken & { toQuery: () => string };

export const moonbeamTokensConfig: Record<string, TokenData> = {
GLMR: {
name: "GLMR",
Expand Down

0 comments on commit b267921

Please sign in to comment.