Skip to content

Commit

Permalink
Add default gun peer
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungheonOh committed Mar 14, 2024
1 parent b836717 commit 875e746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cardano/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const defaultConfig: Config = {
network: "mainnet",
submitAPI: defaultSubmitURIMainnet,
SMASH: defaultSMASHMainnet,
gunPeers: [],
gunPeers: ["https://adao-gun.glitch.me/gun"],
autoSync: true,
};

Expand Down

0 comments on commit 875e746

Please sign in to comment.