فهرست منبع

Update solmate repo link (#3563)

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