Skip to content

Commit

Permalink
Merge pull request #2990 from OriginTrail/v6/release/testnet
Browse files Browse the repository at this point in the history
OriginTrail Mainnet Prerelease v6.2.0
  • Loading branch information
NZT48 authored Feb 14, 2024
2 parents dd0083c + 60ea2f9 commit 4cb3749
Show file tree
Hide file tree
Showing 73 changed files with 17,819 additions and 13,978 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,6 @@ data*

# VS code files
.vscode/launch.json

# KAs Distribution Simulation Script Plots
tools/knowledge-assets-distribution-simulation/plots/**/*jpg
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ By their nature, Knowledge Assets are semantic resources (following the W3C Sema

<br/>

- **NodeJS** >= 16.0.0
- **NodeJS** 16.x (ideally, 16.16)
- **npm** >= 8.0.0

---
Expand Down Expand Up @@ -218,6 +218,12 @@ Then, depending on the OS, use one of the scripts in order to run the local netw
bash ./tools/local-network-setup/setup-macos-environment.sh --nodes=12
```

**Linux**

```bash
./tools/local-network-setup/setup-linux-environment.sh --nodes=12
```

---

<br/>
Expand Down
29 changes: 19 additions & 10 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
"rpcEndpoints": ["http://localhost:8545"],
"evmManagementPublicKey": "0x1B420da5f7Be66567526E32bc68ab29F1A63765A",
"initialStakeAmount": 50000,
"initialAskAmount": 0.2
"initialAskAmount": 0.2,
"operatorFee": 0
}
},
"hardhat2:31337": {
Expand All @@ -131,7 +132,8 @@
"rpcEndpoints": ["http://localhost:9545"],
"evmManagementPublicKey": "0x1B420da5f7Be66567526E32bc68ab29F1A63765A",
"initialStakeAmount": 50000,
"initialAskAmount": 0.2
"initialAskAmount": 0.2,
"operatorFee": 0
}
}
}
Expand Down Expand Up @@ -262,7 +264,8 @@
"hubContractAddress": "0x5FbDB2315678afecb367f032d93F642f64180aa3",
"rpcEndpoints": ["http://localhost:8545"],
"initialStakeAmount": 50000,
"initialAskAmount": 0.2
"initialAskAmount": 0.2,
"operatorFee": 0
}
},
"hardhat2:31337": {
Expand All @@ -272,7 +275,8 @@
"hubContractAddress": "0x5FbDB2315678afecb367f032d93F642f64180aa3",
"rpcEndpoints": ["http://localhost:9545"],
"initialStakeAmount": 50000,
"initialAskAmount": 0.2
"initialAskAmount": 0.2,
"operatorFee": 0
}
}
}
Expand Down Expand Up @@ -406,7 +410,8 @@
"rpcEndpoints": [
"https://lofar-testnet.origin-trail.network",
"https://lofar-testnet.origintrail.network"
]
],
"operatorFee": 0
}
},
"gnosis:10200": {
Expand All @@ -416,7 +421,8 @@
"config": {
"hubContractAddress": "0xC06210312C9217A0EdF67453618F5eB96668679A",
"gasPriceOracleLink": "https://blockscout.chiadochain.net/api/v1/gas-price-oracle",
"rpcEndpoints": ["https://rpc.chiadochain.net"]
"rpcEndpoints": ["https://rpc.chiadochain.net"],
"operatorFee": 0
}
}
}
Expand Down Expand Up @@ -570,7 +576,8 @@
"rpcEndpoints": [
"https://lofar-tm-rpc.origin-trail.network",
"https://lofar.origintrail.network"
]
],
"operatorFee": 0
}
},
"gnosis:10200": {
Expand All @@ -580,7 +587,8 @@
"config": {
"hubContractAddress": "0xD2bA102A0b11944d00180eE8136208ccF87bC39A",
"gasPriceOracleLink": "https://blockscout.chiadochain.net/api/v1/gas-price-oracle",
"rpcEndpoints": ["https://rpc.chiadochain.net"]
"rpcEndpoints": ["https://rpc.chiadochain.net"],
"operatorFee": 0
}
}
}
Expand Down Expand Up @@ -736,7 +744,8 @@
"https://astrosat-parachain-rpc.origin-trail.network",
"https://astrosat.origintrail.network/",
"https://astrosat-2.origintrail.network/"
]
],
"operatorFee": 0
}
},
"gnosis:100": {
Expand All @@ -745,7 +754,7 @@
"config": {
"hubContractAddress": "0xbEF14fc04F870c2dD65c13Df4faB6ba01A9c746b",
"gasPriceOracleLink": "https://api.gnosisscan.io/api?module=proxy&action=eth_gasPrice",
"rpcEndpoints": ["https://rpc.gnosischain.com/"]
"operatorFee": 0
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion installer/data/otnode.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#/lib/systemd/system/otnode.service

[Unit]
Description=OriginTrail V6 Stage 1 Beta Node
Description=OriginTrail V6 Node
Documentation=https://github.com/OriginTrail/ot-node/
After=network.target graphdb.service blazegraph.service

Expand Down
Loading

0 comments on commit 4cb3749

Please sign in to comment.