Skip to content

Commit

Permalink
Merge branch 'staging' of https://github.com/CrocSwap/ambient-ts-app
Browse files Browse the repository at this point in the history
…into mainnetDeploy
  • Loading branch information
benwolski committed Oct 21, 2024
2 parents 01da8a9 + 2f57707 commit a1c0ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ambient-ts-app",
"version": "2.9.7",
"version": "2.9.8",
"private": true,
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/ambient-utils/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const BLOCK_POLLING_RPC_URL =
export const MAINNET_RPC_URL =
import.meta.env.VITE_MAINNET_RPC_URL !== undefined
? import.meta.env.VITE_MAINNET_RPC_URL
: 'https://ethereum-mainnet.core.chainstack.com/55818ec2ac63dfef6ff4d1a74cf14d72';
: 'https://eth.llamarpc.com';

export const BLAST_RPC_URL =
import.meta.env.VITE_BLAST_RPC_URL !== undefined
Expand Down

0 comments on commit a1c0ef0

Please sign in to comment.