Skip to content

Commit

Permalink
Update nodes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vasuxdev authored Apr 5, 2024
1 parent c28a4a6 commit af5ea78
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/database/data/nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,14 @@ export const NODES_CONFIG: { [key in NetworkId]: StaticNodeConfig[] } = {
url: 'https://www.ethercluster.com/etc'
}
],

DOGE: [
{
name: NetworkUtils.makeNodeName('DOGE', 'dogechain.info'),
type: NodeType.DOGECHAIN,
service: 'DOGE dogechain.info',
url: 'https://dogechain.info/api/v1/'
}
],
RSK: [
{
name: NetworkUtils.makeNodeName('RSK', 'rsk_mainnet'),
Expand Down

0 comments on commit af5ea78

Please sign in to comment.