new link for chains.yaml (#524)

This commit is contained in:
a10zn8
2024-07-16 11:16:27 +03:00
committed by GitHub
parent a20a0c247e
commit 2e2a538b92

View File

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