1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

remove moonbase config (#1643)

This commit is contained in:
mihaisc 2022-11-01 16:45:58 +02:00 committed by GitHub
parent 00af431a9f
commit a21671c853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,