From 697f19351ce2f8d5e202124fd2091ef3d41c9228 Mon Sep 17 00:00:00 2001 From: Joon Date: Tue, 13 Jun 2023 12:57:53 -0300 Subject: [PATCH] fix links --- chains/testnet/banksy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chains/testnet/banksy.json b/chains/testnet/banksy.json index b29039f9..5fa99fa5 100644 --- a/chains/testnet/banksy.json +++ b/chains/testnet/banksy.json @@ -1,7 +1,7 @@ { "chain_name": "banksy-testnet-2", - "api": ["https://composable-api.polkachu.com"], - "rpc": ["https://composable-rpc.polkachu.com"], + "api": ["https://composable-testnet-api.polkachu.com/"], + "rpc": ["https://composable-testnet-rpc.polkachu.com/"], "coingecko": "", "snapshot_provider": "", "sdk_version": "0.37.0",