Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra authored Aug 30, 2024
1 parent d51348a commit f7cb1c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/utils/programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@ export const PROGRAM_INFO_BY_ID: { [address: string]: ProgramInfo } = {
deployments: [Cluster.MainnetBeta],
name: PROGRAM_NAMES.SERUM_3,
},
'oreV2ZymfyeXgNgBdqMkumTqqAprVqgBWQfoYkrtKWQ': {
deployments: [Cluster.MainnetBeta],
name: PROGRAM_NAMES.ORE
},
A5JxZVHgXe7fn5TqJXm6Hj2zKh1ptDapae2YjtXbZJoy: {
deployments: [Cluster.Devnet, Cluster.MainnetBeta],
name: PROGRAM_NAMES.FINTERNET_TOKEN_MANAGER,
Expand Down Expand Up @@ -415,6 +411,10 @@ export const PROGRAM_INFO_BY_ID: { [address: string]: ProgramInfo } = {
deployments: LIVE_CLUSTERS,
name: PROGRAM_NAMES.NAME,
},
oreV2ZymfyeXgNgBdqMkumTqqAprVqgBWQfoYkrtKWQ: {
deployments: [Cluster.MainnetBeta],
name: PROGRAM_NAMES.ORE
},
p1exdMJcjVao65QdewkaZRUnU6VPSXhus9n2GzWfh98: {
deployments: LIVE_CLUSTERS,
name: PROGRAM_NAMES.METAPLEX,
Expand Down

0 comments on commit f7cb1c7

Please sign in to comment.