Skip to content

Commit

Permalink
Aug 5, 2024, 2:52 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 5, 2024
1 parent 9e79ade commit 7944093
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/balance-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export abstract class BalanceAdapter {
// If token not ibn bridge database, check for asset in our asset registry. if it exists, create a new BasicToken with the appropriate values

if (!tokenConfig) throw new TokenNotFound(token, this.chain);
// Get chain number


return tokenConfig as R;
}
Expand Down

0 comments on commit 7944093

Please sign in to comment.