dkg.js 8.0.0 → 8.0.2

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.
package/constants.js CHANGED
@@ -78,7 +78,7 @@ export const BLOCKCHAINS = {
78
78
  'gnosis:100': {
79
79
  hubContract: '0x882D0BF07F956b1b94BBfe9E77F47c6fc7D4EC8f',
80
80
  rpc: 'https://rpc.gnosischain.com/',
81
- gasPriceOracleLink: 'https://gnosis.blockscout.com/api/v1/gas-price-oracle',
81
+ gasPriceOracleLink: 'https://blockscout.com/xdai/mainnet/api/v1/gas-price-oracle',
82
82
  },
83
83
  },
84
84
  };
@@ -250,8 +250,13 @@ export const DEFAULT_PARAMETERS = {
250
250
  };
251
251
 
252
252
  export const DEFAULT_GAS_PRICE = {
253
- GNOSIS: '20',
254
- OTP: '1',
253
+ GNOSIS: '6',
254
+ OTP: '0.001',
255
+ BASE: '0.086',
256
+ };
257
+
258
+ export const DEFAULT_GAS_PRICE_WEI = {
259
+ GNOSIS: '6000000000',
255
260
  };
256
261
 
257
262
  export const LOW_BID_SUGGESTION = 'low';