Published on

ethers.jsでINT MAXの値を使う方法

Authors
  • avatar
    Name
    ssu
    Twitter

approveなどの際によく使われているINT_MAXですが、 ethers.jsですでに用意されているので、 これを使えば簡単にできます。

具体的に下記のconstantを参照するだけです

ethers.constants.MaxUint256

参考: ethers.constants.MaxUint256