We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18db32c commit f9f1dc8Copy full SHA for f9f1dc8
contracts/token/ERC20/extensions/ERC20Bridgeable.sol
@@ -8,7 +8,7 @@ import {IERC7802} from "../../../interfaces/IERC7802.sol";
8
9
/**
10
* @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].
+ * https://github.com/ethereum/ERCs/blob/master/ERCS/erc-7802.md[ERC-7802].
12
*
13
* NOTE: To implement a crosschain gateway for a chain, consider using an implementation if {IERC7786} token
14
* bridge (e.g. {AxelarGatewaySource}, {AxelarGatewayDestination}).
0 commit comments