Skip to content

Commit

Permalink
Fix holey array
Browse files Browse the repository at this point in the history
  • Loading branch information
Data-Nexus committed Feb 10, 2024
1 parent 09e750a commit 5cd33d4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/utils/staticTokenDefinition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ export class StaticTokenDefinition {
name: string
decimals: BigInt

// Initialize a Token Definition with its attributes
constructor(address: Address, symbol: string, name: string, decimals: BigInt) {
this.address = address
this.symbol = symbol
this.name = name
this.decimals = decimals
}

static getStaticDefinitions(): Array<StaticTokenDefinition> {
const staticDefinitions: Array<StaticTokenDefinition> = [
{
Expand Down

0 comments on commit 5cd33d4

Please sign in to comment.