Skip to content

Commit f9f1dc8

Browse files
authored
Update link to ERC-7802 in ERC20Bridgeable (#91)
1 parent 18db32c commit f9f1dc8

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/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)