Skip to content

Commit 43ae1c3

Browse files
authored
Merge branch 'main' into fix/rehashing-logic-or
2 parents 5f5cf45 + bfbdf97 commit 43ae1c3

39 files changed

+11256
-2
lines changed

.env.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ BINANCE_RPC_URL=https://binance.llamarpc.com
3737
BERACHAIN_RPC_URL=https://rpc.berachain.com
3838
UNICHAIN_RPC_URL=https://unichain-mainnet.infura.io/v3/${RPC_API_KEY}
3939
ARBITRUM_NOVA_RPC_URL=https://nova.arbitrum.io/rpc
40+
INK_RPC_URL=https://rpc-gel.inkonchain.com
4041

4142
# Testnets
4243
SEPOLIA_RPC_URL=https://sepolia.infura.io/v3/${RPC_API_KEY}
@@ -50,4 +51,6 @@ ARBITRUM_SEPOLIA_RPC_URL=https://arbitrum-sepolia.infura.io/v3/${RPC_API_KEY}
5051
BERACHAIN_TESTNET_RPC_URL=https://bepolia.rpc.berachain.com
5152
UNICHAIN_SEPOLIA_RPC_URL=https://unichain-sepolia.infura.io/v3/${RPC_API_KEY}
5253
MONAD_TESTNET_RPC_URL=https://testnet-rpc.monad.xyz
53-
POLYGON_AMOY_RPC_URL=https://rpc-amoy.polygon.technology
54+
POLYGON_AMOY_RPC_URL=https://rpc-amoy.polygon.technology
55+
CITREA_TESTNET_RPC_URL=https://rpc.testnet.citrea.xyz/
56+
INK_SEPOLIA_RPC_URL=https://rpc-gel-sepolia.inkonchain.com

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@
2222
[submodule "lib/erc7579-implementation"]
2323
path = lib/erc7579-implementation
2424
url = https://github.com/erc7579/erc7579-implementation
25+
[submodule "lib/FreshCryptoLib"]
26+
path = lib/FreshCryptoLib
27+
url = https://github.com/rdubois-crypto/FreshCryptoLib

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ Developers can build new Caveat Enforcers for their own use cases, and the possi
7474

7575
[Read more on "Caveats" ->](/documents/DelegationManager.md#Caveats)
7676

77+
### Security
78+
79+
See [Security Guidelines](/documents/Security.md) for security considerations.
80+
7781
## Development
7882

7983
### Third Party Developers

broadcast/DeployCaveatEnforcers.s.sol/5115/run-1750334318.json

Lines changed: 1201 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/DeployCaveatEnforcers.s.sol/5115/run-latest.json

Lines changed: 1201 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/DeployCaveatEnforcers.s.sol/57073/run-1750336132.json

Lines changed: 1329 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/DeployCaveatEnforcers.s.sol/57073/run-latest.json

Lines changed: 1329 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/DeployCaveatEnforcers.s.sol/763373/run-1750335436.json

Lines changed: 1329 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/DeployCaveatEnforcers.s.sol/763373/run-latest.json

Lines changed: 1329 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/DeployDelegationFramework.s.sol/5115/run-1750334222.json

Lines changed: 306 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)