Skip to content

Commit

Permalink
Update proximity scores to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksamagicka committed Apr 25, 2024
1 parent d253339 commit c18920c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dkg/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,20 @@
DEFAULT_HASH_FUNCTION_ID = 1
DEFAULT_PROXIMITY_SCORE_FUNCTIONS_PAIR_IDS = {
"development": {
"hardhat1:31337": 1,
"hardhat1:31337": 2,
"hardhat2:31337": 2,
"otp:2043": 1
"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

0 comments on commit c18920c

Please sign in to comment.