This is the closest info I’ve found. I can imagine modifying the code as follows but what would the url be?
module.exports = {
solidity: "0.8.9",
networks: {
// goerli: {
polygon: {
// url: "https://rpc.ankr.com/eth_goerli",
url: "https://SOMEWHERE", // WHAT FOR POLYGON mainnet and testnet (Mumbai)?
fireblocks: {
apiBaseUrl: ApiBaseUrl.Sandbox, // If using a sandbox workspace - RELEVANT FOR POLYGON?
privateKey: process.env.FIREBLOCKS_API_PRIVATE_KEY_PATH,
apiKey: process.env.FIREBLOCKS_API_KEY,
vaultAccountIds: process.env.FIREBLOCKS_VAULT_ACCOUNT_IDS,
}
},
},
};