Skip to content

Commit

Permalink
Aug 6, 2024, 12:10 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 6, 2024
1 parent 8712daf commit 290fbab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dailyNotes/2024-08-05.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# 2024-08-05
Added token lookup by ID using local asset registry
2 changes: 1 addition & 1 deletion src/adapters/astar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { BalanceAdapter, BalanceAdapterConfigs } from "../balance-adapter";
import { BaseCrossChainAdapter } from "../base-chain-adapter";
import { ChainId, chains } from "../configs";
import { ApiNotFound, InvalidAddress, TokenNotFound } from "../errors";
import { BalanceData, ExtendedToken, TokenData, TransferParams } from "../types";
import { BalanceData, TokenData, TransferParams } from "../types";
import { validateAddress, createRouteConfigs } from "../utils";


Expand Down
2 changes: 1 addition & 1 deletion src/adapters/moonbeam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ISubmittableResult } from "@polkadot/types/types";

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

0 comments on commit 290fbab

Please sign in to comment.