Rename p2p-org to drpcorg (#484)

This commit is contained in:
Tony Ganch
2024-05-22 11:19:50 +02:00
committed by GitHub
parent 8f8d89ae74
commit 100578dc6d
10 changed files with 21 additions and 21 deletions

View File

@@ -55,7 +55,7 @@
addEventListener("DOMContentLoaded", async (event) => {
let response = await fetch(
"https://raw.githubusercontent.com/p2p-org/dshackle/master/foundation/src/main/resources/chains.yaml"
"https://raw.githubusercontent.com/drpcorg/dshackle/master/foundation/src/main/resources/chains.yaml"
);
let chains = yaml.load(await response.text());
let protocols = chains["chain-settings"].protocols;