Skip to content

Commit

Permalink
Feature/sepolia (#1749)
Browse files Browse the repository at this point in the history
* add sepolia

* bump contracts
  • Loading branch information
alexcos20 authored Jul 12, 2023
1 parent 419ff6c commit ed38f60
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"web3": "^1.8.0"
},
"dependencies": {
"@oceanprotocol/contracts": "^1.1.8",
"@oceanprotocol/contracts": "^1.1.14",
"cross-fetch": "^3.1.5",
"crypto-js": "^4.1.1",
"decimal.js": "^10.4.1",
Expand Down
9 changes: 9 additions & 0 deletions src/config/ConfigHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ export const configHelperNetworks: Config[] = [
explorerUri: 'https://goerli.etherscan.io',
gasFeeMultiplier: 1.1
},
{
...configHelperNetworksBase,
chainId: 11155111,
network: 'sepolia',
nodeUri: 'https://sepolia.infura.io/v3',
subgraphUri: 'https://v4.subgraph.sepolia.oceanprotocol.com',
explorerUri: 'https://sepolia.etherscan.io',
gasFeeMultiplier: 1.1
},
{
...configHelperNetworksBase,
chainId: 1,
Expand Down

0 comments on commit ed38f60

Please sign in to comment.