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."
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.