t11s 3 роки тому
батько
коміт
e0149921b8
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      test/token/ERC20/extensions/ERC4626.test.js

+ 1 - 1
test/token/ERC20/extensions/ERC4626.test.js

@@ -396,7 +396,7 @@ contract('ERC4626', function (accounts) {
   });
 
   /// Scenario inspired by solmate ERC4626 tests:
-  /// https://github.com/Rari-Capital/solmate/blob/main/src/test/ERC4626.t.sol
+  /// https://github.com/transmissions11/solmate/blob/main/src/test/ERC4626.t.sol
   it('multiple mint, deposit, redeem & withdrawal', async function () {
     // test designed with both asset using similar decimals
     this.token = await ERC20DecimalsMock.new(name, symbol, 18);