Skip to content

Commit

Permalink
Add mainnet hubs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic committed Dec 26, 2024
1 parent f37d3f6 commit f6ba031
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
12 changes: 7 additions & 5 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@
"enabled": false,
"package": "./blockchain/implementation/ot-parachain/ot-parachain-service.js",
"config": {
"hubContractAddress": "0x5fA7916c48Fe6D5F1738d12Ad234b78c90B4cAdA",
"hubContractAddress": "0x0957e25BD33034948abc28204ddA54b6E1142D6F",
"rpcEndpoints": [
"https://astrosat-parachain-rpc.origin-trail.network",
"https://astrosat.origintrail.network/",
Expand All @@ -904,7 +904,7 @@
"enabled": false,
"package": "./blockchain/implementation/gnosis/gnosis-service.js",
"config": {
"hubContractAddress": "0xbEF14fc04F870c2dD65c13Df4faB6ba01A9c746b",
"hubContractAddress": "0x882D0BF07F956b1b94BBfe9E77F47c6fc7D4EC8f",
"gasPriceOracleLink": "https://api.gnosisscan.io/api?module=proxy&action=eth_gasPrice",
"operatorFee": 0
}
Expand All @@ -914,7 +914,7 @@
"package": "./blockchain/implementation/base/base-service.js",

"config": {
"hubContractAddress": "0xaBfcf2ad1718828E7D3ec20435b0d0b5EAfbDf2c",
"hubContractAddress": "0x99Aa571fD5e681c2D27ee08A7b7989DB02541d13",
"operatorFee": 0
}
}
Expand Down Expand Up @@ -971,7 +971,7 @@
"enabled": true,
"package": "./blockchain-events/implementation/ot-ethers/ot-ethers.js",
"config": {
"blockchains": ["otp:2043"],
"blockchains": ["otp:2043", "gnosis:100", "base:8453"],
"rpcEndpoints": {
"otp:2043": [
"https://astrosat-parachain-rpc.origin-trail.network",
Expand All @@ -980,7 +980,9 @@
]
},
"hubContractAddress": {
"otp:2043": "0x5fA7916c48Fe6D5F1738d12Ad234b78c90B4cAdA"
"otp:2043": "0x5fA7916c48Fe6D5F1738d12Ad234b78c90B4cAdA",
"gnosis:100": "0x882D0BF07F956b1b94BBfe9E77F47c6fc7D4EC8f",
"base:8453": "0x99Aa571fD5e681c2D27ee08A7b7989DB02541d13"
}
}
}
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "origintrail_node",
"version": "8.0.0-sigma.19",
"version": "8.0.0",
"description": "OTNode V8",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -81,7 +81,7 @@
"axios": "^1.6.0",
"cors": "^2.8.5",
"deep-extend": "^0.6.0",
"dkg-evm-module": "^8.0.0-sigma.5",
"dkg-evm-module": "^8.0.0",
"dotenv": "^16.0.1",
"ethers": "^5.7.2",
"express": "^4.18.1",
Expand Down

0 comments on commit f6ba031

Please sign in to comment.