Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add payload already created check to createPayload method #296

Merged
merged 9 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .assets/5a987481fcd21ac926a7663682a9aa4ac8703d67.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .assets/5e292b27a90b078d7d1b7766456c23c19546e2a4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .assets/5f00854535bfbb5f41643954ec476f3f67788d90.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .assets/8dae6206ef4795b7c2b4496958440424724f4f9e.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .assets/955ed58b79c16962a99bbc7421e94ea5f2815420.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .assets/b416dad7140aff0fae9c6086df2ed135c2d25a6c.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .assets/e38fac88a810e729d4ab675051bce37c536eabd3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions diffs/preTestEngineListing_postTestEngineListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| oracle | [0x443C5116CdF663Eb387e72C688D276e702135C87](https://polygonscan.com/address/0x443C5116CdF663Eb387e72C688D276e702135C87) |
| oracleDecimals | 8 |
| oracleDescription | 1INCH / USD |
| oracleLatestAnswer | 0.54658874 |
| oracleLatestAnswer | 0.55575 |
| usageAsCollateralEnabled | true |
| ltv | 82.5 % |
| liquidationThreshold | 86 % |
Expand Down Expand Up @@ -98,7 +98,7 @@
"oracle": "0x443C5116CdF663Eb387e72C688D276e702135C87",
"oracleDecimals": 8,
"oracleDescription": "1INCH / USD",
"oracleLatestAnswer": 54658874,
"oracleLatestAnswer": 55575000,
"reserveFactor": 1000,
"stableBorrowRateEnabled": false,
"stableDebtToken": "0x106Daa74Bd93f436D455953966ba6b70EBdCbFdb",
Expand Down
38 changes: 24 additions & 14 deletions diffs/preTestEngineOptV3_postTestEngineOptV3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,22 @@

| description | value before | value after |
| --- | --- | --- |
| interestRateStrategy | [0x5f58C25D17C09c9e1892F45DE6dA45ed973A5326](https://optimistic.etherscan.io/address/0x5f58C25D17C09c9e1892F45DE6dA45ed973A5326) | [0xc76EF342898f1AE7E6C4632627Df683FAD8563DD](https://optimistic.etherscan.io/address/0xc76EF342898f1AE7E6C4632627Df683FAD8563DD) |
| interestRateStrategy | [0x16F9bBeE415e519F184Fe1c09d653C6567e4eb2f](https://optimistic.etherscan.io/address/0x16F9bBeE415e519F184Fe1c09d653C6567e4eb2f) | [0xc76EF342898f1AE7E6C4632627Df683FAD8563DD](https://optimistic.etherscan.io/address/0xc76EF342898f1AE7E6C4632627Df683FAD8563DD) |
| optimalUsageRatio | 90 % | 80 % |
| maxExcessUsageRatio | 10 % | 20 % |
| baseVariableBorrowRate | 0 % | 1 % |
| variableRateSlope1 | 3.3 % | 3.8 % |
| baseStableBorrowRate | 6.3 % | 6.8 % |
| interestRate | ![before](/.assets/44f8b63555df7a9d81101549741bd958deb27588.svg) | ![after](/.assets/2bed3d1cc40e3ecced7768caf9f6695c5217d96f.svg) |
| variableRateSlope1 | 3 % | 3.8 % |
| baseStableBorrowRate | 6 % | 6.8 % |
| interestRate | ![before](/.assets/5a987481fcd21ac926a7663682a9aa4ac8703d67.svg) | ![after](/.assets/2bed3d1cc40e3ecced7768caf9f6695c5217d96f.svg) |

#### USDT ([0x94b008aA00579c1307B0EF2c499aD98a8ce58e58](https://optimistic.etherscan.io/address/0x94b008aA00579c1307B0EF2c499aD98a8ce58e58))

| description | value before | value after |
| --- | --- | --- |
| interestRateStrategy | [0xd5CA18a70189309664e34FB8150799ff13722308](https://optimistic.etherscan.io/address/0xd5CA18a70189309664e34FB8150799ff13722308) | [0x424883C7dD9Bd129BC346A65E8455CDe9fC0c43C](https://optimistic.etherscan.io/address/0x424883C7dD9Bd129BC346A65E8455CDe9fC0c43C) |
| interestRateStrategy | [0xdd5ee22CC6CbbB41518871D95558B648a3551b54](https://optimistic.etherscan.io/address/0xdd5ee22CC6CbbB41518871D95558B648a3551b54) | [0xcf3136a52e6a01C482EdA64d3F0242dc3DBAFa47](https://optimistic.etherscan.io/address/0xcf3136a52e6a01C482EdA64d3F0242dc3DBAFa47) |
| optimalUsageRatio | 90 % | 80 % |
| maxExcessUsageRatio | 10 % | 20 % |
| interestRate | ![before](/.assets/19d720ba733a698f9e5c8714853876f8759c351e.svg) | ![after](/.assets/4c96597d8e0f135353f37321358e767ebe5eb8a8.svg) |
| interestRate | ![before](/.assets/5f00854535bfbb5f41643954ec476f3f67788d90.svg) | ![after](/.assets/5e292b27a90b078d7d1b7766456c23c19546e2a4.svg) |

## Raw diff

Expand All @@ -28,40 +30,48 @@
"reserves": {
"0x4200000000000000000000000000000000000006": {
"interestRateStrategy": {
"from": "0x5f58C25D17C09c9e1892F45DE6dA45ed973A5326",
"from": "0x16F9bBeE415e519F184Fe1c09d653C6567e4eb2f",
"to": "0xc76EF342898f1AE7E6C4632627Df683FAD8563DD"
}
},
"0x94b008aA00579c1307B0EF2c499aD98a8ce58e58": {
"interestRateStrategy": {
"from": "0xd5CA18a70189309664e34FB8150799ff13722308",
"to": "0x424883C7dD9Bd129BC346A65E8455CDe9fC0c43C"
"from": "0xdd5ee22CC6CbbB41518871D95558B648a3551b54",
"to": "0xcf3136a52e6a01C482EdA64d3F0242dc3DBAFa47"
}
}
},
"strategies": {
"0x4200000000000000000000000000000000000006": {
"address": {
"from": "0x5f58C25D17C09c9e1892F45DE6dA45ed973A5326",
"from": "0x16F9bBeE415e519F184Fe1c09d653C6567e4eb2f",
"to": "0xc76EF342898f1AE7E6C4632627Df683FAD8563DD"
},
"baseStableBorrowRate": {
"from": "63000000000000000000000000",
"from": "60000000000000000000000000",
"to": "68000000000000000000000000"
},
"baseVariableBorrowRate": {
"from": 0,
"to": "10000000000000000000000000"
},
"maxExcessUsageRatio": {
"from": "100000000000000000000000000",
"to": "200000000000000000000000000"
},
"optimalUsageRatio": {
"from": "900000000000000000000000000",
"to": "800000000000000000000000000"
},
"variableRateSlope1": {
"from": "33000000000000000000000000",
"from": "30000000000000000000000000",
"to": "38000000000000000000000000"
}
},
"0x94b008aA00579c1307B0EF2c499aD98a8ce58e58": {
"address": {
"from": "0xd5CA18a70189309664e34FB8150799ff13722308",
"to": "0x424883C7dD9Bd129BC346A65E8455CDe9fC0c43C"
"from": "0xdd5ee22CC6CbbB41518871D95558B648a3551b54",
"to": "0xcf3136a52e6a01C482EdA64d3F0242dc3DBAFa47"
},
"maxExcessUsageRatio": {
"from": "100000000000000000000000000",
Expand Down
6 changes: 3 additions & 3 deletions diffs/preTestEnginePriceFeed_postTestEnginePriceFeed.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| --- | --- | --- |
| oracle | [0x72484B12719E23115761D5DA1646945632979bB6](https://polygonscan.com/address/0x72484B12719E23115761D5DA1646945632979bB6) | [0x17E33D122FC34c7ad8FBd4a1995Dff9c8aE675eb](https://polygonscan.com/address/0x17E33D122FC34c7ad8FBd4a1995Dff9c8aE675eb) |
| oracleDescription | AAVE / USD | Capped USDC/USD |
| oracleLatestAnswer | 113.57664588 | 0.99991524 |
| oracleLatestAnswer | 117.06049662 | 0.99995124 |


## Raw diff
Expand All @@ -26,8 +26,8 @@
"to": "Capped USDC/USD"
},
"oracleLatestAnswer": {
"from": 11357664588,
"to": 99991524
"from": 11706049662,
"to": 99995124
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions diffs/preTestEngineRates_postTestEngineRates.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

| description | value before | value after |
| --- | --- | --- |
| interestRateStrategy | [0xd5CA18a70189309664e34FB8150799ff13722308](https://optimistic.etherscan.io/address/0xd5CA18a70189309664e34FB8150799ff13722308) | [0x424883C7dD9Bd129BC346A65E8455CDe9fC0c43C](https://optimistic.etherscan.io/address/0x424883C7dD9Bd129BC346A65E8455CDe9fC0c43C) |
| interestRateStrategy | [0xdd5ee22CC6CbbB41518871D95558B648a3551b54](https://optimistic.etherscan.io/address/0xdd5ee22CC6CbbB41518871D95558B648a3551b54) | [0xcf3136a52e6a01C482EdA64d3F0242dc3DBAFa47](https://optimistic.etherscan.io/address/0xcf3136a52e6a01C482EdA64d3F0242dc3DBAFa47) |
| optimalUsageRatio | 90 % | 80 % |
| maxExcessUsageRatio | 10 % | 20 % |
| interestRate | ![before](/.assets/19d720ba733a698f9e5c8714853876f8759c351e.svg) | ![after](/.assets/4c96597d8e0f135353f37321358e767ebe5eb8a8.svg) |
| interestRate | ![before](/.assets/5f00854535bfbb5f41643954ec476f3f67788d90.svg) | ![after](/.assets/5e292b27a90b078d7d1b7766456c23c19546e2a4.svg) |

## Raw diff

Expand All @@ -18,16 +18,16 @@
"reserves": {
"0x94b008aA00579c1307B0EF2c499aD98a8ce58e58": {
"interestRateStrategy": {
"from": "0xd5CA18a70189309664e34FB8150799ff13722308",
"to": "0x424883C7dD9Bd129BC346A65E8455CDe9fC0c43C"
"from": "0xdd5ee22CC6CbbB41518871D95558B648a3551b54",
"to": "0xcf3136a52e6a01C482EdA64d3F0242dc3DBAFa47"
}
}
},
"strategies": {
"0x94b008aA00579c1307B0EF2c499aD98a8ce58e58": {
"address": {
"from": "0xd5CA18a70189309664e34FB8150799ff13722308",
"to": "0x424883C7dD9Bd129BC346A65E8455CDe9fC0c43C"
"from": "0xdd5ee22CC6CbbB41518871D95558B648a3551b54",
"to": "0xcf3136a52e6a01C482EdA64d3F0242dc3DBAFa47"
},
"maxExcessUsageRatio": {
"from": "100000000000000000000000000",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"prettier-plugin-solidity": "^1.1.3"
},
"dependencies": {
"@bgd-labs/aave-cli": "0.9.3"
"@bgd-labs/aave-cli": "0.12.0"
}
}
2 changes: 1 addition & 1 deletion src/CommonTestBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ contract CommonTestBase is Test {

string[] memory inputs = new string[](7);
inputs[0] = 'npx';
inputs[1] = '@bgd-labs/aave-cli@^0.9.3';
inputs[1] = '@bgd-labs/aave-cli@^0.12.0';
inputs[2] = 'diff-snapshots';
inputs[3] = beforePath;
inputs[4] = afterPath;
Expand Down
42 changes: 34 additions & 8 deletions src/GovV3Helpers.sol
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ library GovV3Helpers {
error ExecutorNotFound();
error LongBytesNotSupportedYet();
error FfiFailed();
error PayloadAlreadyCreated();

struct StorageRootResponse {
address account;
Expand All @@ -94,7 +95,7 @@ library GovV3Helpers {
) internal returns (IVotingMachineWithProofs.VotingBalanceProof[] memory) {
string[] memory inputs = new string[](8);
inputs[0] = 'npx';
inputs[1] = '@bgd-labs/aave-cli@^0.9.3';
inputs[1] = '@bgd-labs/aave-cli@^0.12.0';
inputs[2] = 'governance';
inputs[3] = 'getVotingProofs';
inputs[4] = '--proposalId';
Expand All @@ -120,7 +121,7 @@ library GovV3Helpers {
) internal returns (StorageRootResponse[] memory) {
string[] memory inputs = new string[](6);
inputs[0] = 'npx';
inputs[1] = '@bgd-labs/aave-cli@^0.9.3';
inputs[1] = '@bgd-labs/aave-cli@^0.12.0';
inputs[2] = 'governance';
inputs[3] = 'getStorageRoots';
inputs[4] = '--proposalId';
Expand Down Expand Up @@ -271,11 +272,19 @@ library GovV3Helpers {
*/
function createPayload(
IPayloadsControllerCore.ExecutionAction[] memory actions
) internal returns (uint40) {
) public returns (uint40) {
IPayloadsControllerCore payloadsController = getPayloadsController(block.chainid);
require(actions.length > 0, 'INVALID ACTIONS');

return payloadsController.createPayload(actions);
(, IPayloadsControllerCore.Payload memory payload, bool payloadCreated) = _findCreatedPayload(
payloadsController,
actions
);
if (payloadCreated && payload.createdAt > block.timestamp - 7 days) {
revert PayloadAlreadyCreated();
} else {
return payloadsController.createPayload(actions);
}
}

function createPayload(
Expand Down Expand Up @@ -781,20 +790,37 @@ library GovV3Helpers {
return (payload.maximumAccessLevelRequired, payloadId);
}

function _findPayloadId(
function _findCreatedPayload(
IPayloadsControllerCore payloadsController,
IPayloadsControllerCore.ExecutionAction[] memory actions
) private view returns (uint40, IPayloadsControllerCore.Payload memory) {
) private view returns (uint40, IPayloadsControllerCore.Payload memory, bool) {
uint40 count = payloadsController.getPayloadsCount();
for (uint40 payloadId = count; payloadId > 0; payloadId--) {
IPayloadsControllerCore.Payload memory payload = payloadsController.getPayloadById(
payloadId - 1
);
if (_actionsAreEqual(actions, payload.actions)) {
return (payloadId - 1, payload);
return (payloadId - 1, payload, true);
}
}
revert CannotFindPayload();
IPayloadsControllerCore.Payload memory emptyPayload;
return (type(uint40).max, emptyPayload, false);
}

function _findPayloadId(
IPayloadsControllerCore payloadsController,
IPayloadsControllerCore.ExecutionAction[] memory actions
) private view returns (uint40, IPayloadsControllerCore.Payload memory) {
(
uint40 payloadId,
IPayloadsControllerCore.Payload memory payload,
bool payloadCreated
) = _findCreatedPayload(payloadsController, actions);
if (payloadCreated) {
return (payloadId, payload);
} else {
revert CannotFindPayload();
}
}

function _actionsAreEqual(
Expand Down
2 changes: 1 addition & 1 deletion src/IpfsUtils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ library IpfsUtils {
function ipfsHashFile(Vm vm, string memory filePath, bool upload) internal returns (bytes32) {
string[] memory inputs = new string[](5);
inputs[0] = 'npx';
inputs[1] = '@bgd-labs/aave-cli@^0.9.3';
inputs[1] = '@bgd-labs/aave-cli@^0.12.0';
inputs[2] = 'ipfs';
inputs[3] = filePath;
if (upload) {
Expand Down
2 changes: 1 addition & 1 deletion src/adi/test/ADITestBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ contract ADITestBase is Test {

string[] memory inputs = new string[](7);
inputs[0] = 'npx';
inputs[1] = '@bgd-labs/aave-cli@0.10.0';
inputs[1] = '@bgd-labs/aave-cli@^0.12.0';
inputs[2] = 'adi-diff-snapshots';
inputs[3] = beforePath;
inputs[4] = afterPath;
Expand Down
19 changes: 18 additions & 1 deletion tests/GovV3Test.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ contract GovernanceV3Test is ProtocolV3TestBase {
assertEq(pl.queuedAt, 1705004722);
assertEq(uint256(pl.maximumAccessLevelRequired), 1);
assertEq(pl.createdAt, block.timestamp);
assertEq(pl.creator, address(0x7FA9385bE102ac3EAc297483Dd6233D62b3e1496));
assertEq(pl.creator, address(this));
}

/**
Expand Down Expand Up @@ -150,6 +150,23 @@ contract GovernanceV3Test is ProtocolV3TestBase {
vm.stopPrank();
}

function test_payloadCreationWhenPayloadAlreadyCreated() public {
// 1. deploy payloads
PayloadWithEmit pl1 = new PayloadWithEmit();
PayloadWithEmit pl2 = new PayloadWithEmit();

// 2. create action & register action
IPayloadsControllerCore.ExecutionAction[]
memory actions = new IPayloadsControllerCore.ExecutionAction[](2);
actions[0] = GovV3Helpers.buildAction(address(pl1));
actions[1] = GovV3Helpers.buildAction(address(pl2));
GovV3Helpers.createPayload(actions);

// 3. create same payload
vm.expectRevert(GovV3Helpers.PayloadAlreadyCreated.selector);
GovV3Helpers.createPayload(actions);
}

function test_helpers() public {
defaultTest('default', AaveV3Ethereum.POOL, address(payload));
}
Expand Down
2 changes: 1 addition & 1 deletion tests/v3-config-engine/AaveV3ConfigEngineTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ contract AaveV3ConfigEngineTest is ProtocolV3TestBase {

function setUp() public {
mainnetFork = vm.createSelectFork(vm.rpcUrl('mainnet'), 18515746);
optimismFork = vm.createSelectFork(vm.rpcUrl('optimism'), 115008197);
optimismFork = vm.createSelectFork(vm.rpcUrl('optimism'), 119144694);
polygonFork = vm.createSelectFork(vm.rpcUrl('polygon'), 55734786);
avalancheFork = vm.createSelectFork(vm.rpcUrl('avalanche'), 37426577);
arbitrumFork = vm.createSelectFork(vm.rpcUrl('arbitrum'), 147823152);
Expand Down
2 changes: 1 addition & 1 deletion tests/v3-config-engine/V3RateStrategyFactory.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ contract V3RateStrategyFactoryTest is ProtocolV3TestBase {
V3RateStrategyFactory rateStrategyFactory;

function setUp() public {
vm.createSelectFork(vm.rpcUrl('mainnet'), 19036639);
vm.createSelectFork(vm.rpcUrl('mainnet'), 19719160);
rateStrategyFactory = new V3RateStrategyFactory(AaveV3Ethereum.POOL_ADDRESSES_PROVIDER);
}

Expand Down
38 changes: 22 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,18 @@
chalk "^2.4.2"
js-tokens "^4.0.0"

"@bgd-labs/aave-address-book@^2.24.1":
version "2.24.1"
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-address-book/-/aave-address-book-2.24.1.tgz#e88e2de8f734e9a19b0766b8082bcdff3564276c"
integrity sha512-1myxGPBOJiyJUBD7SoCYMm38NQSZwUgHeOEw5e7XXy+G0BurZ68gGXKv0q26/JfEE0Biwt2yjg41mOq0cZxc+g==

"@bgd-labs/[email protected]":
version "0.9.3"
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-cli/-/aave-cli-0.9.3.tgz#59dfc916954710230259efe70c44c8771dd8e24b"
integrity sha512-WPxj0OrZbLUEwgarelCkDsMcB9FZHpPPo5XAlvzot6Yy9ybSnY8LwMY44JgUiFteMSr/HD87ckPxhfvVk0GtEA==
dependencies:
"@bgd-labs/aave-address-book" "^2.24.1"
"@bgd-labs/aave-address-book@^2.25.1":
version "2.26.1"
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-address-book/-/aave-address-book-2.26.1.tgz#f1238a1a0826c26a2dd4090c59755e9d1079457a"
integrity sha512-HkFgIZvZu8Kry+lXh+LuNcCHKf7sQQXjrxGHsh5AJgtdaOpiY76fFQUnZKIe3VaF84hABujB6QfKhNEaQxQIPw==

"@bgd-labs/[email protected]":
version "0.12.0"
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-cli/-/aave-cli-0.12.0.tgz#fa191cd9482de3424d6a587e9a76750638139351"
integrity sha512-enloPqeCMMh/I311PNshoGcvBwiy0PMJ0J1w9mhpNwf4pDAVBGMbWjZsi5/vglNQJ5VqrJw91MqWe6o8LeovfA==
dependencies:
"@bgd-labs/aave-address-book" "^2.25.1"
"@bgd-labs/aave-v3-governance-cache" "^0.0.13"
"@bgd-labs/js-utils" "^1.3.0"
"@commander-js/extra-typings" "^11.1.0"
"@inquirer/prompts" "^3.3.2"
Expand All @@ -57,9 +58,14 @@
ipfs-only-hash "^4.0.0"
json-bigint "^1.0.0"
object-hash "^3.0.0"
viem "^2.8.6"
viem "^2.9.20"
zod "^3.22.4"

"@bgd-labs/aave-v3-governance-cache@^0.0.13":
version "0.0.13"
resolved "https://registry.yarnpkg.com/@bgd-labs/aave-v3-governance-cache/-/aave-v3-governance-cache-0.0.13.tgz#f63d0fe9b9f03b8605e2524b35a51aa9490ac2f4"
integrity sha512-kXezI2gN6IeFQHOO2cjbIrrHmos2QuGTCKnn7t2nQcQHJ35wNBCX9+AZymoqROd6fyIgz7qTpatj+0/K5ifhdg==

"@bgd-labs/js-utils@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@bgd-labs/js-utils/-/js-utils-1.3.0.tgz#0cb7649acf175c5127a5077f4a8168118a8966c2"
Expand Down Expand Up @@ -1542,10 +1548,10 @@ varint@^6.0.0:
resolved "https://registry.yarnpkg.com/varint/-/varint-6.0.0.tgz#9881eb0ce8feaea6512439d19ddf84bf551661d0"
integrity sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==

viem@^2.8.6:
version "2.8.6"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.8.6.tgz#7467a0f113b4b13dd53fde4797aec1e686672f03"
integrity sha512-LqxLOSFtXfbC3tsiZ8Km8jKR4ktTOLfigL2dR9IN28He2+QrNhYvvwGPz3P4hbfU12Wvuxo6mWGZ2L1lpNtvrA==
viem@^2.9.20:
version "2.9.25"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.9.25.tgz#afcf320790e175b2afc83d29819f56cb50906f0d"
integrity sha512-W0QOXCsYQppnV89PQP0EnCvfZIEsDYqmpVakLPNrok4Q4B7651M3MV/sYifYcLWv3Mn4KUyMCUlVxlej6CfC/w==
dependencies:
"@adraffy/ens-normalize" "1.10.0"
"@noble/curves" "1.2.0"
Expand Down
Loading