Renaming the Bonfida Pool -> Serum Pool (#28813)

This program is owned by Serum, not by Bonfida
This commit is contained in:
jon wong 2022-11-21 15:14:27 -05:00 committed by GitHub
parent 755b0a1055
commit 5dfb974a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,6 @@ export enum PROGRAM_NAMES {
// other
ACUMEN = "Acumen Program",
BONFIDA_POOL = "Bonfida Pool Program",
BREAK_SOLANA = "Break Solana Program",
CHAINLINK_ORACLE = "Chainlink OCR2 Oracle Program",
CHAINLINK_STORE = "Chainlink Store Program",
@ -88,6 +87,7 @@ export enum PROGRAM_NAMES {
SERUM_2 = "Serum Dex Program v2",
SERUM_3 = "Serum Dex Program v3",
SERUM_SWAP = "Serum Swap Program",
SERUM_POOL = "Serum Pool",
SOLEND = "Solend Program",
SOLIDO = "Lido for Solana Program",
STEP_SWAP = "Step Finance Swap Program",
@ -206,7 +206,7 @@ export const PROGRAM_INFO_BY_ID: { [address: string]: ProgramInfo } = {
deployments: [Cluster.MainnetBeta],
},
WvmTNLpGMVbwJVYztYL4Hnsy82cJhQorxjnnXcRm3b6: {
name: PROGRAM_NAMES.BONFIDA_POOL,
name: PROGRAM_NAMES.SERUM_POOL,
deployments: [Cluster.MainnetBeta],
},
BrEAK7zGZ6dM71zUDACDqJnekihmwF15noTddWTsknjC: {