@moonbeam-network/xcm-config 3.0.8 → 3.0.10

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/build/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Asset, AnyChain, SetOptional, ChainAsset, AnyAsset, Ecosystem, Parachain, EvmParachain, EvmChain } from '@moonbeam-network/xcm-types';
2
- import { ContractConfigBuilder, ExtrinsicConfigBuilder, BalanceConfigBuilder, AssetMinConfigBuilder, FeeConfigBuilder, MrlConfigBuilder } from '@moonbeam-network/xcm-builder';
2
+ import { BalanceConfigBuilder, AssetMinConfigBuilder, FeeConfigBuilder, ContractConfigBuilder, ExtrinsicConfigBuilder, MrlConfigBuilder } from '@moonbeam-network/xcm-builder';
3
3
 
4
4
  interface AssetRouteConstructorParams {
5
5
  source: SourceConfig;
package/build/index.mjs CHANGED
@@ -702,7 +702,7 @@ var centrifuge = new Parachain({
702
702
  parachainId: 2031,
703
703
  ss58Format: 36,
704
704
  ws: [
705
- "wss://fullnode.centrifuge.io",
705
+ // 'wss://fullnode.centrifuge.io', // THIS ENDPOINT IS NOT WORKING PROPERLY
706
706
  "wss://centrifuge-rpc.dwellir.com",
707
707
  "wss://centrifuge-parachain.api.onfinality.io/public-ws"
708
708
  ]