Skip to content

Commit

Permalink
Add scroll token names (#187)
Browse files Browse the repository at this point in the history
* 0.0.205

* Add scroll token names

---------

Co-authored-by: Tatyana Stemkovski <tanya_stemkovski@hotmail.com>
  • Loading branch information
tstemko and Tatyana Stemkovski committed Apr 17, 2024
1 parent b6a4275 commit 9c20453
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ichidao/ichi-sdk",
"version": "0.0.204",
"version": "0.0.205",
"description": "",
"main": "dist/index.js",
"module": "index.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export const tokenNameWithChainPrefix = (tokenName: TokenName | string, chainId:
return `pol_${tokenName}` as TokenTableName
case ChainId.opBNB:
return `opbnb_${tokenName}` as TokenTableName
case ChainId.Scroll:
return `scroll_${tokenName}` as TokenTableName
case ChainId.zkEVM:
return `zkevm_${tokenName}` as TokenTableName
case ChainId.zkSync:
Expand Down

0 comments on commit 9c20453

Please sign in to comment.