The transaction has been reverted to the initial state

i am trying to deploy a smartcontract…it works fine with bsc test net but when i try to deploy it on remix it gives me the following error

" The transaction has been reverted to the initial state.
Note: The called function should be payable if you send value and the value you send should be less than your current balance."

here is my code

Hi, so do you want to deploy this contract on BSC-Testnet by Remix? But the contract address at the line 621: IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(0x10ED43C718714eb63d5aA57B78B54704E256024E); this is the BSC-mainnet contract address.

And at line 85~86, there is another error needs to be fixed.

I know about testnet router…can you show me how to solve the error in line 85-86.

hello you there…I know about testnet router…can you show me how to solve the error in line 85-86.

I think you can fix it by yourself.

If i could i would, plz can you show me.