Skip to content

Commit

Permalink
holey array fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Data-Nexus committed Feb 7, 2024
1 parent 81f82f3 commit fc52c79
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
}

// Get all tokens with a static defintion
static getStaticDefinitions(): Array<StaticTokenDefinition> {
const staticDefinitions: Array<StaticTokenDefinition> = [
Expand Down

0 comments on commit fc52c79

Please sign in to comment.