diff --git a/target_chains/ethereum/entropy_sdk/solidity/abis/IEntropy.json b/target_chains/ethereum/entropy_sdk/solidity/abis/IEntropy.json index 9c20e91f77..d93cba3d45 100644 --- a/target_chains/ethereum/entropy_sdk/solidity/abis/IEntropy.json +++ b/target_chains/ethereum/entropy_sdk/solidity/abis/IEntropy.json @@ -724,7 +724,7 @@ }, { "internalType": "bytes32", - "name": "userRandomNumber", + "name": "userRevelation", "type": "bytes32" }, { diff --git a/target_chains/ethereum/entropy_sdk/solidity/abis/IEntropyConsumer.json b/target_chains/ethereum/entropy_sdk/solidity/abis/IEntropyConsumer.json index 1d3cdb83c2..b75f8bc118 100644 --- a/target_chains/ethereum/entropy_sdk/solidity/abis/IEntropyConsumer.json +++ b/target_chains/ethereum/entropy_sdk/solidity/abis/IEntropyConsumer.json @@ -8,13 +8,26 @@ }, { "internalType": "bytes32", - "name": "randomness", + "name": "randomNumber", "type": "bytes32" } ], - "name": "entropyCallback", + "name": "_entropyCallback", "outputs": [], "stateMutability": "nonpayable", "type": "function" + }, + { + "inputs": [], + "name": "entropy", + "outputs": [ + { + "internalType": "address", + "name": "", + "type": "address" + } + ], + "stateMutability": "view", + "type": "function" } ]