Skip to content

Commit

Permalink
chrore: moving shared config into core repo
Browse files Browse the repository at this point in the history
Signed-off-by: dzmitry-lahoda <[email protected]>
  • Loading branch information
dzmitry-lahoda authored Nov 22, 2023
1 parent c078c96 commit b2ede69
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions networks/config.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
cosmos = {
centauri = {
mainnet = {
rpc = [
"https://composable-rpc.polkachu.com:443"
]
};
};
};
}

0 comments on commit b2ede69

Please sign in to comment.