All Questions
Tagged with binance-smart-chain testnets
5 questions
0
votes
1
answer
645
views
I got the exact same address for a contract deployed on both bsc and ethereum testnet
I deployed the same smart contract using hardhat on goerli ethereum testnet and binance testnet and i was surprised to see that they both have the exact same address...
How is that even possible?
Is ...
1
vote
0
answers
256
views
bscTestnet hardhat deployment problem
I've been racking my brain for quite a while now.
Before, I was able to deploy my code in bscTestnet with no problem, but recently, without changing any code it always stuck and it's not working. so ...
0
votes
0
answers
1k
views
Buying specific token on Binance testnet using python
I have written a script that works fine on bsc main network but when I am trying to buy the same on the testnet I get an error of transaction underpriced.
from web3 import Web3
snipeBNBAmount = 0....
1
vote
0
answers
144
views
Read contract suddenly not working on testnet explorer
I have a contract I deployed last week. I was able to verify the contract on BSCScan Testnet explorer and successfully use the balanceOf() view function to return an address' balance. However today, I ...
1
vote
1
answer
180
views
Run Binance Smart Chain Price Feeds from Chainlink on Testnet
I found the following link to get a price feed on Binance Smart Chain:
https://docs.binance.org/smart-chain/developer/link.html
However, I want to run it on a testnet first. How could I do that?