Skip to content

Commit

Permalink
Aug 24, 2024, 12:02 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 24, 2024
1 parent 0f0f867 commit f89b35e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/custom-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ export function getAssetRegistryObject(paraId: number, localId: string, relay: R
if(paraId == 0 && assetRegistryObject.tokenData.chain == 0){
return true
}
// console.log(JSON.stringify(assetRegistryObject.tokenData.localId).replace(/\\|"/g, ""))
return assetRegistryObject.tokenData.chain == paraId && JSON.stringify(assetRegistryObject.tokenData.localId).replace(/\\|"/g, "") == localId
})
if(asset == undefined){
Expand Down

0 comments on commit f89b35e

Please sign in to comment.