Skip to content

Commit

Permalink
Merge pull request #145 from clober-dex/version/0.0.91
Browse files Browse the repository at this point in the history
version up to 0.0.91
  • Loading branch information
Dorvin authored Dec 8, 2024
2 parents 1be6838 + 0823f8d commit 23eb2b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 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": "@clober/v2-sdk",
"version": "0.0.90",
"version": "0.0.91",
"description": "🛠 An SDK for building applications on top of Clober V2",
"files": [
"dist"
Expand Down
7 changes: 1 addition & 6 deletions src/utils/currency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,7 @@ export const fetchCurrencyMap = async (
},
),
...uncachedCurrencies,
[zeroAddress as `0x${string}`]: {
address: zeroAddress,
name: 'Ethereum',
symbol: 'ETH',
decimals: 18,
} as Currency,
[zeroAddress as `0x${string}`]: NATIVE_CURRENCY[chainId],
}
}

Expand Down

0 comments on commit 23eb2b7

Please sign in to comment.