From 62fe120cc8c8b9a3320b80d4020bf51ee8d940c3 Mon Sep 17 00:00:00 2001 From: Kenny Date: Thu, 12 Sep 2024 19:39:18 -0400 Subject: [PATCH] use rhino rpcs --- chains/testnet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chains/testnet.json b/chains/testnet.json index f15a6bd4a7..6c43d3bbef 100644 --- a/chains/testnet.json +++ b/chains/testnet.json @@ -4,13 +4,13 @@ "api": [ { "provider": "upshot", - "address": "https://allora-api.testnet.allora.network" + "address": "https://testnet-allora-rest.rhino-apis.com/" } ], "rpc": [ { "provider": "upshot", - "address": "https://allora-rpc.testnet.allora.network" + "address": "https://testnet-allora-rpc.rhino-apis.com" } ], "sdk_version": "0.45.1", @@ -26,4 +26,4 @@ ], "max_total_supply": "1000000000000000000000000000", "logo": "/chain-logos/allora.jpeg" -} \ No newline at end of file +}