Deployments
Deployments
Ξ Ethereum Göerli:
TickerUSDFeedRegistry
: 0xF3D020838782213d3da52daa079A9c07F0A8e67e
TickerPriceStorage
: 0xa909e0bC9a35cC161dE9eA85cA76AB7A9b5b0121
Ξ Ethereum Sepolia:
TickerUSDFeedRegistry
: 0xF3D020838782213d3da52daa079A9c07F0A8e67e
TickerPriceStorage
: 0xa909e0bC9a35cC161dE9eA85cA76AB7A9b5b0121
How to Deploy on a new network? 📜
The Deployment is done decoratively using Hardhat Ignition. To deploy to the new network, you should:
Add the network to the
hardhat.config.ts
fileRun
yarn hardhat ignition deploy /ignition/modules/TickerPriceStorage.ts --network yournewnetwok --verify
Ensure that the network you're deploying supports Etherscan for verification to be successfull
Last updated