Skip to content

Commit

Permalink
Added default ProximityScoreFunctionPairId and gas price for Base (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
u-hubar authored Jul 15, 2024
2 parents e5a2c2b + d07f2f5 commit 7ff5511
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dkg/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@
}

DEFAULT_GAS_PRICE_GWEI = {
"gnosis": 20,
"otp": 1,
"gnosis": 20,
"base": 20,
}

DEFAULT_HASH_FUNCTION_ID = 1
Expand All @@ -95,14 +96,17 @@
"devnet": {
"otp:2160": 2,
"gnosis:10200": 2,
"base:84532": 2,
},
"testnet": {
"otp:20430": 2,
"gnosis:10200": 2,
"base:84532": 2,
},
"mainnet": {
"otp:2043": 2,
"gnosis:100": 2,
"base:8453": 2,
},
}

Expand Down

0 comments on commit 7ff5511

Please sign in to comment.