Skip to content

Commit

Permalink
update chains.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashar2shahid committed Aug 26, 2023
1 parent 63e6410 commit 75b0f35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,10 @@ export const CHAINS: Chain[] = [
id: '59140',
symbol: 'testETH',
testnet: true,
providerUrl: 'https://goerli.lineascan.build/',
providerUrl: 'https://rpc.goerli.linea.build',
explorer: {
api: { url: 'https://api-testnet.lineascan.build/api', key: { required: false } },
browserUrl: 'https://explorer.goerli.linea.build/',
browserUrl: 'https://goerli.lineascan.build/',
},
blockTimeMs: 12099,
},
Expand Down Expand Up @@ -384,7 +384,7 @@ export const CHAINS: Chain[] = [
id: '5000',
symbol: 'MNT',
testnet: false,
providerUrl: 'https://rpc.testnet.mantle.xyz/',
providerUrl: 'https://rpc.mantle.xyz',
explorer: {
api: { url: 'https://explorer.mantle.xyz/api', key: { required: false } },
browserUrl: 'https://explorer.mantle.xyz/',
Expand Down

0 comments on commit 75b0f35

Please sign in to comment.