Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update data source
Browse files Browse the repository at this point in the history
pdp2121 committed May 1, 2024
1 parent 2290fcb commit 47b8789
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
@@ -92,7 +92,7 @@ async function nameOfAmendmentID(): Promise<void> {
async function fetchMinRippledVersions(): Promise<void> {
try {
const response = await axios.get(
'https://raw.githubusercontent.com/XRPLF/xrpl-dev-portal/b3cb2c667a03f0b043989958706497bf54c74cc2/resources/known-amendments.md',
'https://raw.githubusercontent.com/XRPLF/xrpl-dev-portal/master/resources/known-amendments.md',
)
const text = response.data

0 comments on commit 47b8789

Please sign in to comment.