Skip to content

Commit

Permalink
contracts: Use consistent hardhat network names
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Nov 21, 2023
1 parent d430ce9 commit 874f86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const config: HardhatUserConfig = {
? [process.env.SAPPHIRE_TESTNET_PRIVATE_KEY]
: [],
},
'sapphire-mainnet': {
sapphire: {
url: 'https://sapphire.oasis.io',
chainId: 0x5afe,
accounts: process.env.SAPPHIRE_MAINNET_PRIVATE_KEY
Expand Down

0 comments on commit 874f86a

Please sign in to comment.