Skip to content

Commit

Permalink
refactor: change genesis hash network token name
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Nov 13, 2024
1 parent 3e481f0 commit 63fbbd0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ export class ApiNetworkTokenDataService {
network: { connect: { cluster: network.cluster } },
type: NetworkTokenType.Validator,
account: hash,
name: `${network.cluster.replace('Solana', 'Solana ')} Genesis`,
name: `${network.cluster.replace('Solana', 'Solana ')}`,
description: `Genesis Hash for ${network.cluster.replace('Solana', 'Solana ')}`,
program: SystemProgram.programId.toBase58(),
}

await this.core.data.networkToken.create({ data })
this.logger.log(
`ensureGenesisHash: Created Genesis Block for cluster ${network.cluster} with genesis hash ${hash}`,
Expand Down

0 comments on commit 63fbbd0

Please sign in to comment.