Skip to content

Commit

Permalink
Update hardhat.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoo authored Apr 15, 2024
1 parent e62ce5c commit e9a9fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smart-contracts-hardhat/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ const config: HardhatUserConfig = {
network: 'luksoTestnet',
chainId: 4201,
urls: {
apiURL: 'https://explorer.execution.testnet.lukso.network/api',
apiURL: 'https://api.explorer.execution.testnet.lukso.network/api',
browserURL: 'https://explorer.execution.testnet.lukso.network/',
},
},
{
network: 'luksoMainnet',
chainId: 42,
urls: {
apiURL: 'https://explorer.execution.mainnet.lukso.network/api',
apiURL: 'https://api.explorer.execution.mainnet.lukso.network/api',
browserURL: 'https://explorer.execution.mainnet.lukso.network/',
},
},
Expand Down

0 comments on commit e9a9fc3

Please sign in to comment.