Skip to content

Commit cc554fc

Browse files
authored
Link to eips.ethereum.org for merged ERCs (#92)
1 parent 30ad910 commit cc554fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/master/ERCS/erc-7802.md[ERC-7802].
11+
* https://eips.ethereum.org/EIPS/eip-7802[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)