Skip to content

Commit

Permalink
added finternet program ids mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvsol committed Aug 27, 2024
1 parent 832ef85 commit 808159a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/utils/programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export const PROGRAM_INFO_BY_ID: { [address: string]: ProgramInfo } = {
name: PROGRAM_NAMES.SERUM_3,
},
A5JxZVHgXe7fn5TqJXm6Hj2zKh1ptDapae2YjtXbZJoy: {
deployments: [Cluster.Devnet],
deployments: [Cluster.Devnet, Cluster.MainnetBeta],
name: PROGRAM_NAMES.FINTERNET_TOKEN_MANAGER,
},
// spl
Expand Down Expand Up @@ -203,7 +203,7 @@ export const PROGRAM_INFO_BY_ID: { [address: string]: ProgramInfo } = {
name: PROGRAM_NAMES.CLOCKWORK_2,
},
CmFuqQTLs2nQof5uaktJn1a6k2VdbGmZPfrJufB2Vm3F: {
deployments: [Cluster.Devnet],
deployments: [Cluster.Devnet,Cluster.MainnetBeta],
name: PROGRAM_NAMES.FINTERNET_USER_MANAGER,
},
ComputeBudget111111111111111111111111111111: {
Expand Down

0 comments on commit 808159a

Please sign in to comment.