@tatumio/shared-core
Advanced tools
Comparing version 2.2.78 to 2.2.79
{ | ||
"name": "@tatumio/shared-core", | ||
"version": "2.2.78", | ||
"version": "2.2.79", | ||
"license": "MIT", | ||
@@ -8,3 +8,3 @@ "main": "./src/index.js", | ||
"dependencies": { | ||
"@tatumio/api-client": "2.2.78", | ||
"@tatumio/api-client": "2.2.79", | ||
"axios": "^0.26.0", | ||
@@ -11,0 +11,0 @@ "form-data": "^4.0.0", |
@@ -41,2 +41,3 @@ "use strict"; | ||
AVAX: "m/44'/60'/0'/0", | ||
OPTIMISM: "m/44'/60'/0'/0", | ||
}; | ||
@@ -43,0 +44,0 @@ exports.COMMON_TESTNET_DERIVATION_PATH = "m/44'/1'/0'/0"; |
@@ -39,2 +39,3 @@ "use strict"; | ||
AVAX: 'avalanche', | ||
OPTIMISM: 'optimism', | ||
}; | ||
@@ -41,0 +42,0 @@ const isWebWorker = typeof self === 'object' && |
@@ -31,3 +31,4 @@ export declare enum Blockchain { | ||
BASE = "BASE", | ||
AVAX = "AVAX" | ||
AVAX = "AVAX", | ||
OPTIMISM = "OPTIMISM" | ||
} | ||
@@ -37,2 +38,2 @@ export declare const EvmBasedBlockchains: Blockchain[]; | ||
export declare type BtcBasedBlockchain = typeof BtcBasedBlockchains[number]; | ||
export declare type EvmBasedBlockchain = Blockchain.ETH | Blockchain.CELO | Blockchain.BSC | Blockchain.HARMONY | Blockchain.POLYGON | Blockchain.KCS | Blockchain.KLAY | Blockchain.XDC | Blockchain.EON | Blockchain.CHILIZ | Blockchain.FLR | Blockchain.CRO | Blockchain.BASE | Blockchain.AVAX; | ||
export declare type EvmBasedBlockchain = Blockchain.ETH | Blockchain.CELO | Blockchain.BSC | Blockchain.HARMONY | Blockchain.POLYGON | Blockchain.KCS | Blockchain.KLAY | Blockchain.XDC | Blockchain.EON | Blockchain.CHILIZ | Blockchain.FLR | Blockchain.CRO | Blockchain.BASE | Blockchain.AVAX | Blockchain.OPTIMISM; |
@@ -36,2 +36,3 @@ "use strict"; | ||
Blockchain["AVAX"] = "AVAX"; | ||
Blockchain["OPTIMISM"] = "OPTIMISM"; | ||
})(Blockchain = exports.Blockchain || (exports.Blockchain = {})); | ||
@@ -50,2 +51,3 @@ exports.EvmBasedBlockchains = [ | ||
Blockchain.AVAX, | ||
Blockchain.OPTIMISM, | ||
]; | ||
@@ -52,0 +54,0 @@ // @TODO tmp solution |
@@ -54,2 +54,3 @@ "use strict"; | ||
AVAX: api_client_1.Currency.AVAX, | ||
OPTIMISM: api_client_1.Currency.OPTIMISM, | ||
}; | ||
@@ -56,0 +57,0 @@ exports.CurrencyToBlockchainMapping = buildCurrencyBlockchainMapping(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45924
693
+ Added@tatumio/api-client@2.2.79(transitive)
- Removed@tatumio/api-client@2.2.78(transitive)
Updated@tatumio/api-client@2.2.79