@streamr/sdk 103.3.0 → 103.3.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.
@@ -73592,9 +73592,8 @@
73592
73592
  polygon: {
73593
73593
  id: 137,
73594
73594
  name: 'Polygon',
73595
- nativeCurrency: { symbol: 'MATIC', name: 'MATIC', decimals: 18 },
73595
+ nativeCurrency: { symbol: 'POL', name: 'POL', decimals: 18 },
73596
73596
  rpcEndpoints: [
73597
- { url: 'https://polygon-rpc.com' },
73598
73597
  { url: 'https://polygon.drpc.org' },
73599
73598
  { url: 'https://rpc-mainnet.matic.quiknode.pro' },
73600
73599
  { url: 'https://polygon-bor-rpc.publicnode.com' },
@@ -73656,11 +73655,8 @@
73656
73655
  polygonAmoy: {
73657
73656
  id: 80002,
73658
73657
  name: 'Polygon Amoy testnet',
73659
- nativeCurrency: { symbol: 'MATIC', name: 'Amoy MATIC', decimals: 18 },
73660
- rpcEndpoints: [
73661
- { url: 'https://polygon-amoy-bor-rpc.publicnode.com' },
73662
- { url: 'https://rpc-amoy.polygon.technology' },
73663
- ],
73658
+ nativeCurrency: { symbol: 'POL', name: 'Amoy POL', decimals: 18 },
73659
+ rpcEndpoints: [{ url: 'https://polygon-amoy.drpc.org' }],
73664
73660
  contracts: {
73665
73661
  DATA: '0xf5e28a2E7BbedbE97c3782b17b102410E10d90f1',
73666
73662
  StreamRegistry: '0xE9C98bdE63248e58E9137Db8270D9675B9E34b93',
@@ -88136,7 +88132,7 @@
88136
88132
  }
88137
88133
  };
88138
88134
 
88139
- var version$2 = "103.3.0";
88135
+ var version$2 = "103.3.2";
88140
88136
 
88141
88137
  const logger$x = new Logger('Handshaker');
88142
88138
  // Optimally the Outgoing and Incoming Handshakers could be their own separate classes
@@ -93073,7 +93069,7 @@
93073
93069
  }
93074
93070
  }
93075
93071
 
93076
- var version$1 = "103.3.0";
93072
+ var version$1 = "103.3.2";
93077
93073
 
93078
93074
  // @generated message type with reflection information, may provide speed optimized methods
93079
93075
  let Any$Type$1 = class Any$Type extends MessageType {