@xchainjs/xchain-doge 0.5.10 → 0.5.12

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/lib/index.esm.js CHANGED
@@ -77993,8 +77993,8 @@ const blockstreamExplorerProviders = {
77993
77993
  //======================
77994
77994
  // sochain
77995
77995
  //======================
77996
- const testnetSochainProvider = new SochainProvider('https://sochain.com/api/v3', process.env.SOCHAIN_API_KEY || '', DOGEChain, AssetDOGE, 8, SochainNetwork.DOGETEST);
77997
- const mainnetSochainProvider = new SochainProvider('https://sochain.com/api/v3', process.env.SOCHAIN_API_KEY || '', DOGEChain, AssetDOGE, 8, SochainNetwork.DOGE);
77996
+ const testnetSochainProvider = new SochainProvider('https://sochain.com/api/v3', 'PLACEHOLDER_APIKEY', DOGEChain, AssetDOGE, 8, SochainNetwork.DOGETEST);
77997
+ const mainnetSochainProvider = new SochainProvider('https://sochain.com/api/v3', 'PLACEHOLDER_APIKEY', DOGEChain, AssetDOGE, 8, SochainNetwork.DOGE);
77998
77998
  const sochainDataProviders = {
77999
77999
  [Network.Testnet]: testnetSochainProvider,
78000
78000
  [Network.Stagenet]: mainnetSochainProvider,