Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
fix: update rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jun 14, 2024
1 parent 170cea0 commit c8cc0bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/ZetaChainContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "^5.2.2"
}
}
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}

0 comments on commit c8cc0bf

Please sign in to comment.