Skip to content

Commit

Permalink
dev rpc proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
alessey committed Jan 8, 2025
1 parent 77ab84d commit 488a73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/network/getRPCUrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export const getRPCUrl = () => {
}
return (
ONCHAIN_KIT_CONFIG.rpcUrl ||
`https://api.developer.coinbase.com/rpc/v1/${ONCHAIN_KIT_CONFIG.chain.name.replace(' ', '-').toLowerCase()}/${ONCHAIN_KIT_CONFIG.apiKey}`
`https://cloud-api-dev.cbhq.net/rpc/v1/${ONCHAIN_KIT_CONFIG.chain.name.replace(' ', '-').toLowerCase()}/${ONCHAIN_KIT_CONFIG.apiKey}`
);
};

0 comments on commit 488a73d

Please sign in to comment.