Testnet
Using Fetch Oracle on the PulseChain testnet.
Reference Example:
pragma solidity >=0.8.0;
import "usingfetch/contracts/UsingFetch.sol";
contract MyContract is UsingFetch {
constructor(address payable _fetchAddress) UsingFetch(_fetchAddress) {
}
// ...
}Last updated