diff --git a/LICENSE.md b/LICENSE.md index 261eeb9e..cdb071fc 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2024 Onchain Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/PLUGIN_SPECIFICATION.md b/PLUGIN_SPECIFICATION.md index ee6e60c1..08dd0195 100644 --- a/PLUGIN_SPECIFICATION.md +++ b/PLUGIN_SPECIFICATION.md @@ -4,15 +4,15 @@ Smart contracts covered by this plugin are: -| Network | Version | Smart Contract | Address | -| -------------------- | ------- | -------------- | ------------------------------------------------ | -| Lisk Sepolia Testnet | - | TokenClaim | `0x3D4190b08E3E30183f5AdE3A116f2534Ee3a4f94` | -| Lisk Sepolia Testnet | - | Reward | `0xFd322B4724C497E59D48fff8f79c16b4D48837f5` | -| Lisk Sepolia Testnet | - | Airdrop | `0x9fA3CA453EbfB7a6d1085153D83a2988eE822BD0` | -| Lisk Sepolia Testnet | - | Governor | `0xf9181aaD773d423A2cc0155Cb4263E563D51B467` | -| Lisk Mainnet | - | TokenClaim | `0xD7BE2Fd98BfD64c1dfCf6c013fC593eF09219994` | -| Lisk Mainnet | - | Reward | `0xD35ca9577a9DADa7624a35EC10C2F55031f0Ab1f` | -| Lisk Mainnet | - | Airdrop | `TODO` | +| Network | Version | Smart Contract | Address | +| -------------------- | ------- | -------------- | -------------------------------------------- | +| Lisk Sepolia Testnet | - | TokenClaim | `0x3D4190b08E3E30183f5AdE3A116f2534Ee3a4f94` | +| Lisk Sepolia Testnet | - | Reward | `0xFd322B4724C497E59D48fff8f79c16b4D48837f5` | +| Lisk Sepolia Testnet | - | Airdrop | `0x9fA3CA453EbfB7a6d1085153D83a2988eE822BD0` | +| Lisk Sepolia Testnet | - | Governor | `0xf9181aaD773d423A2cc0155Cb4263E563D51B467` | +| Lisk Mainnet | - | TokenClaim | `0xD7BE2Fd98BfD64c1dfCf6c013fC593eF09219994` | +| Lisk Mainnet | - | Reward | `0xD35ca9577a9DADa7624a35EC10C2F55031f0Ab1f` | +| Lisk Mainnet | - | Airdrop | `0xC7315f4FaaB2F700fc6b4704BB801c46ff6327AC` | | Lisk Mainnet | - | Governor | `0x58a61b1807a7bDA541855DaAEAEe89b1DDA48568` | @@ -37,4 +37,8 @@ Following functions are covered by this plugins: | Airdrop | claimAirdrop | `0x0c1646b7` |
uint256 claimAmount
bytes liskAddress
| | Governor | propose | `0x7d5e81e2` |
address[] targets
uint256[] values
| | Governor | castVote | `0x56781388` |
uint256 proposalId
uint256 support
| -| Governor | castVoteWithReason | `0x7b3c71d3` |
uint256 proposalId
uint256 support
string reason
| \ No newline at end of file +| Governor | castVoteWithReason | `0x7b3c71d3` |
uint256 proposalId
uint256 support
string reason
| + +> **Note**: Due to memory limitation, plugin +>
can only verify transactions with 4 entries maximum for initiateFastUnlock, claimRewards, pauseUnlocking, resumeUnlockingCountdown and deletePositions. +>
can only verify transactions with 2 entries maximum for increaseLockingAmount, extendDuration and propose. \ No newline at end of file