Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add P2P.org infra support #76

Merged
merged 3 commits into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions user-and-dev-tools/mainnet/namada-indexers.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,12 @@
"Team or Contributor Name": "MurphyNode",
"Discord UserName": "lyeoeon",
"GitHub Account": "https://github.com/lyeoeon1"
},
{
"Which Indexer": "namada-indexer",
"Indexer API URL": "https://api-namada-mainnet-indexer.tm.p2p.org",
"Team or Contributor Name": "P2P.org",
"Discord UserName": "fedorly",
"GitHub Account": "felichita"
}
]
6 changes: 6 additions & 0 deletions user-and-dev-tools/mainnet/rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,5 +238,11 @@
"Team or Contributor Name": "MurphyNode",
"Discord UserName": "lyeoeon",
"GitHub Account": "https://github.com/lyeoeon1"
},
{
"RPC Address": "https://namada-archive.tm.p2p.org",
"Team or Contributor Name": "P2P.org",
"Discord UserName": "fedorly",
"GitHub Account": "felichita"
}
]
7 changes: 7 additions & 0 deletions user-and-dev-tools/mainnet/snapshots.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,12 @@
"Team or Contributor Name": "Validatus",
"Discord UserName": "validatus.com",
"GitHub Account": "https://github.com/Validatus-com/"
},
{
"Snapshot Link": "https://namada-mainnet-archive-snapshots.tm.p2p.org",
"Update Frequency": "12h",
"Team or Contributor Name": "P2P.org",
"Discord UserName": "fedorly",
"GitHub Account": "felichita"
}
]
Loading