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 diff --git a/ethereum-plugin-sdk b/ethereum-plugin-sdk index 35a7f765..0eaa25ad 160000 --- a/ethereum-plugin-sdk +++ b/ethereum-plugin-sdk @@ -1 +1 @@ -Subproject commit 35a7f7650e3aab943093ea608016f1c107539db6 +Subproject commit 0eaa25ad0ebaaeb99c52d034c79e4c4c92e191ae diff --git a/tests/snapshots/flex/test_add_unused_rewards/00000.png b/tests/snapshots/flex/test_add_unused_rewards/00000.png index 6ba31f66..2be72af3 100644 Binary files a/tests/snapshots/flex/test_add_unused_rewards/00000.png and b/tests/snapshots/flex/test_add_unused_rewards/00000.png differ diff --git a/tests/snapshots/flex/test_add_unused_rewards/00001.png b/tests/snapshots/flex/test_add_unused_rewards/00001.png index 0c896c05..75dd142e 100644 Binary files a/tests/snapshots/flex/test_add_unused_rewards/00001.png and b/tests/snapshots/flex/test_add_unused_rewards/00001.png differ diff --git a/tests/snapshots/flex/test_add_unused_rewards/00002.png b/tests/snapshots/flex/test_add_unused_rewards/00002.png index d2c4234e..582aaa62 100644 Binary files a/tests/snapshots/flex/test_add_unused_rewards/00002.png and b/tests/snapshots/flex/test_add_unused_rewards/00002.png differ diff --git a/tests/snapshots/flex/test_add_unused_rewards/00004.png b/tests/snapshots/flex/test_add_unused_rewards/00004.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_add_unused_rewards/00004.png and b/tests/snapshots/flex/test_add_unused_rewards/00004.png differ diff --git a/tests/snapshots/flex/test_claim_airdrop/00000.png b/tests/snapshots/flex/test_claim_airdrop/00000.png index 3fd42c04..2535b80c 100644 Binary files a/tests/snapshots/flex/test_claim_airdrop/00000.png and b/tests/snapshots/flex/test_claim_airdrop/00000.png differ diff --git a/tests/snapshots/flex/test_claim_airdrop/00001.png b/tests/snapshots/flex/test_claim_airdrop/00001.png index 24d75c2b..67d6f104 100644 Binary files a/tests/snapshots/flex/test_claim_airdrop/00001.png and b/tests/snapshots/flex/test_claim_airdrop/00001.png differ diff --git a/tests/snapshots/flex/test_claim_airdrop/00002.png b/tests/snapshots/flex/test_claim_airdrop/00002.png index df103c30..7766b943 100644 Binary files a/tests/snapshots/flex/test_claim_airdrop/00002.png and b/tests/snapshots/flex/test_claim_airdrop/00002.png differ diff --git a/tests/snapshots/flex/test_claim_airdrop/00004.png b/tests/snapshots/flex/test_claim_airdrop/00004.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_claim_airdrop/00004.png and b/tests/snapshots/flex/test_claim_airdrop/00004.png differ diff --git a/tests/snapshots/flex/test_claim_multisig_account/00000.png b/tests/snapshots/flex/test_claim_multisig_account/00000.png index d33c6b42..2a6e52b0 100644 Binary files a/tests/snapshots/flex/test_claim_multisig_account/00000.png and b/tests/snapshots/flex/test_claim_multisig_account/00000.png differ diff --git a/tests/snapshots/flex/test_claim_multisig_account/00001.png b/tests/snapshots/flex/test_claim_multisig_account/00001.png index 1226229d..606b83ad 100644 Binary files a/tests/snapshots/flex/test_claim_multisig_account/00001.png and b/tests/snapshots/flex/test_claim_multisig_account/00001.png differ diff --git a/tests/snapshots/flex/test_claim_multisig_account/00002.png b/tests/snapshots/flex/test_claim_multisig_account/00002.png index ecbfb9ae..9307b383 100644 Binary files a/tests/snapshots/flex/test_claim_multisig_account/00002.png and b/tests/snapshots/flex/test_claim_multisig_account/00002.png differ diff --git a/tests/snapshots/flex/test_claim_multisig_account/00003.png b/tests/snapshots/flex/test_claim_multisig_account/00003.png index 69ce549a..6817f457 100644 Binary files a/tests/snapshots/flex/test_claim_multisig_account/00003.png and b/tests/snapshots/flex/test_claim_multisig_account/00003.png differ diff --git a/tests/snapshots/flex/test_claim_multisig_account/00005.png b/tests/snapshots/flex/test_claim_multisig_account/00005.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_claim_multisig_account/00005.png and b/tests/snapshots/flex/test_claim_multisig_account/00005.png differ diff --git a/tests/snapshots/flex/test_claim_regular_account/00000.png b/tests/snapshots/flex/test_claim_regular_account/00000.png index d33c6b42..2a6e52b0 100644 Binary files a/tests/snapshots/flex/test_claim_regular_account/00000.png and b/tests/snapshots/flex/test_claim_regular_account/00000.png differ diff --git a/tests/snapshots/flex/test_claim_regular_account/00001.png b/tests/snapshots/flex/test_claim_regular_account/00001.png index 4cf4252e..209164a0 100644 Binary files a/tests/snapshots/flex/test_claim_regular_account/00001.png and b/tests/snapshots/flex/test_claim_regular_account/00001.png differ diff --git a/tests/snapshots/flex/test_claim_regular_account/00002.png b/tests/snapshots/flex/test_claim_regular_account/00002.png index 5ed9745f..5fb87cda 100644 Binary files a/tests/snapshots/flex/test_claim_regular_account/00002.png and b/tests/snapshots/flex/test_claim_regular_account/00002.png differ diff --git a/tests/snapshots/flex/test_claim_regular_account/00003.png b/tests/snapshots/flex/test_claim_regular_account/00003.png index 69ce549a..6817f457 100644 Binary files a/tests/snapshots/flex/test_claim_regular_account/00003.png and b/tests/snapshots/flex/test_claim_regular_account/00003.png differ diff --git a/tests/snapshots/flex/test_claim_regular_account/00005.png b/tests/snapshots/flex/test_claim_regular_account/00005.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_claim_regular_account/00005.png and b/tests/snapshots/flex/test_claim_regular_account/00005.png differ diff --git a/tests/snapshots/flex/test_claim_rewards/00000.png b/tests/snapshots/flex/test_claim_rewards/00000.png index a7e37a84..1f8344c9 100644 Binary files a/tests/snapshots/flex/test_claim_rewards/00000.png and b/tests/snapshots/flex/test_claim_rewards/00000.png differ diff --git a/tests/snapshots/flex/test_claim_rewards/00001.png b/tests/snapshots/flex/test_claim_rewards/00001.png index b447a95d..7b012ece 100644 Binary files a/tests/snapshots/flex/test_claim_rewards/00001.png and b/tests/snapshots/flex/test_claim_rewards/00001.png differ diff --git a/tests/snapshots/flex/test_claim_rewards/00002.png b/tests/snapshots/flex/test_claim_rewards/00002.png index 1e53aeb7..f7419f06 100644 Binary files a/tests/snapshots/flex/test_claim_rewards/00002.png and b/tests/snapshots/flex/test_claim_rewards/00002.png differ diff --git a/tests/snapshots/flex/test_claim_rewards/00003.png b/tests/snapshots/flex/test_claim_rewards/00003.png index 0dd5ddcc..3b3880bd 100644 Binary files a/tests/snapshots/flex/test_claim_rewards/00003.png and b/tests/snapshots/flex/test_claim_rewards/00003.png differ diff --git a/tests/snapshots/flex/test_claim_rewards/00005.png b/tests/snapshots/flex/test_claim_rewards/00005.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_claim_rewards/00005.png and b/tests/snapshots/flex/test_claim_rewards/00005.png differ diff --git a/tests/snapshots/flex/test_create_position/00000.png b/tests/snapshots/flex/test_create_position/00000.png index 5af3849b..6e5a3390 100644 Binary files a/tests/snapshots/flex/test_create_position/00000.png and b/tests/snapshots/flex/test_create_position/00000.png differ diff --git a/tests/snapshots/flex/test_create_position/00001.png b/tests/snapshots/flex/test_create_position/00001.png index 252cf00c..c2802381 100644 Binary files a/tests/snapshots/flex/test_create_position/00001.png and b/tests/snapshots/flex/test_create_position/00001.png differ diff --git a/tests/snapshots/flex/test_create_position/00002.png b/tests/snapshots/flex/test_create_position/00002.png index dcdc4933..76ec202a 100644 Binary files a/tests/snapshots/flex/test_create_position/00002.png and b/tests/snapshots/flex/test_create_position/00002.png differ diff --git a/tests/snapshots/flex/test_create_position/00004.png b/tests/snapshots/flex/test_create_position/00004.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_create_position/00004.png and b/tests/snapshots/flex/test_create_position/00004.png differ diff --git a/tests/snapshots/flex/test_delete_positions/00000.png b/tests/snapshots/flex/test_delete_positions/00000.png index aca39948..edbc82cd 100644 Binary files a/tests/snapshots/flex/test_delete_positions/00000.png and b/tests/snapshots/flex/test_delete_positions/00000.png differ diff --git a/tests/snapshots/flex/test_delete_positions/00001.png b/tests/snapshots/flex/test_delete_positions/00001.png index 2555814e..562c8285 100644 Binary files a/tests/snapshots/flex/test_delete_positions/00001.png and b/tests/snapshots/flex/test_delete_positions/00001.png differ diff --git a/tests/snapshots/flex/test_delete_positions/00002.png b/tests/snapshots/flex/test_delete_positions/00002.png index 1e53aeb7..f7419f06 100644 Binary files a/tests/snapshots/flex/test_delete_positions/00002.png and b/tests/snapshots/flex/test_delete_positions/00002.png differ diff --git a/tests/snapshots/flex/test_delete_positions/00003.png b/tests/snapshots/flex/test_delete_positions/00003.png index 602fa4c4..0848fc14 100644 Binary files a/tests/snapshots/flex/test_delete_positions/00003.png and b/tests/snapshots/flex/test_delete_positions/00003.png differ diff --git a/tests/snapshots/flex/test_delete_positions/00005.png b/tests/snapshots/flex/test_delete_positions/00005.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_delete_positions/00005.png and b/tests/snapshots/flex/test_delete_positions/00005.png differ diff --git a/tests/snapshots/flex/test_extend_duration/00000.png b/tests/snapshots/flex/test_extend_duration/00000.png index 7f4f6687..f28be421 100644 Binary files a/tests/snapshots/flex/test_extend_duration/00000.png and b/tests/snapshots/flex/test_extend_duration/00000.png differ diff --git a/tests/snapshots/flex/test_extend_duration/00001.png b/tests/snapshots/flex/test_extend_duration/00001.png index 31418319..26565607 100644 Binary files a/tests/snapshots/flex/test_extend_duration/00001.png and b/tests/snapshots/flex/test_extend_duration/00001.png differ diff --git a/tests/snapshots/flex/test_extend_duration/00002.png b/tests/snapshots/flex/test_extend_duration/00002.png index 1e53aeb7..f7419f06 100644 Binary files a/tests/snapshots/flex/test_extend_duration/00002.png and b/tests/snapshots/flex/test_extend_duration/00002.png differ diff --git a/tests/snapshots/flex/test_extend_duration/00003.png b/tests/snapshots/flex/test_extend_duration/00003.png index 21d93a43..1dba359e 100644 Binary files a/tests/snapshots/flex/test_extend_duration/00003.png and b/tests/snapshots/flex/test_extend_duration/00003.png differ diff --git a/tests/snapshots/flex/test_extend_duration/00005.png b/tests/snapshots/flex/test_extend_duration/00005.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_extend_duration/00005.png and b/tests/snapshots/flex/test_extend_duration/00005.png differ diff --git a/tests/snapshots/flex/test_fund_staking_rewards/00000.png b/tests/snapshots/flex/test_fund_staking_rewards/00000.png index 9d963085..5bcd84e1 100644 Binary files a/tests/snapshots/flex/test_fund_staking_rewards/00000.png and b/tests/snapshots/flex/test_fund_staking_rewards/00000.png differ diff --git a/tests/snapshots/flex/test_fund_staking_rewards/00001.png b/tests/snapshots/flex/test_fund_staking_rewards/00001.png index e64b31a0..519ec7cd 100644 Binary files a/tests/snapshots/flex/test_fund_staking_rewards/00001.png and b/tests/snapshots/flex/test_fund_staking_rewards/00001.png differ diff --git a/tests/snapshots/flex/test_fund_staking_rewards/00002.png b/tests/snapshots/flex/test_fund_staking_rewards/00002.png index 0cff39f4..c497026a 100644 Binary files a/tests/snapshots/flex/test_fund_staking_rewards/00002.png and b/tests/snapshots/flex/test_fund_staking_rewards/00002.png differ diff --git a/tests/snapshots/flex/test_fund_staking_rewards/00004.png b/tests/snapshots/flex/test_fund_staking_rewards/00004.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_fund_staking_rewards/00004.png and b/tests/snapshots/flex/test_fund_staking_rewards/00004.png differ diff --git a/tests/snapshots/flex/test_governor_cast_vote/00000.png b/tests/snapshots/flex/test_governor_cast_vote/00000.png index b421302e..09075855 100644 Binary files a/tests/snapshots/flex/test_governor_cast_vote/00000.png and b/tests/snapshots/flex/test_governor_cast_vote/00000.png differ diff --git a/tests/snapshots/flex/test_governor_cast_vote/00001.png b/tests/snapshots/flex/test_governor_cast_vote/00001.png index b99f26c7..4506903b 100644 Binary files a/tests/snapshots/flex/test_governor_cast_vote/00001.png and b/tests/snapshots/flex/test_governor_cast_vote/00001.png differ diff --git a/tests/snapshots/flex/test_governor_cast_vote/00002.png b/tests/snapshots/flex/test_governor_cast_vote/00002.png index ab5b0e7d..18b2f185 100644 Binary files a/tests/snapshots/flex/test_governor_cast_vote/00002.png and b/tests/snapshots/flex/test_governor_cast_vote/00002.png differ diff --git a/tests/snapshots/flex/test_governor_cast_vote/00004.png b/tests/snapshots/flex/test_governor_cast_vote/00004.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_governor_cast_vote/00004.png and b/tests/snapshots/flex/test_governor_cast_vote/00004.png differ diff --git a/tests/snapshots/flex/test_governor_cast_vote_with_reason/00000.png b/tests/snapshots/flex/test_governor_cast_vote_with_reason/00000.png index b421302e..09075855 100644 Binary files a/tests/snapshots/flex/test_governor_cast_vote_with_reason/00000.png and b/tests/snapshots/flex/test_governor_cast_vote_with_reason/00000.png differ diff --git a/tests/snapshots/flex/test_governor_cast_vote_with_reason/00001.png b/tests/snapshots/flex/test_governor_cast_vote_with_reason/00001.png index 076feffb..6c26d496 100644 Binary files a/tests/snapshots/flex/test_governor_cast_vote_with_reason/00001.png and b/tests/snapshots/flex/test_governor_cast_vote_with_reason/00001.png differ diff --git a/tests/snapshots/flex/test_governor_cast_vote_with_reason/00002.png b/tests/snapshots/flex/test_governor_cast_vote_with_reason/00002.png index ab5b0e7d..18b2f185 100644 Binary files a/tests/snapshots/flex/test_governor_cast_vote_with_reason/00002.png and b/tests/snapshots/flex/test_governor_cast_vote_with_reason/00002.png differ diff --git a/tests/snapshots/flex/test_governor_cast_vote_with_reason/00004.png b/tests/snapshots/flex/test_governor_cast_vote_with_reason/00004.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_governor_cast_vote_with_reason/00004.png and b/tests/snapshots/flex/test_governor_cast_vote_with_reason/00004.png differ diff --git a/tests/snapshots/flex/test_governor_propose_one_element/00000.png b/tests/snapshots/flex/test_governor_propose_one_element/00000.png index adb5b403..06cfadd5 100644 Binary files a/tests/snapshots/flex/test_governor_propose_one_element/00000.png and b/tests/snapshots/flex/test_governor_propose_one_element/00000.png differ diff --git a/tests/snapshots/flex/test_governor_propose_one_element/00001.png b/tests/snapshots/flex/test_governor_propose_one_element/00001.png index 8d34721c..7aa90e4d 100644 Binary files a/tests/snapshots/flex/test_governor_propose_one_element/00001.png and b/tests/snapshots/flex/test_governor_propose_one_element/00001.png differ diff --git a/tests/snapshots/flex/test_governor_propose_one_element/00002.png b/tests/snapshots/flex/test_governor_propose_one_element/00002.png index 77268405..fcc46199 100644 Binary files a/tests/snapshots/flex/test_governor_propose_one_element/00002.png and b/tests/snapshots/flex/test_governor_propose_one_element/00002.png differ diff --git a/tests/snapshots/flex/test_governor_propose_one_element/00004.png b/tests/snapshots/flex/test_governor_propose_one_element/00004.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_governor_propose_one_element/00004.png and b/tests/snapshots/flex/test_governor_propose_one_element/00004.png differ diff --git a/tests/snapshots/flex/test_governor_propose_two_elements/00000.png b/tests/snapshots/flex/test_governor_propose_two_elements/00000.png index 727849b7..b82bd340 100644 Binary files a/tests/snapshots/flex/test_governor_propose_two_elements/00000.png and b/tests/snapshots/flex/test_governor_propose_two_elements/00000.png differ diff --git a/tests/snapshots/flex/test_governor_propose_two_elements/00001.png b/tests/snapshots/flex/test_governor_propose_two_elements/00001.png index 8c9d3f43..baaa307a 100644 Binary files a/tests/snapshots/flex/test_governor_propose_two_elements/00001.png and b/tests/snapshots/flex/test_governor_propose_two_elements/00001.png differ diff --git a/tests/snapshots/flex/test_governor_propose_two_elements/00002.png b/tests/snapshots/flex/test_governor_propose_two_elements/00002.png index ed3fdcc3..e632beb2 100644 Binary files a/tests/snapshots/flex/test_governor_propose_two_elements/00002.png and b/tests/snapshots/flex/test_governor_propose_two_elements/00002.png differ diff --git a/tests/snapshots/flex/test_governor_propose_two_elements/00003.png b/tests/snapshots/flex/test_governor_propose_two_elements/00003.png index fe52a9fc..9483e91f 100644 Binary files a/tests/snapshots/flex/test_governor_propose_two_elements/00003.png and b/tests/snapshots/flex/test_governor_propose_two_elements/00003.png differ diff --git a/tests/snapshots/flex/test_governor_propose_two_elements/00005.png b/tests/snapshots/flex/test_governor_propose_two_elements/00005.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_governor_propose_two_elements/00005.png and b/tests/snapshots/flex/test_governor_propose_two_elements/00005.png differ diff --git a/tests/snapshots/flex/test_increase_locking_amount/00000.png b/tests/snapshots/flex/test_increase_locking_amount/00000.png index 3b8c7d5b..0372b6d1 100644 Binary files a/tests/snapshots/flex/test_increase_locking_amount/00000.png and b/tests/snapshots/flex/test_increase_locking_amount/00000.png differ diff --git a/tests/snapshots/flex/test_increase_locking_amount/00001.png b/tests/snapshots/flex/test_increase_locking_amount/00001.png index 0825a016..62a1d3b8 100644 Binary files a/tests/snapshots/flex/test_increase_locking_amount/00001.png and b/tests/snapshots/flex/test_increase_locking_amount/00001.png differ diff --git a/tests/snapshots/flex/test_increase_locking_amount/00002.png b/tests/snapshots/flex/test_increase_locking_amount/00002.png index 1e53aeb7..f7419f06 100644 Binary files a/tests/snapshots/flex/test_increase_locking_amount/00002.png and b/tests/snapshots/flex/test_increase_locking_amount/00002.png differ diff --git a/tests/snapshots/flex/test_increase_locking_amount/00003.png b/tests/snapshots/flex/test_increase_locking_amount/00003.png index cefd13f7..5af651ba 100644 Binary files a/tests/snapshots/flex/test_increase_locking_amount/00003.png and b/tests/snapshots/flex/test_increase_locking_amount/00003.png differ diff --git a/tests/snapshots/flex/test_increase_locking_amount/00005.png b/tests/snapshots/flex/test_increase_locking_amount/00005.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_increase_locking_amount/00005.png and b/tests/snapshots/flex/test_increase_locking_amount/00005.png differ diff --git a/tests/snapshots/flex/test_initiate_fast_unlock/00000.png b/tests/snapshots/flex/test_initiate_fast_unlock/00000.png index 4ce9d3ca..8d3a7e12 100644 Binary files a/tests/snapshots/flex/test_initiate_fast_unlock/00000.png and b/tests/snapshots/flex/test_initiate_fast_unlock/00000.png differ diff --git a/tests/snapshots/flex/test_initiate_fast_unlock/00001.png b/tests/snapshots/flex/test_initiate_fast_unlock/00001.png index b447a95d..7b012ece 100644 Binary files a/tests/snapshots/flex/test_initiate_fast_unlock/00001.png and b/tests/snapshots/flex/test_initiate_fast_unlock/00001.png differ diff --git a/tests/snapshots/flex/test_initiate_fast_unlock/00002.png b/tests/snapshots/flex/test_initiate_fast_unlock/00002.png index 1e53aeb7..f7419f06 100644 Binary files a/tests/snapshots/flex/test_initiate_fast_unlock/00002.png and b/tests/snapshots/flex/test_initiate_fast_unlock/00002.png differ diff --git a/tests/snapshots/flex/test_initiate_fast_unlock/00003.png b/tests/snapshots/flex/test_initiate_fast_unlock/00003.png index 76e90833..f307026f 100644 Binary files a/tests/snapshots/flex/test_initiate_fast_unlock/00003.png and b/tests/snapshots/flex/test_initiate_fast_unlock/00003.png differ diff --git a/tests/snapshots/flex/test_initiate_fast_unlock/00005.png b/tests/snapshots/flex/test_initiate_fast_unlock/00005.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_initiate_fast_unlock/00005.png and b/tests/snapshots/flex/test_initiate_fast_unlock/00005.png differ diff --git a/tests/snapshots/flex/test_pause_unlocking/00000.png b/tests/snapshots/flex/test_pause_unlocking/00000.png index fe756482..8430a449 100644 Binary files a/tests/snapshots/flex/test_pause_unlocking/00000.png and b/tests/snapshots/flex/test_pause_unlocking/00000.png differ diff --git a/tests/snapshots/flex/test_pause_unlocking/00001.png b/tests/snapshots/flex/test_pause_unlocking/00001.png index b447a95d..7b012ece 100644 Binary files a/tests/snapshots/flex/test_pause_unlocking/00001.png and b/tests/snapshots/flex/test_pause_unlocking/00001.png differ diff --git a/tests/snapshots/flex/test_pause_unlocking/00002.png b/tests/snapshots/flex/test_pause_unlocking/00002.png index 1e53aeb7..f7419f06 100644 Binary files a/tests/snapshots/flex/test_pause_unlocking/00002.png and b/tests/snapshots/flex/test_pause_unlocking/00002.png differ diff --git a/tests/snapshots/flex/test_pause_unlocking/00003.png b/tests/snapshots/flex/test_pause_unlocking/00003.png index a851f287..513599c0 100644 Binary files a/tests/snapshots/flex/test_pause_unlocking/00003.png and b/tests/snapshots/flex/test_pause_unlocking/00003.png differ diff --git a/tests/snapshots/flex/test_pause_unlocking/00005.png b/tests/snapshots/flex/test_pause_unlocking/00005.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_pause_unlocking/00005.png and b/tests/snapshots/flex/test_pause_unlocking/00005.png differ diff --git a/tests/snapshots/flex/test_resume_unlocking/00000.png b/tests/snapshots/flex/test_resume_unlocking/00000.png index 5775aa35..439776e5 100644 Binary files a/tests/snapshots/flex/test_resume_unlocking/00000.png and b/tests/snapshots/flex/test_resume_unlocking/00000.png differ diff --git a/tests/snapshots/flex/test_resume_unlocking/00001.png b/tests/snapshots/flex/test_resume_unlocking/00001.png index b447a95d..7b012ece 100644 Binary files a/tests/snapshots/flex/test_resume_unlocking/00001.png and b/tests/snapshots/flex/test_resume_unlocking/00001.png differ diff --git a/tests/snapshots/flex/test_resume_unlocking/00002.png b/tests/snapshots/flex/test_resume_unlocking/00002.png index 1e53aeb7..f7419f06 100644 Binary files a/tests/snapshots/flex/test_resume_unlocking/00002.png and b/tests/snapshots/flex/test_resume_unlocking/00002.png differ diff --git a/tests/snapshots/flex/test_resume_unlocking/00003.png b/tests/snapshots/flex/test_resume_unlocking/00003.png index b3fb4cfa..1dfab68b 100644 Binary files a/tests/snapshots/flex/test_resume_unlocking/00003.png and b/tests/snapshots/flex/test_resume_unlocking/00003.png differ diff --git a/tests/snapshots/flex/test_resume_unlocking/00005.png b/tests/snapshots/flex/test_resume_unlocking/00005.png index dabe7afe..f5b3e29a 100644 Binary files a/tests/snapshots/flex/test_resume_unlocking/00005.png and b/tests/snapshots/flex/test_resume_unlocking/00005.png differ