dkg 1.1.0__py3-none-any.whl → 1.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
dkg/constants.py CHANGED
@@ -81,8 +81,9 @@ BLOCKCHAINS = {
81
81
  }
82
82
 
83
83
  DEFAULT_GAS_PRICE_GWEI = {
84
- "gnosis": 20,
85
84
  "otp": 1,
85
+ "gnosis": 20,
86
+ "base": 20,
86
87
  }
87
88
 
88
89
  DEFAULT_HASH_FUNCTION_ID = 1
@@ -95,14 +96,17 @@ DEFAULT_PROXIMITY_SCORE_FUNCTIONS_PAIR_IDS = {
95
96
  "devnet": {
96
97
  "otp:2160": 2,
97
98
  "gnosis:10200": 2,
99
+ "base:84532": 2,
98
100
  },
99
101
  "testnet": {
100
102
  "otp:20430": 2,
101
103
  "gnosis:10200": 2,
104
+ "base:84532": 2,
102
105
  },
103
106
  "mainnet": {
104
107
  "otp:2043": 2,
105
108
  "gnosis:100": 2,
109
+ "base:8453": 2,
106
110
  },
107
111
  }
108
112
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dkg
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Python library for interacting with the OriginTrail Decentralized Knowledge Graph
5
5
  License: Apache-2.0
6
6
  Author: Uladzislau Hubar
@@ -1,7 +1,7 @@
1
1
  dkg/__init__.py,sha256=2pZEIrpDODunXXZmcLuKLWUrTrWLlYj10f11VzK5oLs,108
2
2
  dkg/assertion.py,sha256=Sp7mqLHuR588CRZ5JpMVDS2U0yOcwg-qbBl4xYOtRH8,2490
3
3
  dkg/asset.py,sha256=B0P-gu6zQM91dTV3Zdl8k-MoFtROoFjvEKsqFxIFMoc,36718
4
- dkg/constants.py,sha256=0au3MFAh_gplZTNNkyk7vElP2uwlaRj0oM3Fb-cjV2c,3653
4
+ dkg/constants.py,sha256=cNjwqKQP-qX67BKii_Ad3E7GwaWsEqV_KxSmMMtYsII,3743
5
5
  dkg/data/interfaces/AssertionStorage.json,sha256=WNvimMROngLiDmu4t-mn9wNDPPvrvEOkMYFfF8ayui4,4346
6
6
  dkg/data/interfaces/ContentAsset.json,sha256=pLyn7H7D0NuDsxRKFGInENP1gp-sMXmrhSsyy5j14aI,16325
7
7
  dkg/data/interfaces/ContentAssetStorage.json,sha256=08TVURiV1t_oCUIp35mvQTEtJfU6FKCUxMD3xo5tHKU,14579
@@ -45,8 +45,8 @@ dkg/utils/node_request.py,sha256=UhP44qI4wJtzpOfCjDY7LCmppOTjT3QcZmKu778dipo,600
45
45
  dkg/utils/rdf.py,sha256=FF4O4JOftiFVxjr6k8TmxYBcB7dVbpnDOMWk8BvTBRE,2860
46
46
  dkg/utils/string_transformations.py,sha256=UtoXbuy4Y0ontbX6l9HwcrZ9tEXJEith00hW7pz4sKg,971
47
47
  dkg/utils/ual.py,sha256=g7PFyS4Sbwjmwkq-eB20uRULEC2wlPGZr31BVQjs5OQ,1569
48
- dkg-1.1.0.dist-info/LICENSE,sha256=Dr70w2zcW8-jrPGlpTTTlJPL8lR4j2zpDD32tdEFgjY,11375
49
- dkg-1.1.0.dist-info/METADATA,sha256=GnLAU4dCIUJ2e8BlBACGYNK_R2mTu8d6_BN5SoxTwvw,10606
50
- dkg-1.1.0.dist-info/NOTICE,sha256=Rk5toFR2ZqPwVZ3P_P4wE6U1xCnWR9KD3rNBqfPY7h8,368
51
- dkg-1.1.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
52
- dkg-1.1.0.dist-info/RECORD,,
48
+ dkg-1.1.1.dist-info/LICENSE,sha256=Dr70w2zcW8-jrPGlpTTTlJPL8lR4j2zpDD32tdEFgjY,11375
49
+ dkg-1.1.1.dist-info/METADATA,sha256=AGu8UF7O6GzY6HoNASr1KmbKvN7oaWyRyI2L-bgylF0,10606
50
+ dkg-1.1.1.dist-info/NOTICE,sha256=Rk5toFR2ZqPwVZ3P_P4wE6U1xCnWR9KD3rNBqfPY7h8,368
51
+ dkg-1.1.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
52
+ dkg-1.1.1.dist-info/RECORD,,
File without changes
File without changes
File without changes