Skip to content

Commit

Permalink
dwellir node url update for prod env (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaysngh-mudrex authored Mar 12, 2024
1 parent 2dfd33c commit 42d7e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/getLibrary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const provider = jsonRpcProvider({
if (chainType === 'sepolia') {
nodeUrl = 'https://starknet-sepolia.public.blastapi.io'
} else if (chainType === 'mainnet') {
nodeUrl = 'https://api-starknet-jediswap.dwellir.com'
nodeUrl = 'https://api-starknet-mainnet.dwellir.com/dd28e566-3260-4d8d-8180-6ef1a161e41c'
} else if (chainType === 'goerli') {
nodeUrl = 'https://rpc.starknet-testnet.lava.build/'
}
Expand All @@ -39,7 +39,7 @@ export const providerInstance = (chainId: string) => {
nodeUrl:
chainId === ChainId.SN_GOERLI
? 'https://starknet-testnet.public.blastapi.io/rpc/v0_6'
: 'https://api-starknet-jediswap.dwellir.com'
: 'https://api-starknet-mainnet.dwellir.com/dd28e566-3260-4d8d-8180-6ef1a161e41c'
})
}

Expand Down

0 comments on commit 42d7e01

Please sign in to comment.