Skip to content

Commit

Permalink
Add Lido for Solana program address label to explorer (solana-labs#19870
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ruuda committed Sep 15, 2021
1 parent 67fa994 commit fb0c590
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions explorer/src/utils/tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export enum PROGRAM_NAMES {
SERUM_2 = "Serum Program v2",
SERUM_3 = "Serum Program v3",
SOLEND = "Solend Program",
SOLIDO = "Lido for Solana Program",
STEP_SWAP = "Step Finance Swap Program",
SWITCHBOARD = "Switchboard Oracle Program",
WORMHOLE = "Wormhole",
Expand Down Expand Up @@ -148,6 +149,7 @@ export const PROGRAM_DEPLOYMENTS = {
[PROGRAM_NAMES.SERUM_2]: MAINNET_ONLY,
[PROGRAM_NAMES.SERUM_3]: MAINNET_ONLY,
[PROGRAM_NAMES.SOLEND]: MAINNET_ONLY,
[PROGRAM_NAMES.SOLIDO]: MAINNET_ONLY,
[PROGRAM_NAMES.STEP_SWAP]: MAINNET_ONLY,
[PROGRAM_NAMES.SWITCHBOARD]: MAINNET_ONLY,
[PROGRAM_NAMES.WORMHOLE]: MAINNET_ONLY,
Expand Down Expand Up @@ -205,6 +207,7 @@ export const PROGRAM_NAME_BY_ID = {
EUqojwWA2rd19FZrzeBncJsm38Jm1hEhE3zsmX3bRc2o: PROGRAM_NAMES.SERUM_2,
"9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin": PROGRAM_NAMES.SERUM_3,
So1endDq2YkqhipRh3WViPa8hdiSpxWy6z3Z6tMCpAo: PROGRAM_NAMES.SOLEND,
CrX7kMhLC3cSsXJdT7JDgqrRVWGnUpX3gfEfxxU2NVLi: PROGRAM_NAMES.SOLIDO,
"22Y43yTVxuUkoRKdm9thyRhQ3SdgQS7c7kB6UNCiaczD": PROGRAM_NAMES.STEP_SWAP,
DtmE9D2CSB4L5D6A15mraeEjrGMm6auWVzgaD8hK2tZM: PROGRAM_NAMES.SWITCHBOARD,
WormT3McKhFJ2RkiGpdw9GKvNCrB2aB54gb2uV9MfQC: PROGRAM_NAMES.WORMHOLE,
Expand Down

0 comments on commit fb0c590

Please sign in to comment.