@1delta/margin-fetcher 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47,7 +47,7 @@ export function getAssetMeta(chainId, asset) {
47
47
  * @returns SupportedAsset
48
48
  */
49
49
  export const toOracleKey = (a) => {
50
- return a?.toUpperCase();
50
+ return a;
51
51
  };
52
52
  export const toGenericPriceKey = (assetAddress, chainId) => {
53
53
  return chainId + "-" + assetAddress;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1delta/margin-fetcher",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",