Skip to content

Commit

Permalink
Merge pull request #1254 from rainlanguage/2024-02-10-registry-update
Browse files Browse the repository at this point in the history
new registry
  • Loading branch information
hardyjosh authored Feb 10, 2025
2 parents 05e0814 + 491fc14 commit 79d8f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp/src/lib/stores/registry.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { writable } from 'svelte/store';

export const registryUrl = writable<string>(
'https://raw.githubusercontent.com/rainlanguage/rain.strategies/refs/heads/main/strategies/dev/registry'
'https://raw.githubusercontent.com/rainlanguage/rain.strategies/ebde1801fe4a1cb5e6ce76778d5f7852cf1af634/ports/registry'
);

0 comments on commit 79d8f55

Please sign in to comment.