@layerzerolabs/lz-evm-sdk-v2 2.0.17 → 2.0.18
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.
- package/artifacts/contracts/Executor.sol/Executor.json +2 -2
- package/artifacts/contracts/ExecutorFeeLib.sol/ExecutorFeeLib.json +18 -2
- package/artifacts/contracts/interfaces/IExecutorFeeLib.sol/IExecutorFeeLib.json +16 -0
- package/artifacts/contracts/uln/dvn/DVN.sol/DVN.json +2 -2
- package/artifacts/contracts/uln/dvn/DVNFeeLib.sol/DVNFeeLib.json +13 -2
- package/artifacts/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapter.sol/CCIPDVNAdapter.json +2 -2
- package/artifacts/contracts/uln/dvn/adapters/CCIP/CCIPDVNAdapterFeeLib.sol/CCIPDVNAdapterFeeLib.json +14 -3
- package/artifacts/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapter.sol/AxelarDVNAdapter.json +2 -2
- package/artifacts/contracts/uln/dvn/adapters/axelar/AxelarDVNAdapterFeeLib.sol/AxelarDVNAdapterFeeLib.json +13 -2
- package/artifacts/contracts/uln/interfaces/IDVNFeeLib.sol/IDVNFeeLib.json +11 -0
- package/artifacts/contracts/uln/interfaces/adapters/IAxelarDVNAdapterFeeLib.sol/IAxelarDVNAdapterFeeLib.json +11 -0
- package/artifacts/contracts/uln/interfaces/adapters/ICCIPDVNAdapterFeeLib.sol/ICCIPDVNAdapterFeeLib.json +12 -1
- package/deployments/avalanche-testnet/AxelarDVNAdapterFeeLib.json +10 -10
- package/deployments/avalanche-testnet/AxelarDVNAdapterFeeLib_Implementation.json +40 -40
- package/deployments/ethereum-sandbox-local/DVN.json +76 -76
- package/deployments/ethereum-sandbox-local/DVNFeeLib.json +23 -23
- package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +258 -0
- package/deployments/ethereum-sandbox-local/EndpointV2.json +141 -150
- package/deployments/ethereum-sandbox-local/EndpointV2View.json +435 -0
- package/deployments/ethereum-sandbox-local/EndpointV2View_Implementation.json +313 -0
- package/deployments/ethereum-sandbox-local/EndpointV2View_Proxy.json +230 -0
- package/deployments/ethereum-sandbox-local/Executor.json +86 -86
- package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +38 -33
- package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +17 -17
- package/deployments/ethereum-sandbox-local/Executor_Implementation.json +61 -61
- package/deployments/ethereum-sandbox-local/Executor_Proxy.json +66 -66
- package/deployments/ethereum-sandbox-local/LzExecutor.json +757 -0
- package/deployments/ethereum-sandbox-local/LzExecutor_Implementation.json +703 -0
- package/deployments/ethereum-sandbox-local/LzExecutor_Proxy.json +244 -0
- package/deployments/ethereum-sandbox-local/NonceContractMock.json +6 -6
- package/deployments/ethereum-sandbox-local/PriceFeed.json +18 -18
- package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +5 -5
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +44 -44
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/ethereum-sandbox-local/ReceiveUln301.json +126 -98
- package/deployments/ethereum-sandbox-local/ReceiveUln301View.json +354 -0
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Implementation.json +231 -0
- package/deployments/ethereum-sandbox-local/ReceiveUln301View_Proxy.json +230 -0
- package/deployments/ethereum-sandbox-local/ReceiveUln302.json +114 -62
- package/deployments/ethereum-sandbox-local/ReceiveUln302View.json +478 -0
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Implementation.json +384 -0
- package/deployments/ethereum-sandbox-local/ReceiveUln302View_Proxy.json +230 -0
- package/deployments/ethereum-sandbox-local/SendUln301.json +112 -112
- package/deployments/ethereum-sandbox-local/SendUln302.json +109 -109
- package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +23 -23
- package/deployments/ethereum-sandbox-local/Treasury.json +21 -21
- package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +12 -12
- package/deployments/polygon-sandbox-local/DVN.json +76 -76
- package/deployments/polygon-sandbox-local/DVNFeeLib.json +23 -23
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +258 -0
- package/deployments/polygon-sandbox-local/EndpointV2.json +141 -150
- package/deployments/polygon-sandbox-local/EndpointV2View.json +435 -0
- package/deployments/polygon-sandbox-local/EndpointV2View_Implementation.json +313 -0
- package/deployments/polygon-sandbox-local/EndpointV2View_Proxy.json +230 -0
- package/deployments/polygon-sandbox-local/Executor.json +86 -86
- package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +38 -33
- package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +17 -17
- package/deployments/polygon-sandbox-local/Executor_Implementation.json +61 -61
- package/deployments/polygon-sandbox-local/Executor_Proxy.json +66 -66
- package/deployments/polygon-sandbox-local/LzExecutor.json +757 -0
- package/deployments/polygon-sandbox-local/LzExecutor_Implementation.json +703 -0
- package/deployments/polygon-sandbox-local/LzExecutor_Proxy.json +244 -0
- package/deployments/polygon-sandbox-local/NonceContractMock.json +6 -6
- package/deployments/polygon-sandbox-local/PriceFeed.json +18 -18
- package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +5 -5
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +44 -44
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +5 -5
- package/deployments/polygon-sandbox-local/ReceiveUln301.json +126 -98
- package/deployments/polygon-sandbox-local/ReceiveUln301View.json +354 -0
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Implementation.json +231 -0
- package/deployments/polygon-sandbox-local/ReceiveUln301View_Proxy.json +230 -0
- package/deployments/polygon-sandbox-local/ReceiveUln302.json +114 -62
- package/deployments/polygon-sandbox-local/ReceiveUln302View.json +478 -0
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Implementation.json +384 -0
- package/deployments/polygon-sandbox-local/ReceiveUln302View_Proxy.json +230 -0
- package/deployments/polygon-sandbox-local/SendUln301.json +112 -112
- package/deployments/polygon-sandbox-local/SendUln302.json +109 -109
- package/deployments/polygon-sandbox-local/SimpleMessageLib.json +23 -23
- package/deployments/polygon-sandbox-local/Treasury.json +21 -21
- package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +12 -12
- package/dist/{index-htDjTX1I.d.mts → index-839VW31F.d.mts} +82 -10
- package/dist/{index-htDjTX1I.d.ts → index-839VW31F.d.ts} +82 -10
- package/dist/index.browser.cjs +108 -10
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.d.mts +1 -1
- package/dist/index.browser.d.ts +1 -1
- package/dist/index.browser.mjs +108 -10
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.cjs +108 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +108 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/lz-evm-sdk-v2",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.18",
|
|
4
4
|
"license": "LZBL-1.2",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@ethersproject/abi": "^5.7.0",
|
|
42
42
|
"@ethersproject/providers": "^5.7.0",
|
|
43
|
-
"@layerzerolabs/lz-definitions": "^2.0.
|
|
44
|
-
"@layerzerolabs/lz-evm-messagelib-v2": "^2.0.
|
|
45
|
-
"@layerzerolabs/lz-evm-oapp-v2": "^2.0.
|
|
46
|
-
"@layerzerolabs/lz-evm-protocol-v2": "^2.0.
|
|
43
|
+
"@layerzerolabs/lz-definitions": "^2.0.18",
|
|
44
|
+
"@layerzerolabs/lz-evm-messagelib-v2": "^2.0.18",
|
|
45
|
+
"@layerzerolabs/lz-evm-oapp-v2": "^2.0.18",
|
|
46
|
+
"@layerzerolabs/lz-evm-protocol-v2": "^2.0.18",
|
|
47
47
|
"@layerzerolabs/monorepo-utilities": "^0.0.0",
|
|
48
|
-
"@layerzerolabs/sdk-utilities": "^2.0.
|
|
49
|
-
"@layerzerolabs/tsup-config-next": "^2.0.
|
|
50
|
-
"@layerzerolabs/typescript-config-next": "^2.0.
|
|
48
|
+
"@layerzerolabs/sdk-utilities": "^2.0.18",
|
|
49
|
+
"@layerzerolabs/tsup-config-next": "^2.0.18",
|
|
50
|
+
"@layerzerolabs/typescript-config-next": "^2.0.18",
|
|
51
51
|
"@typechain/ethers-v5": "^10.2.1",
|
|
52
52
|
"@types/glob": "^8.1.0",
|
|
53
53
|
"@types/node": "^20.10.5",
|