Skip to content

Commit

Permalink
update rippled link
Browse files Browse the repository at this point in the history
  • Loading branch information
pdp2121 committed Jul 2, 2024
1 parent fd9b81a commit 552c7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/database/amendments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const AMENDMENT_VERSION_REGEX =
async function fetchAmendmentNames(): Promise<Map<string, boolean> | null> {
try {
const response = await axios.get(
'https://raw.githubusercontent.com/ripple/rippled/develop/src/ripple/protocol/impl/Feature.cpp',
'https://raw.githubusercontent.com/XRPLF/rippled/develop/src/libxrpl/protocol/Feature.cpp',
)
const text = response.data
const amendmentNames: Map<string, boolean> = new Map()
Expand Down

0 comments on commit 552c7cc

Please sign in to comment.