Update solmate repo link (#3563)

pull/3567/head
t11s 3 years ago committed by GitHub
parent 628a6e2866
commit e0149921b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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);

Loading…
Cancel
Save