Skip to content

Commit

Permalink
RIP Paris2Net
Browse files Browse the repository at this point in the history
  • Loading branch information
drchrispinnock committed Jun 27, 2024
1 parent 90410c5 commit 92bb35b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ const ghostnetNetwork = {
}

export const networks = {
...getNetworks([weeklynet_chain, paris2net_chain, pariscnet_chain]),
// ...getNetworks([paris2net_chain, pariscnet_chain]),
...getNetworks([weeklynet_chain, pariscnet_chain]),
// ...getNetworks([pariscnet_chain]),
...{ ghostnet: ghostnetNetwork },
}

Expand Down Expand Up @@ -419,8 +419,8 @@ const mainnetMetadata = {
}

export const teztnets = {
...getTeztnets([weeklynet_chain, paris2net_chain, pariscnet_chain]),
// ...getTeztnets([paris2net_chain, pariscnet_chain]),
...getTeztnets([weeklynet_chain, pariscnet_chain]),
// ...getTeztnets([pariscnet_chain]),
...{ ghostnet: ghostnetTeztnet, mainnet: mainnetMetadata },
}

Expand Down

0 comments on commit 92bb35b

Please sign in to comment.