Deploy IFA Oracle Price Feed System contracts
foundry.toml
:
.env
:
.env
to .gitignore
. Never commit private keys.script/DeployPriceFeed.s.sol
:
Contract | Gas Used | Cost (1 gwei) |
---|---|---|
IfaPriceFeed | ~1,200,000 | ~$0.05 |
IfaPriceFeedVerifier | ~800,000 | ~$0.03 |
setVerifier call | ~25,000 | ~$0.001 |
Total | ~2,025,000 | ~$0.08 |
Network | Chain ID | RPC URL | Explorer |
---|---|---|---|
Base Mainnet | 8453 | https://mainnet.base.org | basescan.org |
Base Sepolia | 84532 | https://sepolia.base.org | sepolia.basescan.org |
Ethereum Mainnet | 1 | Your RPC URL | etherscan.io |
Arbitrum One | 42161 | https://arb1.arbitrum.io/rpc | arbiscan.io |