Skip to content

Commit

Permalink
fix: PLAT-6229 adding custom name for peaq inside sdk (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoMolinaOZ authored Feb 12, 2025
1 parent 0746049 commit 9d5bf38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/base/src/utils/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export type PublicNetwork =
| 'mumbai'
| 'optimism-sepolia'
| 'optimism'
| 'peaq-mainnet'
| 'peaq-agung'
| 'scroll-sepolia'
| 'scroll'
| 'sepolia'
Expand Down Expand Up @@ -98,6 +100,8 @@ export const Networks: Network[] = [
'mumbai',
'optimism-sepolia',
'optimism',
'peaq-mainnet',
'peaq-agung',
'scroll-sepolia',
'scroll',
'sepolia',
Expand Down Expand Up @@ -165,6 +169,8 @@ export const chainIds: { [key in Network]: number } = {
'moonriver': 1285,
'mumbai': 80001,
'optimism': 10,
'peaq-mainnet': 3338,
'peaq-agung': 9990,
'optimism-sepolia': 11155420,
'scroll': 534352,
'scroll-sepolia': 534351,
Expand Down

0 comments on commit 9d5bf38

Please sign in to comment.