Skip to content

Commit

Permalink
chore: fix avaxc typo
Browse files Browse the repository at this point in the history
Ticket: COIN-1712
  • Loading branch information
mullapudipruthvik committed Oct 3, 2024
1 parent 1ea5648 commit 4467804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const config: HardhatUserConfig = {
bartioBera: `${BARTIO_BERA_EXPLORER_API_KEY}`,
//avaxc
// there is free api key for avaxc, so make use of 2 req/sec
axaxc: 'sampleapikey',
avaxc: 'sampleapikey',
avaxcTestnet: 'sampleapikey'
},
customChains: [
Expand Down

0 comments on commit 4467804

Please sign in to comment.