Skip to content

Commit

Permalink
Aug 5, 2024, 6:19 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 5, 2024
1 parent 3f8d084 commit 5cb7f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/balance-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export abstract class BalanceAdapter {

// get asset registry object by chain and id
let assetRegistryObject = getAssetRegistryObject(paraId, tokenId, relay)
tokenConfig = createBasicTokenFromAsset(assetRegistryObject)
// tokenConfig = createBasicTokenFromAsset(assetRegistryObject)

// Will throw AssetObjectNotFound error if not found
}
Expand Down

0 comments on commit 5cb7f9b

Please sign in to comment.