Skip to content

Commit

Permalink
fix: set eip721 name for credit scores
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Nov 21, 2023
1 parent 55e5fa1 commit 4deb61c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/contracts/contract-modules/credit-score.ts
Expand Up @@ -187,6 +187,7 @@ export class CreditScore extends MasaSBTModuleBase {
const { signature, domain } = await signTypedData({
contract: this.instances.SoulboundCreditScoreContract,
signer: this.masa.config.signer,
name: "SoulboundCreditScore",
types: this.types,
value,
});
Expand Down

0 comments on commit 4deb61c

Please sign in to comment.