mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Pontus x devnet config (#1806)
* feat: add pontus-x-devnet config * fix: typo * fix: explorer uri
This commit is contained in:
parent
e66748b9f2
commit
d384de975e
@ -155,6 +155,16 @@ export const configHelperNetworks: Config[] = [
|
|||||||
subgraphUri: 'https://v4.subgraph.sapphire-mainnet.oceanprotocol.com/',
|
subgraphUri: 'https://v4.subgraph.sapphire-mainnet.oceanprotocol.com/',
|
||||||
explorerUri: 'https://explorer.oasis.io/mainnet/sapphire/',
|
explorerUri: 'https://explorer.oasis.io/mainnet/sapphire/',
|
||||||
gasFeeMultiplier: 1
|
gasFeeMultiplier: 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
...configHelperNetworksBase,
|
||||||
|
chainId: 32456,
|
||||||
|
network: 'pontus-x-devnet',
|
||||||
|
nodeUri: 'https://rpc.dev.pontus-x.eu',
|
||||||
|
metadataCacheUri: 'https://aquarius.dev.pontus-x.eu',
|
||||||
|
providerUri: 'https://provider.dev.pontus-x.eu',
|
||||||
|
subgraphUri: 'https://subgraph.dev.pontus-x.eu',
|
||||||
|
explorerUri: 'https://explorer.dev.pontus-x.eu/testnet/pontusx'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user