@layerzerolabs/lz-evm-sdk-v1 1.5.15 → 1.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.
- package/artifacts/contracts/Endpoint.sol/Endpoint.json +2 -2
- package/artifacts/contracts/NonceContract.sol/NonceContract.json +2 -2
- package/artifacts/contracts/PriceFeed.sol/PriceFeed.json +2 -2
- package/artifacts/contracts/Relayer.sol/Relayer.json +2 -2
- package/artifacts/contracts/RelayerV2.sol/RelayerV2.json +2 -2
- package/artifacts/contracts/UltraLightNode.sol/UltraLightNode.json +2 -2
- package/artifacts/contracts/UltraLightNodeV2.sol/UltraLightNodeV2.json +2 -2
- package/artifacts/contracts/proof/FPValidator.sol/FPValidator.json +2 -2
- package/artifacts/contracts/proof/MPTValidator.sol/MPTValidator.json +2 -2
- package/artifacts/contracts/proof/MPTValidator01.sol/MPTValidator01.json +2 -2
- package/artifacts/contracts/proof/MPTValidatorStgV3.sol/MPTValidatorStgV3.json +2 -2
- package/artifacts/contracts/proof/MPTValidatorV2.sol/MPTValidatorV2.json +2 -2
- package/artifacts/contracts/proof/MPTValidatorV4.sol/MPTValidatorV4.json +2 -2
- package/artifacts/contracts/proof/MPTValidatorV5.sol/MPTValidatorV5.json +2 -2
- package/artifacts/contracts/proof/utility/Buffer.sol/Buffer.json +2 -2
- package/artifacts/contracts/proof/utility/LayerZeroPacket.sol/LayerZeroPacket.json +2 -2
- package/artifacts/contracts/proof/utility/RLPDecode.sol/RLPDecode.json +2 -2
- package/artifacts/contracts/proof/utility/UltraLightNodeEVMDecoder.sol/UltraLightNodeEVMDecoder.json +2 -2
- package/deployments/ethereum-sandbox-local/DefaultProxyAdmin.json +273 -0
- package/deployments/ethereum-sandbox-local/Endpoint.json +1282 -0
- package/deployments/ethereum-sandbox-local/FPValidator.json +382 -0
- package/deployments/ethereum-sandbox-local/MPTValidator01.json +395 -0
- package/deployments/ethereum-sandbox-local/NonceContract.json +159 -0
- package/deployments/ethereum-sandbox-local/PriceFeed.json +760 -0
- package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +776 -0
- package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +233 -0
- package/deployments/ethereum-sandbox-local/RelayerV2.json +1169 -0
- package/deployments/ethereum-sandbox-local/RelayerV2_Implementation.json +1270 -0
- package/deployments/ethereum-sandbox-local/RelayerV2_Proxy.json +245 -0
- package/deployments/ethereum-sandbox-local/TreasuryV2.json +458 -0
- package/deployments/ethereum-sandbox-local/UltraLightNodeV2.json +1816 -0
- package/deployments/polygon-sandbox-local/DefaultProxyAdmin.json +273 -0
- package/deployments/polygon-sandbox-local/Endpoint.json +1282 -0
- package/deployments/polygon-sandbox-local/FPValidator.json +382 -0
- package/deployments/polygon-sandbox-local/MPTValidator01.json +395 -0
- package/deployments/polygon-sandbox-local/NonceContract.json +159 -0
- package/deployments/polygon-sandbox-local/PriceFeed.json +760 -0
- package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +776 -0
- package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +233 -0
- package/deployments/polygon-sandbox-local/RelayerV2.json +1169 -0
- package/deployments/polygon-sandbox-local/RelayerV2_Implementation.json +1270 -0
- package/deployments/polygon-sandbox-local/RelayerV2_Proxy.json +245 -0
- package/deployments/polygon-sandbox-local/TreasuryV2.json +458 -0
- package/deployments/polygon-sandbox-local/UltraLightNodeV2.json +1816 -0
- package/package.json +3 -3
- package/artifacts/contracts/messagelib-e2/MessageLibBase.sol/MessageLibBase.json +0 -886
- package/artifacts/contracts/messagelib-e2/interfaces/ILayerZeroRelayer.sol/ILayerZeroRelayer.json +0 -79
- package/artifacts/contracts/messagelib-e2/interfaces/ILayerZeroTreasury.sol/ILayerZeroTreasury.json +0 -45
- package/artifacts/contracts/messagelib-e2/interfaces/IMessageLib.sol/IMessageLib.json +0 -319
- package/artifacts/contracts/messagelib-e2/interfaces/IPacket.sol/IPacket.json +0 -10
- package/artifacts/contracts/messagelib-e2/libs/BytesLib.sol/BytesLib.json +0 -10
- package/artifacts/contracts/messagelib-e2/libs/Options.sol/Options.json +0 -63
- package/artifacts/contracts/messagelib-e2/libs/PacketV1Codec.sol/PacketV1Codec.json +0 -10
- package/artifacts/contracts/messagelib-e2/libs/RelayerOptions.sol/RelayerOptions.json +0 -76
- package/artifacts/contracts/messagelib-e2/libs/TreasuryOptions.sol/TreasuryOptions.json +0 -37
- package/artifacts/contracts/messagelib-e2/uln/UlnConfig.sol/UlnConfig.json +0 -356
- package/artifacts/contracts/messagelib-e2/uln/UltraLightNode301.sol/UltraLightNode301.json +0 -1381
- package/artifacts/contracts/messagelib-e2/uln/interfaces/ILayerZeroOracle.sol/ILayerZeroOracle.json +0 -79
- package/artifacts/contracts/messagelib-e2/uln/libs/OracleOptions.sol/OracleOptions.json +0 -24
package/artifacts/contracts/messagelib-e2/uln/interfaces/ILayerZeroOracle.sol/ILayerZeroOracle.json
DELETED
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "ILayerZeroOracle",
|
|
4
|
-
"sourceName": "contracts/messagelib-e2/uln/interfaces/ILayerZeroOracle.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"inputs": [
|
|
8
|
-
{
|
|
9
|
-
"internalType": "uint32",
|
|
10
|
-
"name": "_dstEid",
|
|
11
|
-
"type": "uint32"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"internalType": "uint64",
|
|
15
|
-
"name": "_outboundBlockConfirmation",
|
|
16
|
-
"type": "uint64"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"internalType": "address",
|
|
20
|
-
"name": "_sender",
|
|
21
|
-
"type": "address"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"internalType": "bytes",
|
|
25
|
-
"name": "_options",
|
|
26
|
-
"type": "bytes"
|
|
27
|
-
}
|
|
28
|
-
],
|
|
29
|
-
"name": "assignJob",
|
|
30
|
-
"outputs": [
|
|
31
|
-
{
|
|
32
|
-
"internalType": "uint256",
|
|
33
|
-
"name": "price",
|
|
34
|
-
"type": "uint256"
|
|
35
|
-
}
|
|
36
|
-
],
|
|
37
|
-
"stateMutability": "payable",
|
|
38
|
-
"type": "function"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"inputs": [
|
|
42
|
-
{
|
|
43
|
-
"internalType": "uint32",
|
|
44
|
-
"name": "_dstEid",
|
|
45
|
-
"type": "uint32"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"internalType": "uint64",
|
|
49
|
-
"name": "_outboundBlockConfirmation",
|
|
50
|
-
"type": "uint64"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"internalType": "address",
|
|
54
|
-
"name": "_sender",
|
|
55
|
-
"type": "address"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"internalType": "bytes",
|
|
59
|
-
"name": "_options",
|
|
60
|
-
"type": "bytes"
|
|
61
|
-
}
|
|
62
|
-
],
|
|
63
|
-
"name": "getFee",
|
|
64
|
-
"outputs": [
|
|
65
|
-
{
|
|
66
|
-
"internalType": "uint256",
|
|
67
|
-
"name": "price",
|
|
68
|
-
"type": "uint256"
|
|
69
|
-
}
|
|
70
|
-
],
|
|
71
|
-
"stateMutability": "view",
|
|
72
|
-
"type": "function"
|
|
73
|
-
}
|
|
74
|
-
],
|
|
75
|
-
"bytecode": "0x",
|
|
76
|
-
"deployedBytecode": "0x",
|
|
77
|
-
"linkReferences": {},
|
|
78
|
-
"deployedLinkReferences": {}
|
|
79
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_format": "hh-sol-artifact-1",
|
|
3
|
-
"contractName": "OracleOptions",
|
|
4
|
-
"sourceName": "contracts/messagelib-e2/uln/libs/OracleOptions.sol",
|
|
5
|
-
"abi": [
|
|
6
|
-
{
|
|
7
|
-
"inputs": [],
|
|
8
|
-
"name": "WORKER_ID",
|
|
9
|
-
"outputs": [
|
|
10
|
-
{
|
|
11
|
-
"internalType": "uint16",
|
|
12
|
-
"name": "",
|
|
13
|
-
"type": "uint16"
|
|
14
|
-
}
|
|
15
|
-
],
|
|
16
|
-
"stateMutability": "view",
|
|
17
|
-
"type": "function"
|
|
18
|
-
}
|
|
19
|
-
],
|
|
20
|
-
"bytecode": "0x6090610024600b82828239805160001a607314601757fe5b30600052607381538281f3fe730000000000000000000000000000000000000000301460806040526004361060335760003560e01c8063806699c0146038575b600080fd5b603e6055565b6040805161ffff9092168252519081900360200190f35b60028156fea2646970667358221220bd0025ed40edf18decb236c92fb1ff21e7c0365f79e11095fa91b36a1c2eeafa64736f6c63430007060033",
|
|
21
|
-
"deployedBytecode": "0x730000000000000000000000000000000000000000301460806040526004361060335760003560e01c8063806699c0146038575b600080fd5b603e6055565b6040805161ffff9092168252519081900360200190f35b60028156fea2646970667358221220bd0025ed40edf18decb236c92fb1ff21e7c0365f79e11095fa91b36a1c2eeafa64736f6c63430007060033",
|
|
22
|
-
"linkReferences": {},
|
|
23
|
-
"deployedLinkReferences": {}
|
|
24
|
-
}
|