Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Add Arbitrum Goerli #130

Merged
merged 1 commit into from
Dec 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ export const NETWORKS: Record<string, Network> = {
emoji: '🔵',
chainId: '42161',
},
arbitrum_goerli: {
title: 'Arbitrum Goerli',
rpcUrl: 'https://goerli-rollup.arbitrum.io/rpc',
explorerUrl: 'https://goerli.arbiscan.io/',
explorerApiUrl: 'https://api-goerli.arbiscan.io/api',
emoji: '🧪',
chainId: '421613',
},
arbutrum_testnet: {
title: 'Arbitrum Testnet',
rpcUrl: 'https://rinkeby.arbitrum.io/rpc',
Expand Down