Skip to content

Commit

Permalink
fix: typo at issuanceToken decimals
Browse files Browse the repository at this point in the history
  • Loading branch information
mguleryuz committed Dec 10, 2024
1 parent 9c70f47 commit 0b7977e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6198,7 +6198,7 @@ export const data = [
internalType: 'uint256',
name: '_0',
type: 'uint256',
tags: ['extras:issuanceToken:decimals'],
tags: ['decimals:extras:issuanceToken'],
description: 'uint The static price for buying the issuance token.',
},
],
Expand Down Expand Up @@ -14408,7 +14408,7 @@ export const data = [
internalType: 'uint256',
name: '_0',
type: 'uint256',
tags: ['extras:issuanceToken:decimals'],
tags: ['decimals:extras:issuanceToken'],
description:
'price_ Current price in 18 decimals (collateral tokens per 1 issuance token)',
},
Expand Down Expand Up @@ -14615,7 +14615,7 @@ export const data = [
internalType: 'uint256',
name: 'price_',
type: 'uint256',
tags: ['extras:issuanceToken:decimals'],
tags: ['decimals:extras:issuanceToken'],
description: 'The price to set',
},
],
Expand Down

0 comments on commit 0b7977e

Please sign in to comment.