@settlemint/sdk-js 2.6.1-main69c936af → 2.6.1-mainb66ad220

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/README.md CHANGED
@@ -149,7 +149,7 @@ Type representing an application entity.
149
149
 
150
150
  > **BlockchainNetwork** = `ResultOf`\<*typeof* `BlockchainNetworkFragment`\>
151
151
 
152
- Defined in: [sdk/js/src/graphql/blockchain-network.ts:82](https://github.com/settlemint/sdk/blob/v2.6.1/sdk/js/src/graphql/blockchain-network.ts#L82)
152
+ Defined in: [sdk/js/src/graphql/blockchain-network.ts:55](https://github.com/settlemint/sdk/blob/v2.6.1/sdk/js/src/graphql/blockchain-network.ts#L55)
153
153
 
154
154
  Type representing a blockchain network entity.
155
155
 
@@ -159,7 +159,7 @@ Type representing a blockchain network entity.
159
159
 
160
160
  > **BlockchainNode** = `ResultOf`\<*typeof* `BlockchainNodeFragment`\>
161
161
 
162
- Defined in: [sdk/js/src/graphql/blockchain-node.ts:96](https://github.com/settlemint/sdk/blob/v2.6.1/sdk/js/src/graphql/blockchain-node.ts#L96)
162
+ Defined in: [sdk/js/src/graphql/blockchain-node.ts:69](https://github.com/settlemint/sdk/blob/v2.6.1/sdk/js/src/graphql/blockchain-node.ts#L69)
163
163
 
164
164
  Type representing a blockchain node entity.
165
165
 
@@ -446,36 +446,6 @@ const BlockchainNetworkFragment = graphql(`
446
446
  ... on BesuIbftv2BlockchainNetwork {
447
447
  chainId
448
448
  }
449
- ... on GethPoWBlockchainNetwork {
450
- chainId
451
- }
452
- ... on GethPoSRinkebyBlockchainNetwork {
453
- chainId
454
- }
455
- ... on GethVenidiumBlockchainNetwork {
456
- chainId
457
- }
458
- ... on GethGoerliBlockchainNetwork {
459
- chainId
460
- }
461
- ... on AvalancheBlockchainNetwork {
462
- chainId
463
- }
464
- ... on AvalancheFujiBlockchainNetwork {
465
- chainId
466
- }
467
- ... on BscPoWBlockchainNetwork {
468
- chainId
469
- }
470
- ... on BscPoWTestnetBlockchainNetwork {
471
- chainId
472
- }
473
- ... on PolygonBlockchainNetwork {
474
- chainId
475
- }
476
- ... on PolygonMumbaiBlockchainNetwork {
477
- chainId
478
- }
479
449
  ... on PolygonEdgePoABlockchainNetwork {
480
450
  chainId
481
451
  }
@@ -485,6 +455,9 @@ const BlockchainNetworkFragment = graphql(`
485
455
  ... on GethCliqueBlockchainNetwork {
486
456
  chainId
487
457
  }
458
+ ... on PublicEvmBlockchainNetwork {
459
+ chainId
460
+ }
488
461
  blockchainNodes {
489
462
  ... on BlockchainNode {
490
463
  id
@@ -754,36 +727,6 @@ const BlockchainNodeFragment = graphql(`
754
727
  ... on BesuIbftv2BlockchainNetwork {
755
728
  chainId
756
729
  }
757
- ... on GethPoWBlockchainNetwork {
758
- chainId
759
- }
760
- ... on GethPoSRinkebyBlockchainNetwork {
761
- chainId
762
- }
763
- ... on GethVenidiumBlockchainNetwork {
764
- chainId
765
- }
766
- ... on GethGoerliBlockchainNetwork {
767
- chainId
768
- }
769
- ... on AvalancheBlockchainNetwork {
770
- chainId
771
- }
772
- ... on AvalancheFujiBlockchainNetwork {
773
- chainId
774
- }
775
- ... on BscPoWBlockchainNetwork {
776
- chainId
777
- }
778
- ... on BscPoWTestnetBlockchainNetwork {
779
- chainId
780
- }
781
- ... on PolygonBlockchainNetwork {
782
- chainId
783
- }
784
- ... on PolygonMumbaiBlockchainNetwork {
785
- chainId
786
- }
787
730
  ... on PolygonEdgePoABlockchainNetwork {
788
731
  chainId
789
732
  }
@@ -793,6 +736,9 @@ const BlockchainNodeFragment = graphql(`
793
736
  ... on GethCliqueBlockchainNetwork {
794
737
  chainId
795
738
  }
739
+ ... on PublicEvmBlockchainNetwork {
740
+ chainId
741
+ }
796
742
  }
797
743
  }
798
744
  privateKeys {