Skip to content

Commit

Permalink
add sapphire (#1808)
Browse files Browse the repository at this point in the history
Co-authored-by: Bogdan Fazakas <bogdan.fazakas@gmail.com>
  • Loading branch information
alexcos20 and bogdanfazakas committed May 9, 2024
1 parent 0822c12 commit ea3f175
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/config/ConfigHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,15 @@ export const configHelperNetworks: Config[] = [
subgraphUri: 'https://v4.subgraph.optimism-sepolia.oceanprotocol.com',
explorerUri: 'https://sepolia-optimism.etherscan.io/',
gasFeeMultiplier: 1.1
},
{
...configHelperNetworksBase,
chainId: 23294,
network: 'oasis_sapphire',
nodeUri: 'https://sapphire.oasis.io',
subgraphUri: 'https://v4.subgraph.sapphire-mainnet.oceanprotocol.com/',
explorerUri: 'https://explorer.oasis.io/mainnet/sapphire/',
gasFeeMultiplier: 1
}
]

Expand Down

0 comments on commit ea3f175

Please sign in to comment.