Skip to content

Commit 582e86c

Browse files
authored
Merge branch 'master' into refacture/extended-enumerable-structs
2 parents 0796a04 + 30ad910 commit 582e86c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
- `EnumerableSetExtended` and `EnumerableMapExtended`: Extensions of the `EnumerableSet` and `EnumerableMap` libraries with more types, including non-value types.
44

5+
## 07-03-2025
6+
7+
- `ERC7786Aggregator`: Add an aggregator that implements a meta gateway on top of multiple ERC-7786 gateways.
8+
59
## 31-01-2025
610

711
- `PaymasterCore`: Add a simple ERC-4337 paymaster implementation with minimal logic.

contracts/token/ERC20/extensions/ERC20Bridgeable.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {IERC7802} from "../../../interfaces/IERC7802.sol";
88

99
/**
1010
* @dev ERC20 extension that implements the standard token interface according to
11-
* https://github.com/ethereum/ERCs/blob/bcea9feb6c3f3ded391e33690056635d722b101e/ERCS/erc-7802.md[ERC-7802].
11+
* https://github.com/ethereum/ERCs/blob/master/ERCS/erc-7802.md[ERC-7802].
1212
*
1313
* NOTE: To implement a crosschain gateway for a chain, consider using an implementation if {IERC7786} token
1414
* bridge (e.g. {AxelarGatewaySource}, {AxelarGatewayDestination}).

0 commit comments

Comments
 (0)