Oracle Addresses
Network | Oracle Address |
---|---|
Base Sepolia | (default/Anthropic only)0x40666E5B1cc80D139EE9145eFA3eD6ebF851Ae12 |
Fhenix Helium Testnet | (default/Anthropic only)0x6D57c650e8B5562E489037Ca5041fDf6C9FDF741 |
Coming Soon | Your favorite chain |
Step 1: Copy Contract Code
Copy the AnthropicChatGPT contract from the official repository:
View Contract SourceStep 2: Deploy in Remix
- Open Remix IDE using the button above
- Create a new file called `AnthropicChatGPT.sol`
- Paste the contract code
- Do the same for IOracle.sol in the interfaces folder
- Compile using Solidity compiler 0.8.0 or higher. The compiler config must be adjusted to have "viaIR": true,
- Select your network in MetaMask
- Deploy using the corresponding oracle address from the table above
Important Notes
- Default query limit is 100 per contract
- Whitelisting required for higher query limits
- Ensure you have enough test tokens for oracle fees