Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Nov 9, 2024
1 parent 4712b28 commit 7b1aa84
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 65 deletions.
2 changes: 1 addition & 1 deletion packages/dispatch/scripts/deploy/CodeIdConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class CodeIdConfig {
}

private save() {
fs.writeFileSync(codeIdsPath, JSON.stringify(this._codeIds, null, 2))
fs.writeFileSync(codeIdsPath, JSON.stringify(this._codeIds, null, 2) + '\n')
}

/**
Expand Down
3 changes: 2 additions & 1 deletion packages/dispatch/scripts/deploy/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@ export const chainIdToDeploymentArgs: Record<string, Record<string, any>> = {
},
[ChainId.OmniflixHubMainnet]: {
mnemonic: 'df_operator',
authz: 'omniflix1kr6t4gg33kfuc26rz4xxkv0ftlxq5j09pndcf9ndk450rrevgf8sy59urv',
authz:
'omniflix1kr6t4gg33kfuc26rz4xxkv0ftlxq5j09pndcf9ndk450rrevgf8sy59urv',
},
[ChainId.BitsongTestnet]: {
mnemonic: 'bitsong_testnet',
Expand Down
Loading

0 comments on commit 7b1aa84

Please sign in to comment.