carbon-js-sdk 0.5.15 → 0.5.16

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.
@@ -369,6 +369,6 @@ ETHClient.BLOCKCHAINV2_MAPPING = {
369
369
  [blockchain_1.Blockchain.Ethereum]: "Ethereum",
370
370
  [blockchain_1.Blockchain.Arbitrum]: "Arbitrum",
371
371
  [blockchain_1.Blockchain.Polygon]: "Polygon",
372
- [blockchain_1.Blockchain.Okc]: "Okc",
372
+ [blockchain_1.Blockchain.Okc]: "OKC",
373
373
  };
374
374
  exports.default = ETHClient;
@@ -84,7 +84,7 @@ export declare function parseBlockchain(value: string | null): Blockchain | null
84
84
  export declare function getChainFromID(id: number): string | undefined;
85
85
  export declare const getBlockchainFromChain: (chainId?: number | undefined) => Blockchain.Ethereum | Blockchain.BinanceSmartChain | Blockchain.Zilliqa | Blockchain.Arbitrum | Blockchain.Polygon | Blockchain.Okc | undefined;
86
86
  export declare const blockchainForChainId: (chainId?: number | undefined, network?: Network) => Blockchain | undefined;
87
- export declare const getBlockchainFromChainV2: (chainId?: number | undefined) => "Carbon" | "Ethereum" | "Binance Smart Chain" | "Arbitrum" | "Polygon" | "Okc" | "Zilliqa" | undefined;
87
+ export declare const getBlockchainFromChainV2: (chainId?: number | undefined) => "Carbon" | "Ethereum" | "Binance Smart Chain" | "Arbitrum" | "Polygon" | "Zilliqa" | "Okc" | undefined;
88
88
  export declare const blockchainForChainIdV2: (chainId?: number | undefined, network?: Network) => Blockchain | BlockchainV2 | undefined;
89
89
  export declare const EvmChains: readonly ["Ethereum", "Binance Smart Chain", "Arbitrum", "Polygon", "OKC", "Carbon"];
90
90
  export declare type EVMChain = (typeof EvmChains)[number];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-js-sdk",
3
- "version": "0.5.15",
3
+ "version": "0.5.16",
4
4
  "description": "TypeScript SDK for Carbon blockchain",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",