mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
add base network config settings for oasis testnet
This commit is contained in:
parent
57ffc12793
commit
f59f3da675
@ -157,6 +157,17 @@ export const configHelperNetworks: Config[] = [
|
|||||||
gasFeeMultiplier: 1,
|
gasFeeMultiplier: 1,
|
||||||
confidentialEVM: true
|
confidentialEVM: true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
...configHelperNetworksBase,
|
||||||
|
chainId: 23295,
|
||||||
|
network: 'oasis_saphire_testnet',
|
||||||
|
nodeUri: 'https://testnet.sapphire.oasis.dev',
|
||||||
|
subgraphUri:
|
||||||
|
'https://v4.subgraph.sapphire-testnet.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph',
|
||||||
|
explorerUri: 'https://explorer.oasis.io/testnet/sapphire/',
|
||||||
|
gasFeeMultiplier: 1,
|
||||||
|
confidentialEVM: true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
...configHelperNetworksBase,
|
...configHelperNetworksBase,
|
||||||
chainId: 32456,
|
chainId: 32456,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user