Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Sep 25, 2023
1 parent fb02c0d commit fddca77
Show file tree
Hide file tree
Showing 2 changed files with 1,065 additions and 469 deletions.
8 changes: 4 additions & 4 deletions packages/sdk-ts/src/core/utils/Denom/DenomClientSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ export class DenomClientSync {
return this.tokenFactory.toToken(denom)
}

getTokenMetaDataBySymbol(symbol: string): TokenMeta | undefined {
return this.tokenMetaUtils.getMetaBySymbol(symbol)
}

getTokenMetaDataByAddress(address: string): TokenMeta | undefined {
return this.tokenMetaUtils.getMetaByAddress(address)
}

getTokenMetaDataBySymbol(symbol: string): TokenMeta | undefined {
return this.tokenMetaUtils.getMetaBySymbol(symbol)
}

getTokenMetaDataByName(name: string): TokenMeta | undefined {
return this.tokenMetaUtils.getMetaByName(name)
}
Expand Down
Loading

0 comments on commit fddca77

Please sign in to comment.