@layerzerolabs/evm-sdks-core
Advanced tools
Comparing version 2.3.7 to 2.3.8
# @layerzerolabs/evm-sdks-core | ||
## 2.3.8 | ||
### Patch Changes | ||
- e0f5d04: deploy contracts to Ebi mainnet | ||
## 2.3.7 | ||
@@ -4,0 +10,0 @@ |
import { utils } from 'ethers'; | ||
type LayerZeroParsedError = { | ||
interface LayerZeroParsedError { | ||
message: string; | ||
@@ -8,9 +8,9 @@ name: string; | ||
args: FormattedErrorArg[]; | ||
}; | ||
} | ||
type Abi = ConstructorParameters<typeof utils.Interface>[0]; | ||
type FormattedErrorArg = { | ||
interface FormattedErrorArg { | ||
param: string | null; | ||
type: string; | ||
value: string; | ||
}; | ||
} | ||
declare class LayerZeroContractError extends Error implements Error { | ||
@@ -17,0 +17,0 @@ args: FormattedErrorArg[]; |
{ | ||
"name": "@layerzerolabs/evm-sdks-core", | ||
"version": "2.3.7", | ||
"version": "2.3.8", | ||
"license": "BUSL-1.1", | ||
@@ -26,4 +26,4 @@ "exports": { | ||
"devDependencies": { | ||
"@layerzerolabs/tsup-config-next": "^2.3.7", | ||
"@layerzerolabs/typescript-config-next": "^2.3.7", | ||
"@layerzerolabs/tsup-config-next": "^2.3.8", | ||
"@layerzerolabs/typescript-config-next": "^2.3.8", | ||
"@types/jest": "^29.5.10", | ||
@@ -30,0 +30,0 @@ "@types/node": "^20.10.5", |
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
21019