Skip to content

Commit

Permalink
remove moonbase config (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaisc authored Nov 1, 2022
1 parent 00af431 commit a21671c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/config/ConfigHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,6 @@ export const configHelperNetworks: Config[] = [
oceanTokenSymbol: 'mOCEAN',
gasFeeMultiplier: 1.6
},
{
...configHelperNetworksBase,
chainId: 1287,
network: 'moonbase',
nodeUri: 'https://rpc.api.moonbase.moonbeam.network',
providerUri: 'https://v4.provider.moonbase.oceanprotocol.com',
subgraphUri: 'https://v4.subgraph.moonbase.oceanprotocol.com',
explorerUri: 'https://moonbase.moonscan.io/',
gasFeeMultiplier: 1.1
},
{
...configHelperNetworksBase,
chainId: 2021000,
Expand Down

0 comments on commit a21671c

Please sign in to comment.