Skip to content

Commit

Permalink
Merge pull request #83 from api3dao/fix-linea-testnet-api-key-require…
Browse files Browse the repository at this point in the history
…ment

Fix linea testnet api key requirement
  • Loading branch information
bbenligiray authored Sep 4, 2023
2 parents d2ef1ad + ef1e319 commit 98fc86a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chains/linea-goerli-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"api": {
"url": "https://api-testnet.lineascan.build/api",
"key": {
"required": false
"required": true
}
},
"browserUrl": "https://goerli.lineascan.build/"
Expand Down
2 changes: 1 addition & 1 deletion src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ export const CHAINS: Chain[] = [
testnet: true,
providerUrl: 'https://rpc.goerli.linea.build',
explorer: {
api: { url: 'https://api-testnet.lineascan.build/api', key: { required: false } },
api: { url: 'https://api-testnet.lineascan.build/api', key: { required: true } },
browserUrl: 'https://goerli.lineascan.build/',
},
blockTimeMs: 12099,
Expand Down

0 comments on commit 98fc86a

Please sign in to comment.