Skip to content

Commit

Permalink
Merge pull request #181 from BitGo/COIN-1712-fix-avaxc-typo
Browse files Browse the repository at this point in the history
chore: fix avaxc typo
  • Loading branch information
mullapudipruthvik authored Oct 3, 2024
2 parents 1ea5648 + 4467804 commit e6c8b8b
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 e6c8b8b

Please sign in to comment.