Skip to content

Commit

Permalink
chore(eth-multisig-v4): add oas, coredao config
Browse files Browse the repository at this point in the history
Ticket: WIN-3695
  • Loading branch information
adarsh312 committed Nov 5, 2024
1 parent f94c8d3 commit 9ead066
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ const config: HardhatUserConfig = {
// bera
bartioBera: `${BARTIO_BERA_EXPLORER_API_KEY}`,
//OAS
oas: `${OAS_EXPLORER_API_KEY}`,
oasSandVerse: `${OAS_EXPLORER_API_KEY}`,
//Core Dao
coreDaoBera: `${CORE_DAO_EXPLORER_API_KEY}`,
coredao: `${CORE_DAO_EXPLORER_API_KEY}`,
//avaxc
// there is free api key for avaxc, so make use of 2 req/sec
avaxc: 'sampleapikey',
Expand Down Expand Up @@ -242,15 +242,15 @@ const config: HardhatUserConfig = {
}
},
{
network: 'oas',
network: 'oasSandVerse',
chainId: 20197,
urls: {
apiURL: 'https://explorer.testnet.oasys.games/api',
browserURL: 'https://explorer.testnet.oasys.games'
}
},
{
network: 'coreDao',
network: 'coreDao testnet',
chainId: 1115,
urls: {
apiURL: 'https://scan.test.btcs.network/api',
Expand Down

0 comments on commit 9ead066

Please sign in to comment.