Hey Chris, thanks for the kind words. You should be able to update your Hardhat config file to point to mainnet. When you deploy, you'll need to specify the network indicator. So you'll need to make sure you update this section:
```
networks: {
hardhat: {
},
matic: {
url: "https://rpc-mumbai.maticvigil.com",
accounts: [PRIVATE_KEY]
}
},
```
This would need to point to the mainnet RPC for Polygon.