├── .cursorrules ├── .env.example ├── .gas-snapshot ├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ └── feature.md ├── pull_request_template.md └── workflows │ └── test.yml ├── .gitignore ├── .gitmodules ├── .solhint.json ├── .vscode ├── extensions.json └── settings.json ├── CONTRIBUTING.md ├── LICENSE-APACHE2.md ├── LICENSE-MIT.md ├── README.md ├── audits ├── cyfrin │ ├── cyfrin-3-25.pdf │ ├── cyfrin-4-25.pdf │ ├── cyfrin-5-25-part1.pdf │ ├── cyfrin-5-25-part2.pdf │ └── cyfrin-9-25.pdf └── diligence │ ├── diligence-2-25.pdf │ ├── diligence-4-25.pdf │ ├── diligence-6-24.pdf │ ├── diligence-8-24.pdf │ └── diligence-9-24.pdf ├── broadcast ├── DeployCaveatEnforcers.s.sol │ ├── 1 │ │ ├── run-1743424334.json │ │ ├── run-1743424474.json │ │ ├── run-1743424701.json │ │ ├── run-1743424869.json │ │ ├── run-1743425223.json │ │ ├── run-1743425459.json │ │ ├── run-1746647282.json │ │ ├── run-1757017574.json │ │ ├── run-1757440202.json │ │ └── run-latest.json │ ├── 10 │ │ ├── run-1743208036.json │ │ ├── run-1746646815.json │ │ ├── run-1757013969.json │ │ ├── run-1757440471.json │ │ └── run-latest.json │ ├── 56 │ │ ├── run-1743209470.json │ │ ├── run-1746647204.json │ │ ├── run-1757014217.json │ │ ├── run-1757440600.json │ │ └── run-latest.json │ ├── 97 │ │ ├── run-1747243233.json │ │ ├── run-1747255650.json │ │ ├── run-1757014862.json │ │ ├── run-1757450080.json │ │ └── run-latest.json │ ├── 100 │ │ ├── run-1743439656.json │ │ ├── run-1746647401.json │ │ ├── run-1757014281.json │ │ ├── run-1757440635.json │ │ └── run-latest.json │ ├── 130 │ │ ├── run-1749656632.json │ │ ├── run-1757014375.json │ │ ├── run-1757440710.json │ │ └── run-latest.json │ ├── 137 │ │ ├── run-1743208557.json │ │ ├── run-1746646872.json │ │ ├── run-1757014108.json │ │ ├── run-1757440525.json │ │ └── run-latest.json │ ├── 143 │ │ ├── run-1762870780669.json │ │ └── run-latest.json │ ├── 146 │ │ ├── run-1760596137263.json │ │ ├── run-1761034576244.json │ │ └── run-latest.json │ ├── 1301 │ │ ├── run-1749656926.json │ │ ├── run-1757015011.json │ │ ├── run-1757453141.json │ │ └── run-latest.json │ ├── 1328 │ │ ├── run-1754501257.json │ │ ├── run-1757015154.json │ │ ├── run-1757453635.json │ │ └── run-latest.json │ ├── 1329 │ │ ├── run-1754497120.json │ │ ├── run-1757014482.json │ │ ├── run-1757449197.json │ │ └── run-latest.json │ ├── 5115 │ │ ├── run-1750334318.json │ │ ├── run-1757015127.json │ │ ├── run-1757453614.json │ │ └── run-latest.json │ ├── 6342 │ │ ├── run-1743130209.json │ │ ├── run-1746648289.json │ │ ├── run-1757014785.json │ │ ├── run-1757449949.json │ │ └── run-latest.json │ ├── 8453 │ │ ├── run-1743205045.json │ │ ├── run-1746646774.json │ │ ├── run-1757013931.json │ │ ├── run-1757440431.json │ │ └── run-latest.json │ ├── 10143 │ │ ├── run-1749657423.json │ │ ├── run-1757015030.json │ │ ├── run-1757453241.json │ │ └── run-latest.json │ ├── 10200 │ │ ├── run-1745416596.json │ │ ├── run-1746648385.json │ │ ├── run-1746652681.json │ │ ├── run-1757014835.json │ │ ├── run-1757450001.json │ │ └── run-latest.json │ ├── 14601 │ │ ├── run-1760595440312.json │ │ ├── run-1760595547690.json │ │ ├── run-1761034541811.json │ │ └── run-latest.json │ ├── 31337 │ │ ├── run-1760976373.json │ │ └── run-latest.json │ ├── 42161 │ │ ├── run-1743203858.json │ │ ├── run-1746646117.json │ │ ├── run-1757013805.json │ │ ├── run-1757440320.json │ │ └── run-latest.json │ ├── 42170 │ │ ├── run-1749667199.json │ │ ├── run-1757014458.json │ │ ├── run-1757440743.json │ │ └── run-latest.json │ ├── 57073 │ │ ├── run-1750336132.json │ │ ├── run-1757024102.json │ │ ├── run-1757449255.json │ │ └── run-latest.json │ ├── 59141 │ │ ├── run-1743128817.json │ │ ├── run-1746648172.json │ │ ├── run-1746652017.json │ │ ├── run-1757014594.json │ │ ├── run-1757449345.json │ │ └── run-latest.json │ ├── 59144 │ │ ├── run-1743208875.json │ │ ├── run-1746647030.json │ │ ├── run-1757017978.json │ │ ├── run-1757440358.json │ │ └── run-latest.json │ ├── 80002 │ │ ├── run-1749850714.json │ │ ├── run-1750131008.json │ │ ├── run-1757015080.json │ │ ├── run-1757453531.json │ │ └── run-latest.json │ ├── 80069 │ │ ├── run-1747245622.json │ │ ├── run-1747255812.json │ │ ├── run-1757014974.json │ │ ├── run-1757452936.json │ │ └── run-latest.json │ ├── 80094 │ │ ├── run-1749215885.json │ │ ├── run-1757014425.json │ │ ├── run-1757015249.json │ │ ├── run-1757015585.json │ │ ├── run-1757440680.json │ │ └── run-latest.json │ ├── 84532 │ │ ├── run-1743129234.json │ │ ├── run-1743129562.json │ │ ├── run-1743129574.json │ │ ├── run-1743129634.json │ │ ├── run-1746648195.json │ │ ├── run-1746652419.json │ │ ├── run-1757014640.json │ │ ├── run-1757449891.json │ │ └── run-latest.json │ ├── 421614 │ │ ├── run-1747245246.json │ │ ├── run-1747255796.json │ │ ├── run-1757014943.json │ │ ├── run-1757450431.json │ │ └── run-latest.json │ ├── 560048 │ │ ├── run-1761006338.json │ │ └── run-latest.json │ ├── 763373 │ │ ├── run-1750335436.json │ │ ├── run-1757024166.json │ │ ├── run-1757453709.json │ │ └── run-latest.json │ ├── 11155111 │ │ ├── run-1743128284.json │ │ ├── run-1746648061.json │ │ ├── run-1746651770.json │ │ ├── run-1757014561.json │ │ ├── run-1757449321.json │ │ └── run-latest.json │ └── 11155420 │ │ ├── run-1747244205.json │ │ ├── run-1747244855.json │ │ ├── run-1747255673.json │ │ ├── run-1757014896.json │ │ ├── run-1757450177.json │ │ └── run-latest.json ├── DeployDelegationFramework.s.sol │ ├── 1 │ │ ├── run-1743424174.json │ │ └── run-latest.json │ ├── 10 │ │ ├── run-1743205126.json │ │ └── run-latest.json │ ├── 56 │ │ ├── run-1743209387.json │ │ └── run-latest.json │ ├── 97 │ │ ├── run-1747240300.json │ │ ├── run-1747241035.json │ │ └── run-latest.json │ ├── 100 │ │ ├── run-1743438958.json │ │ ├── run-1743439451.json │ │ └── run-latest.json │ ├── 130 │ │ ├── run-1749656533.json │ │ └── run-latest.json │ ├── 137 │ │ ├── run-1743208372.json │ │ └── run-latest.json │ ├── 143 │ │ ├── run-1762870840014.json │ │ └── run-latest.json │ ├── 146 │ │ ├── run-1760596181310.json │ │ └── run-latest.json │ ├── 1301 │ │ ├── run-1749656850.json │ │ └── run-latest.json │ ├── 1328 │ │ ├── run-1754497972.json │ │ └── run-latest.json │ ├── 1329 │ │ ├── run-1754496774.json │ │ └── run-latest.json │ ├── 5115 │ │ ├── run-1750334222.json │ │ └── run-latest.json │ ├── 6342 │ │ ├── run-1743130024.json │ │ └── run-latest.json │ ├── 8453 │ │ ├── run-1743204923.json │ │ └── run-latest.json │ ├── 10143 │ │ ├── run-1749657130.json │ │ └── run-latest.json │ ├── 10200 │ │ ├── run-1745416276.json │ │ └── run-latest.json │ ├── 14601 │ │ ├── run-1760594510910.json │ │ └── run-latest.json │ ├── 42161 │ │ ├── run-1743203260.json │ │ └── run-latest.json │ ├── 42170 │ │ ├── run-1749667115.json │ │ └── run-latest.json │ ├── 57073 │ │ ├── run-1750336087.json │ │ └── run-latest.json │ ├── 59141 │ │ ├── run-1743128758.json │ │ └── run-latest.json │ ├── 59144 │ │ ├── run-1743208818.json │ │ └── run-latest.json │ ├── 80002 │ │ ├── run-1749850652.json │ │ └── run-latest.json │ ├── 80069 │ │ ├── run-1747241519.json │ │ └── run-latest.json │ ├── 80094 │ │ ├── run-1749215746.json │ │ └── run-latest.json │ ├── 84532 │ │ ├── run-1743128998.json │ │ └── run-latest.json │ ├── 421614 │ │ ├── run-1747241313.json │ │ └── run-latest.json │ ├── 560048 │ │ ├── run-1761006302.json │ │ └── run-latest.json │ ├── 763373 │ │ ├── run-1750335269.json │ │ ├── run-1750335391.json │ │ └── run-latest.json │ ├── 11155111 │ │ ├── run-1743127968.json │ │ └── run-latest.json │ └── 11155420 │ │ ├── run-1747241070.json │ │ └── run-latest.json ├── DeployDelegationMetaSwapAdapter.s.sol │ ├── 1 │ │ ├── run-1746659293.json │ │ └── run-latest.json │ ├── 10 │ │ ├── run-1746659592.json │ │ └── run-latest.json │ ├── 56 │ │ ├── run-1746660360.json │ │ ├── run-1746660410.json │ │ ├── run-1746679947.json │ │ └── run-latest.json │ ├── 137 │ │ ├── run-1746677848.json │ │ └── run-latest.json │ ├── 8453 │ │ ├── run-1746660001.json │ │ └── run-latest.json │ ├── 42161 │ │ ├── run-1746660032.json │ │ └── run-latest.json │ └── 59144 │ │ ├── run-1746660071.json │ │ └── run-latest.json ├── DeployEIP7702StatelessDeleGator.s.sol │ ├── 1 │ │ ├── run-1743425713.json │ │ └── run-latest.json │ ├── 10 │ │ ├── run-1743208241.json │ │ └── run-latest.json │ ├── 56 │ │ ├── run-1743209510.json │ │ └── run-latest.json │ ├── 97 │ │ ├── run-1747245905.json │ │ └── run-latest.json │ ├── 100 │ │ ├── run-1743439677.json │ │ └── run-latest.json │ ├── 130 │ │ ├── run-1749656707.json │ │ └── run-latest.json │ ├── 137 │ │ ├── run-1743208658.json │ │ └── run-latest.json │ ├── 143 │ │ ├── run-1762870875038.json │ │ └── run-latest.json │ ├── 146 │ │ ├── run-1760596215402.json │ │ └── run-latest.json │ ├── 1301 │ │ ├── run-1749656980.json │ │ └── run-latest.json │ ├── 1328 │ │ ├── run-1754501350.json │ │ └── run-latest.json │ ├── 1329 │ │ ├── run-1754497720.json │ │ └── run-latest.json │ ├── 5115 │ │ ├── run-1750334428.json │ │ └── run-latest.json │ ├── 6342 │ │ ├── run-1743130231.json │ │ └── run-latest.json │ ├── 8453 │ │ ├── run-1743205067.json │ │ └── run-latest.json │ ├── 10143 │ │ ├── run-1749657456.json │ │ └── run-latest.json │ ├── 10200 │ │ ├── run-1745416765.json │ │ └── run-latest.json │ ├── 14601 │ │ ├── run-1760594549297.json │ │ └── run-latest.json │ ├── 42161 │ │ ├── run-1743204215.json │ │ └── run-latest.json │ ├── 42170 │ │ ├── run-1749667218.json │ │ ├── run-1749667259.json │ │ ├── run-1749667426.json │ │ └── run-latest.json │ ├── 57073 │ │ ├── run-1750336145.json │ │ └── run-latest.json │ ├── 59141 │ │ ├── run-1743128927.json │ │ └── run-latest.json │ ├── 59144 │ │ ├── run-1743209150.json │ │ └── run-latest.json │ ├── 80002 │ │ ├── run-1749851724.json │ │ ├── run-1750131048.json │ │ └── run-latest.json │ ├── 80069 │ │ ├── run-1747246009.json │ │ └── run-latest.json │ ├── 80094 │ │ ├── run-1749215917.json │ │ └── run-latest.json │ ├── 84532 │ │ ├── run-1743129909.json │ │ └── run-latest.json │ ├── 421614 │ │ ├── run-1747245994.json │ │ └── run-latest.json │ ├── 560048 │ │ ├── run-1761006603.json │ │ └── run-latest.json │ ├── 763373 │ │ ├── run-1750335489.json │ │ └── run-latest.json │ ├── 11155111 │ │ ├── run-1743128713.json │ │ └── run-latest.json │ └── 11155420 │ │ ├── run-1747245980.json │ │ └── run-latest.json ├── DeployMultiSigDeleGator.s.sol │ ├── 143 │ │ ├── run-1762870918701.json │ │ └── run-latest.json │ ├── 146 │ │ ├── run-1760596231009.json │ │ └── run-latest.json │ ├── 5115 │ │ ├── run-1750334451.json │ │ └── run-latest.json │ ├── 14601 │ │ ├── run-1760594912866.json │ │ └── run-latest.json │ ├── 57073 │ │ ├── run-1750336170.json │ │ └── run-latest.json │ └── 763373 │ │ ├── run-1750335504.json │ │ └── run-latest.json └── DeploySimpleFactory.s.sol │ ├── 1 │ ├── run-1744129586.json │ └── run-latest.json │ ├── 10 │ ├── run-1744129441.json │ └── run-latest.json │ ├── 56 │ ├── run-1744129540.json │ └── run-latest.json │ ├── 97 │ ├── run-1747246044.json │ └── run-latest.json │ ├── 100 │ ├── run-1744129626.json │ └── run-latest.json │ ├── 130 │ ├── run-1749656733.json │ └── run-latest.json │ ├── 137 │ ├── run-1744129471.json │ └── run-latest.json │ ├── 143 │ ├── run-1762870939282.json │ └── run-latest.json │ ├── 146 │ ├── run-1760596254079.json │ └── run-latest.json │ ├── 1301 │ ├── run-1749657000.json │ └── run-latest.json │ ├── 1328 │ ├── run-1754501859.json │ └── run-latest.json │ ├── 1329 │ ├── run-1754497787.json │ └── run-latest.json │ ├── 5115 │ ├── run-1750334468.json │ └── run-latest.json │ ├── 6342 │ ├── run-1744129292.json │ └── run-latest.json │ ├── 8453 │ ├── run-1744129427.json │ └── run-latest.json │ ├── 10143 │ ├── run-1749657485.json │ └── run-latest.json │ ├── 10200 │ ├── run-1745415905.json │ └── run-latest.json │ ├── 14601 │ ├── run-1760594776278.json │ └── run-latest.json │ ├── 42161 │ ├── run-1744129403.json │ └── run-latest.json │ ├── 42170 │ ├── run-1749667439.json │ └── run-latest.json │ ├── 57073 │ ├── run-1750336187.json │ └── run-latest.json │ ├── 59141 │ ├── run-1744129261.json │ └── run-latest.json │ ├── 59144 │ ├── run-1744129523.json │ └── run-latest.json │ ├── 80002 │ ├── run-1750131104.json │ └── run-latest.json │ ├── 80069 │ ├── run-1747246125.json │ └── run-latest.json │ ├── 80094 │ ├── run-1749215942.json │ └── run-latest.json │ ├── 84532 │ ├── run-1744129280.json │ └── run-latest.json │ ├── 421614 │ ├── run-1747246080.json │ └── run-latest.json │ ├── 560048 │ ├── run-1761007489.json │ └── run-latest.json │ ├── 763373 │ ├── run-1750335524.json │ └── run-latest.json │ ├── 11155111 │ ├── run-1744129191.json │ └── run-latest.json │ └── 11155420 │ ├── run-1747246062.json │ └── run-latest.json ├── documents ├── CaveatEnforcers.md ├── DeleGatorCore.md ├── DelegationManager.md ├── Deployments.md ├── EIP7702DeleGator.md ├── HybridDeleGator.md ├── MultisigDeleGator.md ├── PartialERC7579.md ├── Security.md ├── StyleGuide.md └── diagrams │ ├── DelegationFlow.md │ └── TokenTransferDelegationFlow.md ├── foundry.toml ├── lcov.info ├── remappings.txt ├── script ├── DeployCaveatEnforcers.s.sol ├── DeployDelegationFramework.s.sol ├── DeployDelegationMetaSwapAdapter.s.sol ├── DeployEIP7702StatelessDeleGator.s.sol ├── DeployMultiSigDeleGator.s.sol ├── DeploySimpleFactory.s.sol ├── coverage.sh └── verification │ ├── .gas-snapshot │ ├── VerificationInstructions.md │ ├── verify-contract-with-lib.sh │ ├── verify-contract.sh │ ├── verify-enforcer-contracts.sh │ ├── verify-lib.sh │ └── verify-utils.sh ├── src ├── DeleGatorCore.sol ├── DelegationManager.sol ├── EIP7702 │ ├── EIP7702DeleGatorCore.sol │ └── EIP7702StatelessDeleGator.sol ├── HybridDeleGator.sol ├── MultiSigDeleGator.sol ├── enforcers │ ├── AllowedCalldataEnforcer.sol │ ├── AllowedMethodsEnforcer.sol │ ├── AllowedTargetsEnforcer.sol │ ├── ArgsEqualityCheckEnforcer.sol │ ├── BlockNumberEnforcer.sol │ ├── CaveatEnforcer.sol │ ├── DeployedEnforcer.sol │ ├── ERC1155BalanceChangeEnforcer.sol │ ├── ERC1155MultiOperationIncreaseBalanceEnforcer.sol │ ├── ERC20BalanceChangeEnforcer.sol │ ├── ERC20MultiOperationIncreaseBalanceEnforcer.sol │ ├── ERC20PeriodTransferEnforcer.sol │ ├── ERC20StreamingEnforcer.sol │ ├── ERC20TransferAmountEnforcer.sol │ ├── ERC721BalanceChangeEnforcer.sol │ ├── ERC721MultiOperationIncreaseBalanceEnforcer.sol │ ├── ERC721TransferEnforcer.sol │ ├── ExactCalldataBatchEnforcer.sol │ ├── ExactCalldataEnforcer.sol │ ├── ExactExecutionBatchEnforcer.sol │ ├── ExactExecutionEnforcer.sol │ ├── IdEnforcer.sol │ ├── LimitedCallsEnforcer.sol │ ├── LogicalOrWrapperEnforcer.sol │ ├── MultiTokenPeriodEnforcer.sol │ ├── NativeBalanceChangeEnforcer.sol │ ├── NativeTokenMultiOperationIncreaseBalanceEnforcer.sol │ ├── NativeTokenPaymentEnforcer.sol │ ├── NativeTokenPeriodTransferEnforcer.sol │ ├── NativeTokenStreamingEnforcer.sol │ ├── NativeTokenTransferAmountEnforcer.sol │ ├── NonceEnforcer.sol │ ├── OwnershipTransferEnforcer.sol │ ├── RedeemerEnforcer.sol │ ├── SpecificActionERC20TransferBatchEnforcer.sol │ ├── TimestampEnforcer.sol │ └── ValueLteEnforcer.sol ├── helpers │ ├── DelegationMetaSwapAdapter.sol │ └── interfaces │ │ └── IMetaSwap.sol ├── interfaces │ ├── ICaveatEnforcer.sol │ ├── IDeleGatorCore.sol │ ├── IDelegationManager.sol │ ├── IERC173.sol │ └── IERC7821.sol ├── libraries │ ├── ERC1271Lib.sol │ ├── EncoderLib.sol │ ├── P256SCLVerifierLib.sol │ ├── P256VerifierLib.sol │ ├── WebAuthn.sol │ └── utils │ │ └── Base64URL.sol └── utils │ ├── Constants.sol │ ├── SimpleFactory.sol │ └── Types.sol └── test ├── CounterfactualAssetsTest.t.sol ├── DeleGatorTestSuite.t.sol ├── DelegationChainMaxDepthTest.t.sol ├── DelegationChainWithCaveatsTest.t.sol ├── DelegationManagerTest.t.sol ├── EIP7702StatelessDeleGatorTest.t.sol ├── HybridDeleGatorTest.t.sol ├── InviteTest.t.sol ├── MixedAuthorityDelegationTest.t.sol ├── MultiSigDeleGatorTest.t.sol ├── ProxyMigrationTest.t.sol ├── RedemptionBatchSizeLimitsTest.t.sol ├── RevokeDelegationMidChainTest.t.sol ├── enforcers ├── AllowedCalldataEnforcer.t.sol ├── AllowedMethodsEnforcer.t.sol ├── AllowedTargetsEnforcer.t.sol ├── ArgsEqualityCheckEnforcer.t.sol ├── BlockNumberEnforcer.t.sol ├── CaveatEnforcerBaseTest.t.sol ├── DeployedEnforcer.t.sol ├── ERC1155BalanceChangeEnforcer.t.sol ├── ERC1155MultiOperationIncreaseBalanceEnforcer.t.sol ├── ERC20BalanceChangeEnforcer.t.sol ├── ERC20MultiOperationIncreaseBalanceEnforcer.t.sol ├── ERC20PeriodTransferEnforcer.t.sol ├── ERC20StreamingEnforcer.t.sol ├── ERC20TransferAmountEnforcer.t.sol ├── ERC721BalanceChangeEnforcer.t.sol ├── ERC721MultiOperationIncreaseBalanceEnforcer.t.sol ├── ERC721TransferEnforcer.t.sol ├── ExactCalldataBatchEnforcer.t.sol ├── ExactCalldataEnforcer.t.sol ├── ExactExecutionBatchEnforcer.t.sol ├── ExactExecutionEnforcer.t.sol ├── IdEnforcer.t.sol ├── LimitedCallsEnforcer.t.sol ├── LogicalOrWrapperEnforcer.t.sol ├── MultiTokenPeriodEnforcer.t.sol ├── NativeBalanceChangeEnforcer.t.sol ├── NativeTokenMultiOperationIncreaseBalanceEnforcer.t.sol ├── NativeTokenPaymentEnforcer.t.sol ├── NativeTokenPeriodTransferEnforcer.t.sol ├── NativeTokenStreamingEnforcer.t.sol ├── NativeTokenTransferAmountEnforcer.t.sol ├── NonceEnforcer.t.sol ├── OwnershipTransferEnforcer.t.sol ├── PasswordEnforcer.t.sol ├── RedeemerEnforcer.t.sol ├── SpecificActionERC20TransferBatchEnforcer.t.sol ├── TimestampEnforcer.t.sol └── ValueLteEnforcer.t.sol ├── helpers └── DelegationMetaSwapAdapter.t.sol ├── metaTests ├── EncoderLibTest.t.sol ├── StorageUtilsLibTest.t.sol └── TypehashTest.t.sol └── utils ├── AccountSorterLib.t.sol ├── BaseTest.t.sol ├── BasicCF721.t.sol ├── BasicERC1155.t.sol ├── BasicERC20.t.sol ├── Constants.sol ├── Counter.t.sol ├── CounterWithReceive.t.sol ├── Eip712Lib.t.sol ├── GasReporter.t.sol ├── Invalid1271.t.sol ├── MockCaveatEnforcer.sol ├── MockFailureCaveatEnforcer.sol ├── PasswordCaveatEnforcer.t.sol ├── SCLWrapperLib.sol ├── SigningUtilsLib.t.sol ├── StorageUtilsLib.t.sol ├── Types.t.sol └── UserOperationLib.t.sol /.cursorrules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/.cursorrules -------------------------------------------------------------------------------- /.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/.env.example -------------------------------------------------------------------------------- /.gas-snapshot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/.gas-snapshot -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/.github/ISSUE_TEMPLATE/feature.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/.gitmodules -------------------------------------------------------------------------------- /.solhint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/.solhint.json -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE-APACHE2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/LICENSE-APACHE2.md -------------------------------------------------------------------------------- /LICENSE-MIT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/LICENSE-MIT.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/README.md -------------------------------------------------------------------------------- /audits/cyfrin/cyfrin-3-25.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/audits/cyfrin/cyfrin-3-25.pdf -------------------------------------------------------------------------------- /audits/cyfrin/cyfrin-4-25.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/audits/cyfrin/cyfrin-4-25.pdf -------------------------------------------------------------------------------- /audits/cyfrin/cyfrin-5-25-part1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/audits/cyfrin/cyfrin-5-25-part1.pdf -------------------------------------------------------------------------------- /audits/cyfrin/cyfrin-5-25-part2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/audits/cyfrin/cyfrin-5-25-part2.pdf -------------------------------------------------------------------------------- /audits/cyfrin/cyfrin-9-25.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/audits/cyfrin/cyfrin-9-25.pdf -------------------------------------------------------------------------------- /audits/diligence/diligence-2-25.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/audits/diligence/diligence-2-25.pdf -------------------------------------------------------------------------------- /audits/diligence/diligence-4-25.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/audits/diligence/diligence-4-25.pdf -------------------------------------------------------------------------------- /audits/diligence/diligence-6-24.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/audits/diligence/diligence-6-24.pdf -------------------------------------------------------------------------------- /audits/diligence/diligence-8-24.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/audits/diligence/diligence-8-24.pdf -------------------------------------------------------------------------------- /audits/diligence/diligence-9-24.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/audits/diligence/diligence-9-24.pdf -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1/run-1743424334.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1/run-1743424334.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1/run-1743424474.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1/run-1743424474.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1/run-1743424701.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1/run-1743424701.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1/run-1743424869.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1/run-1743424869.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1/run-1743425223.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1/run-1743425223.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1/run-1743425459.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1/run-1743425459.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1/run-1746647282.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1/run-1746647282.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1/run-1757017574.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1/run-1757017574.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1/run-1757440202.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1/run-1757440202.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/10/run-1743208036.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/10/run-1743208036.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/10/run-1746646815.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/10/run-1746646815.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/10/run-1757013969.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/10/run-1757013969.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/10/run-1757440471.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/10/run-1757440471.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/10/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/10/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/100/run-1743439656.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/100/run-1743439656.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/100/run-1746647401.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/100/run-1746647401.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/100/run-1757014281.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/100/run-1757014281.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/100/run-1757440635.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/100/run-1757440635.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/100/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/100/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/10143/run-1749657423.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/10143/run-1749657423.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/10143/run-1757015030.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/10143/run-1757015030.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/10143/run-1757453241.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/10143/run-1757453241.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/10143/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/10143/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/10200/run-1745416596.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/10200/run-1745416596.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/10200/run-1746648385.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/10200/run-1746648385.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/10200/run-1746652681.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/10200/run-1746652681.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/10200/run-1757014835.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/10200/run-1757014835.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/10200/run-1757450001.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/10200/run-1757450001.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/10200/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/10200/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/11155111/run-1743128284.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/11155111/run-1743128284.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/11155111/run-1746648061.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/11155111/run-1746648061.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/11155111/run-1746651770.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/11155111/run-1746651770.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/11155111/run-1757014561.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/11155111/run-1757014561.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/11155111/run-1757449321.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/11155111/run-1757449321.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/11155111/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/11155111/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/11155420/run-1747244205.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/11155420/run-1747244205.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/11155420/run-1747244855.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/11155420/run-1747244855.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/11155420/run-1747255673.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/11155420/run-1747255673.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/11155420/run-1757014896.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/11155420/run-1757014896.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/11155420/run-1757450177.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/11155420/run-1757450177.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/11155420/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/11155420/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/130/run-1749656632.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/130/run-1749656632.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/130/run-1757014375.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/130/run-1757014375.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/130/run-1757440710.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/130/run-1757440710.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/130/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/130/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1301/run-1749656926.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1301/run-1749656926.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1301/run-1757015011.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1301/run-1757015011.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1301/run-1757453141.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1301/run-1757453141.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1301/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1301/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1328/run-1754501257.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1328/run-1754501257.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1328/run-1757015154.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1328/run-1757015154.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1328/run-1757453635.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1328/run-1757453635.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1328/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1328/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1329/run-1754497120.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1329/run-1754497120.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1329/run-1757014482.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1329/run-1757014482.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1329/run-1757449197.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1329/run-1757449197.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/1329/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/1329/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/137/run-1743208557.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/137/run-1743208557.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/137/run-1746646872.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/137/run-1746646872.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/137/run-1757014108.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/137/run-1757014108.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/137/run-1757440525.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/137/run-1757440525.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/137/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/137/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/143/run-1762870780669.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/143/run-1762870780669.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/143/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/143/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/146/run-1760596137263.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/146/run-1760596137263.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/146/run-1761034576244.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/146/run-1761034576244.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/146/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/146/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/14601/run-1760595440312.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/14601/run-1760595440312.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/14601/run-1760595547690.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/14601/run-1760595547690.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/14601/run-1761034541811.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/14601/run-1761034541811.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/14601/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/14601/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/31337/run-1760976373.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/31337/run-1760976373.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/31337/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/31337/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/42161/run-1743203858.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/42161/run-1743203858.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/42161/run-1746646117.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/42161/run-1746646117.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/42161/run-1757013805.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/42161/run-1757013805.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/42161/run-1757440320.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/42161/run-1757440320.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/42161/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/42161/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/421614/run-1747245246.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/421614/run-1747245246.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/421614/run-1747255796.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/421614/run-1747255796.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/421614/run-1757014943.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/421614/run-1757014943.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/421614/run-1757450431.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/421614/run-1757450431.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/421614/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/421614/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/42170/run-1749667199.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/42170/run-1749667199.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/42170/run-1757014458.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/42170/run-1757014458.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/42170/run-1757440743.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/42170/run-1757440743.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/42170/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/42170/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/5115/run-1750334318.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/5115/run-1750334318.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/5115/run-1757015127.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/5115/run-1757015127.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/5115/run-1757453614.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/5115/run-1757453614.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/5115/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/5115/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/56/run-1743209470.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/56/run-1743209470.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/56/run-1746647204.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/56/run-1746647204.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/56/run-1757014217.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/56/run-1757014217.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/56/run-1757440600.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/56/run-1757440600.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/56/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/56/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/560048/run-1761006338.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/560048/run-1761006338.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/560048/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/560048/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/57073/run-1750336132.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/57073/run-1750336132.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/57073/run-1757024102.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/57073/run-1757024102.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/57073/run-1757449255.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/57073/run-1757449255.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/57073/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/57073/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/59141/run-1743128817.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/59141/run-1743128817.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/59141/run-1746648172.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/59141/run-1746648172.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/59141/run-1746652017.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/59141/run-1746652017.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/59141/run-1757014594.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/59141/run-1757014594.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/59141/run-1757449345.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/59141/run-1757449345.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/59141/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/59141/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/59144/run-1743208875.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/59144/run-1743208875.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/59144/run-1746647030.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/59144/run-1746647030.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/59144/run-1757017978.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/59144/run-1757017978.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/59144/run-1757440358.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/59144/run-1757440358.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/59144/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/59144/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/6342/run-1743130209.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/6342/run-1743130209.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/6342/run-1746648289.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/6342/run-1746648289.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/6342/run-1757014785.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/6342/run-1757014785.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/6342/run-1757449949.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/6342/run-1757449949.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/6342/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/6342/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/763373/run-1750335436.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/763373/run-1750335436.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/763373/run-1757024166.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/763373/run-1757024166.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/763373/run-1757453709.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/763373/run-1757453709.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/763373/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/763373/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/80002/run-1749850714.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/80002/run-1749850714.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/80002/run-1750131008.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/80002/run-1750131008.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/80002/run-1757015080.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/80002/run-1757015080.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/80002/run-1757453531.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/80002/run-1757453531.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/80002/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/80002/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/80069/run-1747245622.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/80069/run-1747245622.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/80069/run-1747255812.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/80069/run-1747255812.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/80069/run-1757014974.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/80069/run-1757014974.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/80069/run-1757452936.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/80069/run-1757452936.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/80069/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/80069/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/80094/run-1749215885.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/80094/run-1749215885.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/80094/run-1757014425.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/80094/run-1757014425.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/80094/run-1757015249.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/80094/run-1757015249.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/80094/run-1757015585.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/80094/run-1757015585.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/80094/run-1757440680.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/80094/run-1757440680.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/80094/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/80094/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/8453/run-1743205045.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/8453/run-1743205045.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/8453/run-1746646774.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/8453/run-1746646774.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/8453/run-1757013931.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/8453/run-1757013931.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/8453/run-1757440431.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/8453/run-1757440431.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/8453/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/8453/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/84532/run-1743129234.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/84532/run-1743129234.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/84532/run-1743129562.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/84532/run-1743129562.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/84532/run-1743129574.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/84532/run-1743129574.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/84532/run-1743129634.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/84532/run-1743129634.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/84532/run-1746648195.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/84532/run-1746648195.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/84532/run-1746652419.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/84532/run-1746652419.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/84532/run-1757014640.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/84532/run-1757014640.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/84532/run-1757449891.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/84532/run-1757449891.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/84532/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/84532/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/97/run-1747243233.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/97/run-1747243233.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/97/run-1747255650.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/97/run-1747255650.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/97/run-1757014862.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/97/run-1757014862.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/97/run-1757450080.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/97/run-1757450080.json -------------------------------------------------------------------------------- /broadcast/DeployCaveatEnforcers.s.sol/97/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployCaveatEnforcers.s.sol/97/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/1/run-1743424174.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/1/run-1743424174.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/1/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/1/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/10/run-1743205126.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/10/run-1743205126.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/10/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/10/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/100/run-1743438958.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/100/run-1743438958.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/100/run-1743439451.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/100/run-1743439451.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/100/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/100/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/10143/run-1749657130.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/10143/run-1749657130.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/10143/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/10143/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/10200/run-1745416276.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/10200/run-1745416276.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/10200/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/10200/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/11155111/run-1743127968.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/11155111/run-1743127968.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/11155111/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/11155111/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/11155420/run-1747241070.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/11155420/run-1747241070.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/11155420/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/11155420/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/130/run-1749656533.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/130/run-1749656533.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/130/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/130/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/1301/run-1749656850.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/1301/run-1749656850.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/1301/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/1301/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/1328/run-1754497972.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/1328/run-1754497972.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/1328/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/1328/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/1329/run-1754496774.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/1329/run-1754496774.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/1329/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/1329/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/137/run-1743208372.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/137/run-1743208372.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/137/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/137/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/143/run-1762870840014.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/143/run-1762870840014.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/143/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/143/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/146/run-1760596181310.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/146/run-1760596181310.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/146/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/146/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/14601/run-1760594510910.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/14601/run-1760594510910.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/14601/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/14601/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/42161/run-1743203260.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/42161/run-1743203260.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/42161/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/42161/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/421614/run-1747241313.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/421614/run-1747241313.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/421614/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/421614/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/42170/run-1749667115.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/42170/run-1749667115.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/42170/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/42170/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/5115/run-1750334222.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/5115/run-1750334222.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/5115/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/5115/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/56/run-1743209387.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/56/run-1743209387.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/56/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/56/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/560048/run-1761006302.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/560048/run-1761006302.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/560048/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/560048/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/57073/run-1750336087.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/57073/run-1750336087.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/57073/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/57073/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/59141/run-1743128758.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/59141/run-1743128758.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/59141/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/59141/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/59144/run-1743208818.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/59144/run-1743208818.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/59144/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/59144/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/6342/run-1743130024.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/6342/run-1743130024.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/6342/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/6342/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/763373/run-1750335269.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/763373/run-1750335269.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/763373/run-1750335391.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/763373/run-1750335391.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/763373/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/763373/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/80002/run-1749850652.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/80002/run-1749850652.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/80002/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/80002/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/80069/run-1747241519.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/80069/run-1747241519.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/80069/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/80069/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/80094/run-1749215746.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/80094/run-1749215746.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/80094/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/80094/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/8453/run-1743204923.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/8453/run-1743204923.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/8453/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/8453/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/84532/run-1743128998.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/84532/run-1743128998.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/84532/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/84532/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/97/run-1747240300.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/97/run-1747240300.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/97/run-1747241035.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/97/run-1747241035.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationFramework.s.sol/97/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationFramework.s.sol/97/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationMetaSwapAdapter.s.sol/1/run-1746659293.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationMetaSwapAdapter.s.sol/1/run-1746659293.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationMetaSwapAdapter.s.sol/1/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationMetaSwapAdapter.s.sol/1/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationMetaSwapAdapter.s.sol/10/run-1746659592.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationMetaSwapAdapter.s.sol/10/run-1746659592.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationMetaSwapAdapter.s.sol/10/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationMetaSwapAdapter.s.sol/10/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationMetaSwapAdapter.s.sol/137/run-1746677848.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationMetaSwapAdapter.s.sol/137/run-1746677848.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationMetaSwapAdapter.s.sol/137/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationMetaSwapAdapter.s.sol/137/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationMetaSwapAdapter.s.sol/42161/run-1746660032.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationMetaSwapAdapter.s.sol/42161/run-1746660032.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationMetaSwapAdapter.s.sol/42161/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationMetaSwapAdapter.s.sol/42161/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationMetaSwapAdapter.s.sol/56/run-1746660360.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationMetaSwapAdapter.s.sol/56/run-1746660360.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationMetaSwapAdapter.s.sol/56/run-1746660410.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationMetaSwapAdapter.s.sol/56/run-1746660410.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationMetaSwapAdapter.s.sol/56/run-1746679947.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationMetaSwapAdapter.s.sol/56/run-1746679947.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationMetaSwapAdapter.s.sol/56/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationMetaSwapAdapter.s.sol/56/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationMetaSwapAdapter.s.sol/59144/run-1746660071.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationMetaSwapAdapter.s.sol/59144/run-1746660071.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationMetaSwapAdapter.s.sol/59144/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationMetaSwapAdapter.s.sol/59144/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationMetaSwapAdapter.s.sol/8453/run-1746660001.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationMetaSwapAdapter.s.sol/8453/run-1746660001.json -------------------------------------------------------------------------------- /broadcast/DeployDelegationMetaSwapAdapter.s.sol/8453/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployDelegationMetaSwapAdapter.s.sol/8453/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/1/run-1743425713.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/1/run-1743425713.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/1/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/1/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/10/run-1743208241.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/10/run-1743208241.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/10/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/10/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/100/run-1743439677.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/100/run-1743439677.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/100/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/100/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/10143/run-1749657456.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/10143/run-1749657456.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/10143/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/10143/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/10200/run-1745416765.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/10200/run-1745416765.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/10200/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/10200/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/11155111/run-1743128713.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/11155111/run-1743128713.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/11155111/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/11155111/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/11155420/run-1747245980.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/11155420/run-1747245980.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/11155420/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/11155420/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/130/run-1749656707.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/130/run-1749656707.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/130/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/130/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/1301/run-1749656980.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/1301/run-1749656980.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/1301/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/1301/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/1328/run-1754501350.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/1328/run-1754501350.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/1328/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/1328/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/1329/run-1754497720.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/1329/run-1754497720.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/1329/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/1329/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/137/run-1743208658.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/137/run-1743208658.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/137/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/137/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/143/run-1762870875038.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/143/run-1762870875038.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/143/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/143/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/146/run-1760596215402.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/146/run-1760596215402.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/146/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/146/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/14601/run-1760594549297.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/14601/run-1760594549297.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/14601/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/14601/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/42161/run-1743204215.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/42161/run-1743204215.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/42161/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/42161/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/421614/run-1747245994.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/421614/run-1747245994.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/421614/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/421614/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/42170/run-1749667218.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/42170/run-1749667218.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/42170/run-1749667259.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/42170/run-1749667259.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/42170/run-1749667426.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/42170/run-1749667426.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/42170/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/42170/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/5115/run-1750334428.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/5115/run-1750334428.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/5115/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/5115/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/56/run-1743209510.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/56/run-1743209510.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/56/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/56/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/560048/run-1761006603.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/560048/run-1761006603.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/560048/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/560048/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/57073/run-1750336145.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/57073/run-1750336145.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/57073/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/57073/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/59141/run-1743128927.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/59141/run-1743128927.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/59141/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/59141/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/59144/run-1743209150.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/59144/run-1743209150.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/59144/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/59144/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/6342/run-1743130231.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/6342/run-1743130231.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/6342/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/6342/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/763373/run-1750335489.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/763373/run-1750335489.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/763373/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/763373/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/80002/run-1749851724.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/80002/run-1749851724.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/80002/run-1750131048.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/80002/run-1750131048.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/80002/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/80002/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/80069/run-1747246009.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/80069/run-1747246009.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/80069/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/80069/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/80094/run-1749215917.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/80094/run-1749215917.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/80094/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/80094/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/8453/run-1743205067.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/8453/run-1743205067.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/8453/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/8453/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/84532/run-1743129909.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/84532/run-1743129909.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/84532/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/84532/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/97/run-1747245905.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/97/run-1747245905.json -------------------------------------------------------------------------------- /broadcast/DeployEIP7702StatelessDeleGator.s.sol/97/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployEIP7702StatelessDeleGator.s.sol/97/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployMultiSigDeleGator.s.sol/143/run-1762870918701.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployMultiSigDeleGator.s.sol/143/run-1762870918701.json -------------------------------------------------------------------------------- /broadcast/DeployMultiSigDeleGator.s.sol/143/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployMultiSigDeleGator.s.sol/143/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployMultiSigDeleGator.s.sol/146/run-1760596231009.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployMultiSigDeleGator.s.sol/146/run-1760596231009.json -------------------------------------------------------------------------------- /broadcast/DeployMultiSigDeleGator.s.sol/146/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployMultiSigDeleGator.s.sol/146/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployMultiSigDeleGator.s.sol/14601/run-1760594912866.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployMultiSigDeleGator.s.sol/14601/run-1760594912866.json -------------------------------------------------------------------------------- /broadcast/DeployMultiSigDeleGator.s.sol/14601/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployMultiSigDeleGator.s.sol/14601/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployMultiSigDeleGator.s.sol/5115/run-1750334451.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployMultiSigDeleGator.s.sol/5115/run-1750334451.json -------------------------------------------------------------------------------- /broadcast/DeployMultiSigDeleGator.s.sol/5115/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployMultiSigDeleGator.s.sol/5115/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployMultiSigDeleGator.s.sol/57073/run-1750336170.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployMultiSigDeleGator.s.sol/57073/run-1750336170.json -------------------------------------------------------------------------------- /broadcast/DeployMultiSigDeleGator.s.sol/57073/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployMultiSigDeleGator.s.sol/57073/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeployMultiSigDeleGator.s.sol/763373/run-1750335504.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployMultiSigDeleGator.s.sol/763373/run-1750335504.json -------------------------------------------------------------------------------- /broadcast/DeployMultiSigDeleGator.s.sol/763373/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeployMultiSigDeleGator.s.sol/763373/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/1/run-1744129586.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/1/run-1744129586.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/1/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/1/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/10/run-1744129441.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/10/run-1744129441.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/10/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/10/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/100/run-1744129626.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/100/run-1744129626.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/100/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/100/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/10143/run-1749657485.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/10143/run-1749657485.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/10143/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/10143/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/10200/run-1745415905.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/10200/run-1745415905.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/10200/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/10200/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/11155111/run-1744129191.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/11155111/run-1744129191.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/11155111/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/11155111/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/11155420/run-1747246062.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/11155420/run-1747246062.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/11155420/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/11155420/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/130/run-1749656733.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/130/run-1749656733.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/130/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/130/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/1301/run-1749657000.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/1301/run-1749657000.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/1301/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/1301/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/1328/run-1754501859.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/1328/run-1754501859.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/1328/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/1328/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/1329/run-1754497787.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/1329/run-1754497787.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/1329/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/1329/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/137/run-1744129471.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/137/run-1744129471.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/137/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/137/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/143/run-1762870939282.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/143/run-1762870939282.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/143/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/143/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/146/run-1760596254079.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/146/run-1760596254079.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/146/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/146/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/14601/run-1760594776278.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/14601/run-1760594776278.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/14601/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/14601/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/42161/run-1744129403.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/42161/run-1744129403.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/42161/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/42161/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/421614/run-1747246080.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/421614/run-1747246080.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/421614/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/421614/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/42170/run-1749667439.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/42170/run-1749667439.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/42170/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/42170/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/5115/run-1750334468.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/5115/run-1750334468.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/5115/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/5115/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/56/run-1744129540.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/56/run-1744129540.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/56/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/56/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/560048/run-1761007489.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/560048/run-1761007489.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/560048/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/560048/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/57073/run-1750336187.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/57073/run-1750336187.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/57073/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/57073/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/59141/run-1744129261.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/59141/run-1744129261.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/59141/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/59141/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/59144/run-1744129523.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/59144/run-1744129523.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/59144/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/59144/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/6342/run-1744129292.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/6342/run-1744129292.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/6342/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/6342/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/763373/run-1750335524.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/763373/run-1750335524.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/763373/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/763373/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/80002/run-1750131104.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/80002/run-1750131104.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/80002/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/80002/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/80069/run-1747246125.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/80069/run-1747246125.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/80069/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/80069/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/80094/run-1749215942.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/80094/run-1749215942.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/80094/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/80094/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/8453/run-1744129427.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/8453/run-1744129427.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/8453/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/8453/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/84532/run-1744129280.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/84532/run-1744129280.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/84532/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/84532/run-latest.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/97/run-1747246044.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/97/run-1747246044.json -------------------------------------------------------------------------------- /broadcast/DeploySimpleFactory.s.sol/97/run-latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/broadcast/DeploySimpleFactory.s.sol/97/run-latest.json -------------------------------------------------------------------------------- /documents/CaveatEnforcers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/documents/CaveatEnforcers.md -------------------------------------------------------------------------------- /documents/DeleGatorCore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/documents/DeleGatorCore.md -------------------------------------------------------------------------------- /documents/DelegationManager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/documents/DelegationManager.md -------------------------------------------------------------------------------- /documents/Deployments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/documents/Deployments.md -------------------------------------------------------------------------------- /documents/EIP7702DeleGator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/documents/EIP7702DeleGator.md -------------------------------------------------------------------------------- /documents/HybridDeleGator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/documents/HybridDeleGator.md -------------------------------------------------------------------------------- /documents/MultisigDeleGator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/documents/MultisigDeleGator.md -------------------------------------------------------------------------------- /documents/PartialERC7579.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/documents/PartialERC7579.md -------------------------------------------------------------------------------- /documents/Security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/documents/Security.md -------------------------------------------------------------------------------- /documents/StyleGuide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/documents/StyleGuide.md -------------------------------------------------------------------------------- /documents/diagrams/DelegationFlow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/documents/diagrams/DelegationFlow.md -------------------------------------------------------------------------------- /documents/diagrams/TokenTransferDelegationFlow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/documents/diagrams/TokenTransferDelegationFlow.md -------------------------------------------------------------------------------- /foundry.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/foundry.toml -------------------------------------------------------------------------------- /lcov.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/lcov.info -------------------------------------------------------------------------------- /remappings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/remappings.txt -------------------------------------------------------------------------------- /script/DeployCaveatEnforcers.s.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/script/DeployCaveatEnforcers.s.sol -------------------------------------------------------------------------------- /script/DeployDelegationFramework.s.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/script/DeployDelegationFramework.s.sol -------------------------------------------------------------------------------- /script/DeployDelegationMetaSwapAdapter.s.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/script/DeployDelegationMetaSwapAdapter.s.sol -------------------------------------------------------------------------------- /script/DeployEIP7702StatelessDeleGator.s.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/script/DeployEIP7702StatelessDeleGator.s.sol -------------------------------------------------------------------------------- /script/DeployMultiSigDeleGator.s.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/script/DeployMultiSigDeleGator.s.sol -------------------------------------------------------------------------------- /script/DeploySimpleFactory.s.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/script/DeploySimpleFactory.s.sol -------------------------------------------------------------------------------- /script/coverage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/script/coverage.sh -------------------------------------------------------------------------------- /script/verification/.gas-snapshot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/script/verification/.gas-snapshot -------------------------------------------------------------------------------- /script/verification/VerificationInstructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/script/verification/VerificationInstructions.md -------------------------------------------------------------------------------- /script/verification/verify-contract-with-lib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/script/verification/verify-contract-with-lib.sh -------------------------------------------------------------------------------- /script/verification/verify-contract.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/script/verification/verify-contract.sh -------------------------------------------------------------------------------- /script/verification/verify-enforcer-contracts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/script/verification/verify-enforcer-contracts.sh -------------------------------------------------------------------------------- /script/verification/verify-lib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/script/verification/verify-lib.sh -------------------------------------------------------------------------------- /script/verification/verify-utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/script/verification/verify-utils.sh -------------------------------------------------------------------------------- /src/DeleGatorCore.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/DeleGatorCore.sol -------------------------------------------------------------------------------- /src/DelegationManager.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/DelegationManager.sol -------------------------------------------------------------------------------- /src/EIP7702/EIP7702DeleGatorCore.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/EIP7702/EIP7702DeleGatorCore.sol -------------------------------------------------------------------------------- /src/EIP7702/EIP7702StatelessDeleGator.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/EIP7702/EIP7702StatelessDeleGator.sol -------------------------------------------------------------------------------- /src/HybridDeleGator.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/HybridDeleGator.sol -------------------------------------------------------------------------------- /src/MultiSigDeleGator.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/MultiSigDeleGator.sol -------------------------------------------------------------------------------- /src/enforcers/AllowedCalldataEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/AllowedCalldataEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/AllowedMethodsEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/AllowedMethodsEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/AllowedTargetsEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/AllowedTargetsEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/ArgsEqualityCheckEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/ArgsEqualityCheckEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/BlockNumberEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/BlockNumberEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/CaveatEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/CaveatEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/DeployedEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/DeployedEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/ERC1155BalanceChangeEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/ERC1155BalanceChangeEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/ERC1155MultiOperationIncreaseBalanceEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/ERC1155MultiOperationIncreaseBalanceEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/ERC20BalanceChangeEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/ERC20BalanceChangeEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/ERC20MultiOperationIncreaseBalanceEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/ERC20MultiOperationIncreaseBalanceEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/ERC20PeriodTransferEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/ERC20PeriodTransferEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/ERC20StreamingEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/ERC20StreamingEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/ERC20TransferAmountEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/ERC20TransferAmountEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/ERC721BalanceChangeEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/ERC721BalanceChangeEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/ERC721MultiOperationIncreaseBalanceEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/ERC721MultiOperationIncreaseBalanceEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/ERC721TransferEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/ERC721TransferEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/ExactCalldataBatchEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/ExactCalldataBatchEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/ExactCalldataEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/ExactCalldataEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/ExactExecutionBatchEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/ExactExecutionBatchEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/ExactExecutionEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/ExactExecutionEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/IdEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/IdEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/LimitedCallsEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/LimitedCallsEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/LogicalOrWrapperEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/LogicalOrWrapperEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/MultiTokenPeriodEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/MultiTokenPeriodEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/NativeBalanceChangeEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/NativeBalanceChangeEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/NativeTokenMultiOperationIncreaseBalanceEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/NativeTokenMultiOperationIncreaseBalanceEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/NativeTokenPaymentEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/NativeTokenPaymentEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/NativeTokenPeriodTransferEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/NativeTokenPeriodTransferEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/NativeTokenStreamingEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/NativeTokenStreamingEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/NativeTokenTransferAmountEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/NativeTokenTransferAmountEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/NonceEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/NonceEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/OwnershipTransferEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/OwnershipTransferEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/RedeemerEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/RedeemerEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/SpecificActionERC20TransferBatchEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/SpecificActionERC20TransferBatchEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/TimestampEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/TimestampEnforcer.sol -------------------------------------------------------------------------------- /src/enforcers/ValueLteEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/enforcers/ValueLteEnforcer.sol -------------------------------------------------------------------------------- /src/helpers/DelegationMetaSwapAdapter.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/helpers/DelegationMetaSwapAdapter.sol -------------------------------------------------------------------------------- /src/helpers/interfaces/IMetaSwap.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/helpers/interfaces/IMetaSwap.sol -------------------------------------------------------------------------------- /src/interfaces/ICaveatEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/interfaces/ICaveatEnforcer.sol -------------------------------------------------------------------------------- /src/interfaces/IDeleGatorCore.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/interfaces/IDeleGatorCore.sol -------------------------------------------------------------------------------- /src/interfaces/IDelegationManager.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/interfaces/IDelegationManager.sol -------------------------------------------------------------------------------- /src/interfaces/IERC173.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/interfaces/IERC173.sol -------------------------------------------------------------------------------- /src/interfaces/IERC7821.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/interfaces/IERC7821.sol -------------------------------------------------------------------------------- /src/libraries/ERC1271Lib.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/libraries/ERC1271Lib.sol -------------------------------------------------------------------------------- /src/libraries/EncoderLib.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/libraries/EncoderLib.sol -------------------------------------------------------------------------------- /src/libraries/P256SCLVerifierLib.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/libraries/P256SCLVerifierLib.sol -------------------------------------------------------------------------------- /src/libraries/P256VerifierLib.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/libraries/P256VerifierLib.sol -------------------------------------------------------------------------------- /src/libraries/WebAuthn.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/libraries/WebAuthn.sol -------------------------------------------------------------------------------- /src/libraries/utils/Base64URL.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/libraries/utils/Base64URL.sol -------------------------------------------------------------------------------- /src/utils/Constants.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/utils/Constants.sol -------------------------------------------------------------------------------- /src/utils/SimpleFactory.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/utils/SimpleFactory.sol -------------------------------------------------------------------------------- /src/utils/Types.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/src/utils/Types.sol -------------------------------------------------------------------------------- /test/CounterfactualAssetsTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/CounterfactualAssetsTest.t.sol -------------------------------------------------------------------------------- /test/DeleGatorTestSuite.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/DeleGatorTestSuite.t.sol -------------------------------------------------------------------------------- /test/DelegationChainMaxDepthTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/DelegationChainMaxDepthTest.t.sol -------------------------------------------------------------------------------- /test/DelegationChainWithCaveatsTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/DelegationChainWithCaveatsTest.t.sol -------------------------------------------------------------------------------- /test/DelegationManagerTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/DelegationManagerTest.t.sol -------------------------------------------------------------------------------- /test/EIP7702StatelessDeleGatorTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/EIP7702StatelessDeleGatorTest.t.sol -------------------------------------------------------------------------------- /test/HybridDeleGatorTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/HybridDeleGatorTest.t.sol -------------------------------------------------------------------------------- /test/InviteTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/InviteTest.t.sol -------------------------------------------------------------------------------- /test/MixedAuthorityDelegationTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/MixedAuthorityDelegationTest.t.sol -------------------------------------------------------------------------------- /test/MultiSigDeleGatorTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/MultiSigDeleGatorTest.t.sol -------------------------------------------------------------------------------- /test/ProxyMigrationTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/ProxyMigrationTest.t.sol -------------------------------------------------------------------------------- /test/RedemptionBatchSizeLimitsTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/RedemptionBatchSizeLimitsTest.t.sol -------------------------------------------------------------------------------- /test/RevokeDelegationMidChainTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/RevokeDelegationMidChainTest.t.sol -------------------------------------------------------------------------------- /test/enforcers/AllowedCalldataEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/AllowedCalldataEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/AllowedMethodsEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/AllowedMethodsEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/AllowedTargetsEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/AllowedTargetsEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/ArgsEqualityCheckEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/ArgsEqualityCheckEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/BlockNumberEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/BlockNumberEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/CaveatEnforcerBaseTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/CaveatEnforcerBaseTest.t.sol -------------------------------------------------------------------------------- /test/enforcers/DeployedEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/DeployedEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/ERC1155BalanceChangeEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/ERC1155BalanceChangeEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/ERC1155MultiOperationIncreaseBalanceEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/ERC1155MultiOperationIncreaseBalanceEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/ERC20BalanceChangeEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/ERC20BalanceChangeEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/ERC20MultiOperationIncreaseBalanceEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/ERC20MultiOperationIncreaseBalanceEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/ERC20PeriodTransferEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/ERC20PeriodTransferEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/ERC20StreamingEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/ERC20StreamingEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/ERC20TransferAmountEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/ERC20TransferAmountEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/ERC721BalanceChangeEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/ERC721BalanceChangeEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/ERC721MultiOperationIncreaseBalanceEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/ERC721MultiOperationIncreaseBalanceEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/ERC721TransferEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/ERC721TransferEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/ExactCalldataBatchEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/ExactCalldataBatchEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/ExactCalldataEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/ExactCalldataEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/ExactExecutionBatchEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/ExactExecutionBatchEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/ExactExecutionEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/ExactExecutionEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/IdEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/IdEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/LimitedCallsEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/LimitedCallsEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/LogicalOrWrapperEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/LogicalOrWrapperEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/MultiTokenPeriodEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/MultiTokenPeriodEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/NativeBalanceChangeEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/NativeBalanceChangeEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/NativeTokenMultiOperationIncreaseBalanceEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/NativeTokenMultiOperationIncreaseBalanceEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/NativeTokenPaymentEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/NativeTokenPaymentEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/NativeTokenPeriodTransferEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/NativeTokenPeriodTransferEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/NativeTokenStreamingEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/NativeTokenStreamingEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/NativeTokenTransferAmountEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/NativeTokenTransferAmountEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/NonceEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/NonceEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/OwnershipTransferEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/OwnershipTransferEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/PasswordEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/PasswordEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/RedeemerEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/RedeemerEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/SpecificActionERC20TransferBatchEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/SpecificActionERC20TransferBatchEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/TimestampEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/TimestampEnforcer.t.sol -------------------------------------------------------------------------------- /test/enforcers/ValueLteEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/enforcers/ValueLteEnforcer.t.sol -------------------------------------------------------------------------------- /test/helpers/DelegationMetaSwapAdapter.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/helpers/DelegationMetaSwapAdapter.t.sol -------------------------------------------------------------------------------- /test/metaTests/EncoderLibTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/metaTests/EncoderLibTest.t.sol -------------------------------------------------------------------------------- /test/metaTests/StorageUtilsLibTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/metaTests/StorageUtilsLibTest.t.sol -------------------------------------------------------------------------------- /test/metaTests/TypehashTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/metaTests/TypehashTest.t.sol -------------------------------------------------------------------------------- /test/utils/AccountSorterLib.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/AccountSorterLib.t.sol -------------------------------------------------------------------------------- /test/utils/BaseTest.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/BaseTest.t.sol -------------------------------------------------------------------------------- /test/utils/BasicCF721.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/BasicCF721.t.sol -------------------------------------------------------------------------------- /test/utils/BasicERC1155.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/BasicERC1155.t.sol -------------------------------------------------------------------------------- /test/utils/BasicERC20.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/BasicERC20.t.sol -------------------------------------------------------------------------------- /test/utils/Constants.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/Constants.sol -------------------------------------------------------------------------------- /test/utils/Counter.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/Counter.t.sol -------------------------------------------------------------------------------- /test/utils/CounterWithReceive.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/CounterWithReceive.t.sol -------------------------------------------------------------------------------- /test/utils/Eip712Lib.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/Eip712Lib.t.sol -------------------------------------------------------------------------------- /test/utils/GasReporter.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/GasReporter.t.sol -------------------------------------------------------------------------------- /test/utils/Invalid1271.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/Invalid1271.t.sol -------------------------------------------------------------------------------- /test/utils/MockCaveatEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/MockCaveatEnforcer.sol -------------------------------------------------------------------------------- /test/utils/MockFailureCaveatEnforcer.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/MockFailureCaveatEnforcer.sol -------------------------------------------------------------------------------- /test/utils/PasswordCaveatEnforcer.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/PasswordCaveatEnforcer.t.sol -------------------------------------------------------------------------------- /test/utils/SCLWrapperLib.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/SCLWrapperLib.sol -------------------------------------------------------------------------------- /test/utils/SigningUtilsLib.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/SigningUtilsLib.t.sol -------------------------------------------------------------------------------- /test/utils/StorageUtilsLib.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/StorageUtilsLib.t.sol -------------------------------------------------------------------------------- /test/utils/Types.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/Types.t.sol -------------------------------------------------------------------------------- /test/utils/UserOperationLib.t.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MetaMask/delegation-framework/HEAD/test/utils/UserOperationLib.t.sol --------------------------------------------------------------------------------