From 63f3fa57e4b1f9c681f489d36d392e7aa46a300b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi?= <109862559+Remi-IBS@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:41:15 +0100 Subject: [PATCH] Add Inter blockchain services RPC and seed Add Inter Blockchain Services RPC and seed --- user-and-dev-tools/mainnet/rpc.json | 6 ++++++ user-and-dev-tools/mainnet/seeds.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/user-and-dev-tools/mainnet/rpc.json b/user-and-dev-tools/mainnet/rpc.json index 34f35c6..50c0d7f 100644 --- a/user-and-dev-tools/mainnet/rpc.json +++ b/user-and-dev-tools/mainnet/rpc.json @@ -250,5 +250,11 @@ "Team or Contributor Name": "P2P.org", "Discord UserName": "fedorly", "GitHub Account": "felichita" + }, + { + "RPC Address": "https://namada-rpc.ibs.team", + "Team or Contributor Name": "Inter Blockchain Services", + "Discord UserName": "remiinterblockchainservices", + "GitHub Account": "Inter-Blockchain-Service" } ] diff --git a/user-and-dev-tools/mainnet/seeds.json b/user-and-dev-tools/mainnet/seeds.json index 535f96f..7e16950 100644 --- a/user-and-dev-tools/mainnet/seeds.json +++ b/user-and-dev-tools/mainnet/seeds.json @@ -94,5 +94,11 @@ "Team or Contributor Name": "newton.zone", "Discord UserName": "0xb0b", "GitHub Account": "https://github.com/ekhvalov" + }, + { + "Seed Node Address": "tcp://10ed1e176d874c8bb3c7c065685d2da6a4b86475@seed-namada.ibs.team:16690", + "Team or Contributor Name": "Inter Blockchain Services", + "Discord UserName": "remiinterblockchainservices", + "GitHub Account": "Inter-Blockchain-Service" } ]