provable-things / ethereum-api

Provable API for Ethereum smart contracts
https://docs.provable.xyz/#ethereum
MIT License
801 stars 427 forks source link

feat: add BSC mainnet OAR #107

Closed oliviera9 closed 2 years ago

oliviera9 commented 2 years ago

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.