Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaBothara committed Jul 9, 2024
1 parent 1cd7868 commit fa52dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const ROOT_NETWORK = {
GraphQlEndpoint,
MongoApiEndpoint,
MongoDatabase: "devnet-ingestor",
}
},
}[IS_MAINNET ? "mainnet" : IS_DEVNET ? "devnet" : "porcini"];

export const BURN_ADDRESSES = [
Expand Down

0 comments on commit fa52dbc

Please sign in to comment.