@lidofinance/lido-ethereum-sdk
Version:
<div style="display: flex;" align="center"> <h1 align="center">Lido Ethereum SDK</h1> </div>
17 lines • 403 B
JavaScript
const abi = [
{
inputs: [],
name: 'getGovernance',
outputs: [
{
internalType: 'address',
name: '',
type: 'address',
},
],
stateMutability: 'view',
type: 'function',
},
];
export const emergencyProtectedTimelockAbi = abi;
//# sourceMappingURL=EmergencyProtectedTimelock.js.map