Skip to content

Commit

Permalink
Set proximityScoreFunctionsPairId to 2 for Neuro consts (#136)
Browse files Browse the repository at this point in the history
* Set proximityScoreFunctionsPairId to 2 for Neuro consts

* version increase & build
  • Loading branch information
Mihajlo-Pavlovic authored Apr 29, 2024
1 parent 93d0633 commit 8d1fc77
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,17 +163,17 @@ const OPERATIONS_STEP_STATUS = {
const DEFAULT_GET_LOCAL_STORE_RESULT_FREQUENCY = 0.5;

const DEFAULT_PROXIMITY_SCORE_FUNCTIONS_PAIR_IDS = {
development: { 'hardhat1:31337': 1, 'hardhat2:31337': 2, 'otp:2043': 1 },
development: { 'hardhat1:31337': 2, 'hardhat2:31337': 2, 'otp:2043': 2 },
devnet: {
'otp:2160': 1,
'otp:2160': 2,
'gnosis:10200': 2,
},
testnet: {
'otp:20430': 1,
'otp:20430': 2,
'gnosis:10200': 2,
},
mainnet: {
'otp:2043': 1,
'otp:2043': 2,
'gnosis:100': 2,
},
};
Expand Down
2 changes: 1 addition & 1 deletion dist/dkg.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "dkg.js",
"version": "6.2.1",
"version": "6.3.0",
"description": "Javascript library for interaction with the OriginTrail Decentralized Knowledge Graph",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8d1fc77

Please sign in to comment.