Renaming the Bonfida Pool -> Serum Pool (#28813)
This program is owned by Serum, not by Bonfida
This commit is contained in:
parent
755b0a1055
commit
5dfb974a29
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue