Hi everyone, i am trying to follow along the LZ-OFT-V2-Core-Guide tutorial.
I set the same configs that are proposed, and at the Deploying step, if fails every time for the Base-Sepolia network only (not the coredao) with this error :
√ Do you want to continue? … yes
Network: base-sepolia
Deployer: 0x893806663C6673b96f61914E17e002E4F303b62f
Network: coredao-testnet
Deployer: 0x893806663C6673b96f61914E17e002E4F303b62f
Deployed contract: MyOFT, network: coredao-testnet, address: 0xd8143F4931475260b4EcacFD9005cAF9C28E08f4
error: ⤫ Failed to deploy 1 network
√ Would you like to see the deployment errors? … yes
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Network base-sepolia │
│ Error Error: ERROR processing C:\github\layerzero-dev\LZ-OFT-V2-Core-Guide\lz_guide\deploy\MyOFT.ts: │
│ ProviderError: Can’t route your request to suitable provider, if you specified certain providers revise the list │
│ at HttpProvider.request (C:\github\layerzero-dev\LZ-OFT-V2-Core-Guide\lz_guide\node_modules.pnpm\[email protected]_bufferutil@4_a36e5fa54bb3f60446988e2add37e89e\node_modules\hardhat\src\internal\core\providers\http.ts:107:21) │
│ at processTicksAndRejections (node:internal/process/task_queues:105:5)
But my rpc endpoint is valid, so i don’t understand the error here.
If someone can help me on this ?