Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix ABI used in vesting page
Sebastian Martinez committed 3 years ago
commit d740d7e5a1de92b4699f64c06ce0227920a032ae
parent 31e037eb16d510823b4dffac1573e8b09c911415
1 file changed +1 -1
modified src/base/vesting/vesting.ts
@@ -61,7 +61,7 @@ export async function getInfo(

  const tokenContract = new ethers.Contract(
    token,
-
    ethereumContractAbis.vesting,
+
    ethereumContractAbis.token,
    wallet.provider,
  );
  const symbol = await tokenContract.symbol();