From 747afa8e8c97a44d8c89f4c4484b3e45727c1a8e Mon Sep 17 00:00:00 2001 From: MozirDmitriy Date: Mon, 16 Jun 2025 20:59:48 +0300 Subject: [PATCH] Update ConsenSys StandardToken.sol reference link to current GitHub location --- test/externalTests/solc-js/DAO/Token.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/externalTests/solc-js/DAO/Token.sol b/test/externalTests/solc-js/DAO/Token.sol index 0e566830f3e9..de52bec5bf10 100644 --- a/test/externalTests/solc-js/DAO/Token.sol +++ b/test/externalTests/solc-js/DAO/Token.sol @@ -23,7 +23,7 @@ corresponding approval process. Tokens need to be created by a derived contract (e.g. TokenCreation.sol). Thank you ConsenSys, this contract originated from: -https://github.com/ConsenSys/Tokens/blob/master/Token_Contracts/contracts/Standard_Token.sol +https://github.com/ConsenSys/Token-Factory/blob/master/contracts/StandardToken.sol Which is itself based on the Ethereum standardized contract APIs: https://github.com/ethereum/wiki/wiki/Standardized_Contract_APIs */