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 20, 2023
1 parent 85865fe commit fe5d27c
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 fe5d27c

Please sign in to comment.