From 82bd68b1d6f91fdddfe4610ac74548be02ba316e Mon Sep 17 00:00:00 2001 From: cor Date: Thu, 25 Jul 2024 04:11:04 +0200 Subject: [PATCH] update union testnet config to official RPCs (#737) --- cosmos/union-testnet.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cosmos/union-testnet.json b/cosmos/union-testnet.json index 827f333fd..19da1de8c 100644 --- a/cosmos/union-testnet.json +++ b/cosmos/union-testnet.json @@ -2,13 +2,13 @@ "chainId": "union-testnet-8", "chainName": "Union Testnet", "nodeProvider": { - "name": "bonlulu", - "email": "validator@luelo.dev", - "website": "https://testnet.bonlulu.uno" + "name": "union", + "email": "ben@union.build", + "website": "https://explorer.testnet-8.union.build" }, "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/union-testnet/chain.png", - "rpc": "https://rpc.testnet.bonlulu.uno", - "rest": "https://api.testnet.bonlulu.uno", + "rest": "https://rest.testnet-8.union.build", + "rpc": "https://rpc.testnet-8.union.build", "bip44": { "coinType": 118 },