From c8cc0bf5d42472a0f8dacb6cf560bc97225e3879 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Sat, 15 Jun 2024 08:33:23 +0900 Subject: [PATCH] fix: update rpc url --- app/ZetaChainContext.tsx | 2 +- package.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/ZetaChainContext.tsx b/app/ZetaChainContext.tsx index 644c01c..1332201 100644 --- a/app/ZetaChainContext.tsx +++ b/app/ZetaChainContext.tsx @@ -16,7 +16,7 @@ export function ZetaChainProvider({ children }: ZetaChainProviderProps) { zeta_testnet: { api: [ { - url: `https://zetachain-testnet-archive.allthatnode.com:8545/${process.env.NEXT_PUBLIC_ATN_KEY}`, + url: `https://zetachain-athens.g.allthatnode.com/archive/evm/${process.env.NEXT_PUBLIC_ATN_KEY}`, type: "evm", }, ], diff --git a/package.json b/package.json index a5a6d6c..e4cb5cb 100644 --- a/package.json +++ b/package.json @@ -84,5 +84,6 @@ "prettier": "^2.8.8", "tailwindcss": "^3.3.2", "typescript": "^5.2.2" - } -} \ No newline at end of file + }, + "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" +}