Skip to content

Commit

Permalink
fixed explorer url
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Jul 5, 2024
1 parent 8278a62 commit 1de81be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ const config: HardhatUserConfig = {
network: "rarimo-mainnet",
chainId: 201411,
urls: {
apiURL: "https://evmscan.mainnet.rarimo.com/api",
browserURL: "https://newevmscan.mainnet.rarimo.com",
apiURL: "https://evmscan.rarimo.com/api",
browserURL: "https://evmscan.rarimo.com",
},
},
{
Expand Down

0 comments on commit 1de81be

Please sign in to comment.