At the moment, contract deployment would fail for BSC, without explicitly setting OAR.
This PR updates the API by adding the OAR setting for BSC.
The additional line oraclize_setNetworkName("bsc_mainnet"); should be required for Ledger Proof. Need to test this.
At the moment, contract deployment would fail for BSC, without explicitly setting OAR. This PR updates the API by adding the OAR setting for BSC. The additional line
oraclize_setNetworkName("bsc_mainnet");
should be required for Ledger Proof. Need to test this.