Skip to content

Commit

Permalink
updating bsc rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLiteplo authored and ryandgoulding committed Feb 13, 2025
1 parent 633f522 commit 8c0e51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/oapp-aptos-move/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const config: HardhatUserConfig = {
networks: {
'bsc-testnet': {
eid: EndpointId.BSC_V2_TESTNET,
url: process.env.RPC_URL_BSC || 'wss://bsc-testnet-rpc.publicnode.com',
url: process.env.RPC_URL_BSC || 'https://bsc-testnet.public.blastapi.io',
accounts,
},
'aptos-testnet': {
Expand Down

0 comments on commit 8c0e51f

Please sign in to comment.