@settlemint/sdk-js 2.6.2-pr80f1ef54 → 2.6.2-pr82e0111c

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.
@@ -1,6 +1,6 @@
1
1
  /* SettleMint SDK - Main Package */
2
2
  import { Id } from "@settlemint/sdk-utils/validation";
3
- import * as gql_tada0 from "gql.tada";
3
+ import * as gql_tada12 from "gql.tada";
4
4
  import { ResultOf, VariablesOf, initGraphQLTada } from "gql.tada";
5
5
  import { GraphQLClient } from "graphql-request";
6
6
  import { z } from "zod";
@@ -14485,7 +14485,7 @@ type introspection_types = {
14485
14485
  };
14486
14486
  'ConsensusAlgorithm': {
14487
14487
  name: 'ConsensusAlgorithm';
14488
- enumValues: 'ARBITRUM' | 'ARBITRUM_GOERLI' | 'ARBITRUM_SEPOLIA' | 'AVALANCHE' | 'AVALANCHE_FUJI' | 'BESU_IBFTv2' | 'BESU_QBFT' | 'BSC_POW' | 'BSC_POW_TESTNET' | 'CORDA' | 'FABRIC_RAFT' | 'GETH_CLIQUE' | 'GETH_GOERLI' | 'GETH_POS_RINKEBY' | 'GETH_POW' | 'GETH_VENIDIUM' | 'HEDERA_MAINNET' | 'HEDERA_TESTNET' | 'HOLESKY' | 'OPTIMISM' | 'OPTIMISM_GOERLI' | 'OPTIMISM_SEPOLIA' | 'POLYGON' | 'POLYGON_AMOY' | 'POLYGON_EDGE_POA' | 'POLYGON_MUMBAI' | 'POLYGON_SUPERNET' | 'POLYGON_ZK_EVM' | 'POLYGON_ZK_EVM_TESTNET' | 'QUORUM_QBFT' | 'SEPOLIA' | 'SONEIUM_MINATO' | 'SONIC_BLAZE' | 'SONIC_MAINNET' | 'TEZOS' | 'TEZOS_TESTNET';
14488
+ enumValues: 'ARBITRUM' | 'ARBITRUM_GOERLI' | 'ARBITRUM_SEPOLIA' | 'AVALANCHE' | 'AVALANCHE_FUJI' | 'BASE_MAINNET' | 'BASE_SEPOLIA' | 'BESU_IBFTv2' | 'BESU_QBFT' | 'BSC_POW' | 'BSC_POW_TESTNET' | 'CORDA' | 'FABRIC_RAFT' | 'GETH_CLIQUE' | 'GETH_GOERLI' | 'GETH_POS_RINKEBY' | 'GETH_POW' | 'GETH_VENIDIUM' | 'HEDERA_MAINNET' | 'HEDERA_TESTNET' | 'HOLESKY' | 'LINEA_MAINNET' | 'LINEA_SEPOLIA' | 'OPTIMISM' | 'OPTIMISM_GOERLI' | 'OPTIMISM_SEPOLIA' | 'POLYGON' | 'POLYGON_AMOY' | 'POLYGON_EDGE_POA' | 'POLYGON_MUMBAI' | 'POLYGON_SUPERNET' | 'POLYGON_ZK_EVM' | 'POLYGON_ZK_EVM_TESTNET' | 'QUORUM_QBFT' | 'SEPOLIA' | 'SONEIUM_MINATO' | 'TEZOS' | 'TEZOS_TESTNET';
14489
14489
  };
14490
14490
  'ContractAddresses': {
14491
14491
  kind: 'OBJECT';
@@ -35903,6 +35903,18 @@ type introspection_types = {
35903
35903
  };
35904
35904
  };
35905
35905
  };
35906
+ 'isPreRelease': {
35907
+ name: 'isPreRelease';
35908
+ type: {
35909
+ kind: 'NON_NULL';
35910
+ name: never;
35911
+ ofType: {
35912
+ kind: 'SCALAR';
35913
+ name: 'Boolean';
35914
+ ofType: null;
35915
+ };
35916
+ };
35917
+ };
35906
35918
  'name': {
35907
35919
  name: 'name';
35908
35920
  type: {
@@ -65438,7 +65450,6 @@ type introspection_types = {
65438
65450
  enumValues: 'CODE_ALREADY_ACCEPTED' | 'CODE_EXPIRED' | 'CODE_NOT_FOUND' | 'SUCCESS' | 'UNKNOWN';
65439
65451
  };
65440
65452
  };
65441
-
65442
65453
  /** An IntrospectionQuery representation of your schema.
65443
65454
  *
65444
65455
  * @remarks
@@ -65484,7 +65495,7 @@ declare const graphql: initGraphQLTada<{
65484
65495
  /**
65485
65496
  * GraphQL fragment containing core application fields.
65486
65497
  */
65487
- declare const ApplicationFragment: gql_tada0.TadaDocumentNode<{
65498
+ declare const ApplicationFragment: gql_tada12.TadaDocumentNode<{
65488
65499
  id: string;
65489
65500
  uniqueName: string;
65490
65501
  name: string;
@@ -65505,7 +65516,7 @@ type Application = ResultOf<typeof ApplicationFragment>;
65505
65516
  /**
65506
65517
  * Mutation to create a new application.
65507
65518
  */
65508
- declare const createApplication: gql_tada0.TadaDocumentNode<{
65519
+ declare const createApplication: gql_tada12.TadaDocumentNode<{
65509
65520
  createApplication: {
65510
65521
  id: string;
65511
65522
  uniqueName: string;
@@ -65560,7 +65571,7 @@ declare const applicationCreate: (gqlClient: GraphQLClient) => (args: CreateAppl
65560
65571
  declare const applicationDelete: (gqlClient: GraphQLClient) => (applicationUniqueName: string) => Promise<Application>;
65561
65572
  //#endregion
65562
65573
  //#region src/graphql/application-access-tokens.d.ts
65563
- declare const createApplicationAccessToken: gql_tada0.TadaDocumentNode<{
65574
+ declare const createApplicationAccessToken: gql_tada12.TadaDocumentNode<{
65564
65575
  createApplicationAccessToken: {
65565
65576
  token: string | null;
65566
65577
  };
@@ -65624,7 +65635,7 @@ declare const applicationAccessTokenCreate: (gqlClient: GraphQLClient) => (args:
65624
65635
  /**
65625
65636
  * Fragment containing core blockchain network fields.
65626
65637
  */
65627
- declare const BlockchainNetworkFragment: gql_tada0.TadaDocumentNode<{
65638
+ declare const BlockchainNetworkFragment: gql_tada12.TadaDocumentNode<{
65628
65639
  __typename: "BesuIbftv2BlockchainNetwork";
65629
65640
  id: string;
65630
65641
  uniqueName: string;
@@ -66522,7 +66533,7 @@ type BlockchainNetwork = ResultOf<typeof BlockchainNetworkFragment>;
66522
66533
  /**
66523
66534
  * Mutation to create a new blockchain network.
66524
66535
  */
66525
- declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
66536
+ declare const createBlockchainNetwork: gql_tada12.TadaDocumentNode<{
66526
66537
  createBlockchainNetwork: {
66527
66538
  __typename: "BesuIbftv2BlockchainNetwork";
66528
66539
  id: string;
@@ -67257,7 +67268,7 @@ declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
67257
67268
  gasLimit?: string | null | undefined;
67258
67269
  evmStackSize?: number | null | undefined;
67259
67270
  contractSizeLimit?: number | null | undefined;
67260
- consensusAlgorithm: "ARBITRUM" | "ARBITRUM_GOERLI" | "ARBITRUM_SEPOLIA" | "AVALANCHE" | "AVALANCHE_FUJI" | "BESU_IBFTv2" | "BESU_QBFT" | "BSC_POW" | "BSC_POW_TESTNET" | "CORDA" | "FABRIC_RAFT" | "GETH_CLIQUE" | "GETH_GOERLI" | "GETH_POS_RINKEBY" | "GETH_POW" | "GETH_VENIDIUM" | "HEDERA_MAINNET" | "HEDERA_TESTNET" | "HOLESKY" | "OPTIMISM" | "OPTIMISM_GOERLI" | "OPTIMISM_SEPOLIA" | "POLYGON" | "POLYGON_AMOY" | "POLYGON_EDGE_POA" | "POLYGON_MUMBAI" | "POLYGON_SUPERNET" | "POLYGON_ZK_EVM" | "POLYGON_ZK_EVM_TESTNET" | "QUORUM_QBFT" | "SEPOLIA" | "SONEIUM_MINATO" | "SONIC_BLAZE" | "SONIC_MAINNET" | "TEZOS" | "TEZOS_TESTNET";
67271
+ consensusAlgorithm: "ARBITRUM" | "ARBITRUM_GOERLI" | "ARBITRUM_SEPOLIA" | "AVALANCHE" | "AVALANCHE_FUJI" | "BASE_MAINNET" | "BASE_SEPOLIA" | "BESU_IBFTv2" | "BESU_QBFT" | "BSC_POW" | "BSC_POW_TESTNET" | "CORDA" | "FABRIC_RAFT" | "GETH_CLIQUE" | "GETH_GOERLI" | "GETH_POS_RINKEBY" | "GETH_POW" | "GETH_VENIDIUM" | "HEDERA_MAINNET" | "HEDERA_TESTNET" | "HOLESKY" | "LINEA_MAINNET" | "LINEA_SEPOLIA" | "OPTIMISM" | "OPTIMISM_GOERLI" | "OPTIMISM_SEPOLIA" | "POLYGON" | "POLYGON_AMOY" | "POLYGON_EDGE_POA" | "POLYGON_MUMBAI" | "POLYGON_SUPERNET" | "POLYGON_ZK_EVM" | "POLYGON_ZK_EVM_TESTNET" | "QUORUM_QBFT" | "SEPOLIA" | "SONEIUM_MINATO" | "TEZOS" | "TEZOS_TESTNET";
67261
67272
  chainId?: number | null | undefined;
67262
67273
  applicationId: string;
67263
67274
  }, void>;
@@ -69020,7 +69031,7 @@ declare const blockchainNetworkResume: (gqlClient: GraphQLClient) => (blockchain
69020
69031
  /**
69021
69032
  * Fragment containing core blockchain node fields.
69022
69033
  */
69023
- declare const BlockchainNodeFragment: gql_tada0.TadaDocumentNode<{
69034
+ declare const BlockchainNodeFragment: gql_tada12.TadaDocumentNode<{
69024
69035
  __typename: "BesuIbftv2BlockchainNode";
69025
69036
  id: string;
69026
69037
  uniqueName: string;
@@ -69901,7 +69912,7 @@ type BlockchainNode = ResultOf<typeof BlockchainNodeFragment>;
69901
69912
  /**
69902
69913
  * Mutation to create a blockchain node.
69903
69914
  */
69904
- declare const createBlockchainNode: gql_tada0.TadaDocumentNode<{
69915
+ declare const createBlockchainNode: gql_tada12.TadaDocumentNode<{
69905
69916
  createBlockchainNode: {
69906
69917
  __typename: "BesuIbftv2BlockchainNode";
69907
69918
  id: string;
@@ -70527,7 +70538,7 @@ declare const blockchainNodeResume: (gqlClient: GraphQLClient) => (blockchainNod
70527
70538
  /**
70528
70539
  * Fragment containing core custom deployment fields.
70529
70540
  */
70530
- declare const CustomDeploymentFragment: gql_tada0.TadaDocumentNode<{
70541
+ declare const CustomDeploymentFragment: gql_tada12.TadaDocumentNode<{
70531
70542
  id: string;
70532
70543
  uniqueName: string;
70533
70544
  name: string;
@@ -70557,7 +70568,7 @@ type CustomDeployment = ResultOf<typeof CustomDeploymentFragment>;
70557
70568
  /**
70558
70569
  * Mutation to create a custom deployment.
70559
70570
  */
70560
- declare const createCustomDeployment: gql_tada0.TadaDocumentNode<{
70571
+ declare const createCustomDeployment: gql_tada12.TadaDocumentNode<{
70561
70572
  createCustomDeployment: {
70562
70573
  id: string;
70563
70574
  uniqueName: string;
@@ -70657,7 +70668,7 @@ declare const customDeploymentResume: (gqlClient: GraphQLClient) => (customDeplo
70657
70668
  /**
70658
70669
  * GraphQL fragment containing core insights fields.
70659
70670
  */
70660
- declare const InsightsFragment: gql_tada0.TadaDocumentNode<{
70671
+ declare const InsightsFragment: gql_tada12.TadaDocumentNode<{
70661
70672
  __typename: "BlockchainExplorer";
70662
70673
  id: string;
70663
70674
  uniqueName: string;
@@ -70729,7 +70740,7 @@ type Insights = ResultOf<typeof InsightsFragment>;
70729
70740
  /**
70730
70741
  * Mutation to create insights.
70731
70742
  */
70732
- declare const createInsights: gql_tada0.TadaDocumentNode<{
70743
+ declare const createInsights: gql_tada12.TadaDocumentNode<{
70733
70744
  createInsights: {
70734
70745
  __typename: "BlockchainExplorer";
70735
70746
  id: string;
@@ -70863,7 +70874,7 @@ declare const insightsResume: (gqlClient: GraphQLClient) => (insightsUniqueName:
70863
70874
  /**
70864
70875
  * GraphQL fragment containing core integration fields.
70865
70876
  */
70866
- declare const IntegrationFragment: gql_tada0.TadaDocumentNode<{
70877
+ declare const IntegrationFragment: gql_tada12.TadaDocumentNode<{
70867
70878
  __typename: "Chainlink";
70868
70879
  id: string;
70869
70880
  uniqueName: string;
@@ -70955,7 +70966,7 @@ type IntegrationTool = ResultOf<typeof IntegrationFragment>;
70955
70966
  /**
70956
70967
  * Mutation to create a new integration.
70957
70968
  */
70958
- declare const createIntegration: gql_tada0.TadaDocumentNode<{
70969
+ declare const createIntegration: gql_tada12.TadaDocumentNode<{
70959
70970
  createIntegration: {
70960
70971
  __typename: "Chainlink";
70961
70972
  id: string;
@@ -71105,7 +71116,7 @@ declare const integrationToolResume: (gqlClient: GraphQLClient) => (integrationU
71105
71116
  /**
71106
71117
  * GraphQL fragment containing core load balancer fields.
71107
71118
  */
71108
- declare const LoadBalancerFragment: gql_tada0.TadaDocumentNode<{
71119
+ declare const LoadBalancerFragment: gql_tada12.TadaDocumentNode<{
71109
71120
  __typename: "EVMLoadBalancer";
71110
71121
  id: string;
71111
71122
  uniqueName: string;
@@ -71145,7 +71156,7 @@ type LoadBalancer = ResultOf<typeof LoadBalancerFragment>;
71145
71156
  /**
71146
71157
  * Mutation to create a load balancer.
71147
71158
  */
71148
- declare const createLoadBalancer: gql_tada0.TadaDocumentNode<{
71159
+ declare const createLoadBalancer: gql_tada12.TadaDocumentNode<{
71149
71160
  createLoadBalancer: {
71150
71161
  __typename: "EVMLoadBalancer";
71151
71162
  id: string;
@@ -71246,7 +71257,7 @@ declare const loadBalancerResume: (gqlClient: GraphQLClient) => (loadBalancerUni
71246
71257
  /**
71247
71258
  * GraphQL fragment containing core middleware fields.
71248
71259
  */
71249
- declare const MiddlewareFragment: gql_tada0.TadaDocumentNode<{
71260
+ declare const MiddlewareFragment: gql_tada12.TadaDocumentNode<{
71250
71261
  __typename: "AttestationIndexerMiddleware";
71251
71262
  id: string;
71252
71263
  uniqueName: string;
@@ -71414,7 +71425,7 @@ type Middleware = ResultOf<typeof MiddlewareFragment>;
71414
71425
  /**
71415
71426
  * Query to fetch a specific middleware with subgraphs.
71416
71427
  */
71417
- declare const getGraphMiddlewareSubgraphs: gql_tada0.TadaDocumentNode<{
71428
+ declare const getGraphMiddlewareSubgraphs: gql_tada12.TadaDocumentNode<{
71418
71429
  middlewareByUniqueName: {
71419
71430
  __typename: "AttestationIndexerMiddleware";
71420
71431
  id: string;
@@ -71597,7 +71608,7 @@ type MiddlewareWithSubgraphs = ResultOf<typeof getGraphMiddlewareSubgraphs>["mid
71597
71608
  /**
71598
71609
  * Mutation to create a new middleware.
71599
71610
  */
71600
- declare const createMiddleware: gql_tada0.TadaDocumentNode<{
71611
+ declare const createMiddleware: gql_tada12.TadaDocumentNode<{
71601
71612
  createMiddleware: {
71602
71613
  __typename: "AttestationIndexerMiddleware";
71603
71614
  id: string;
@@ -71842,7 +71853,7 @@ declare const middlewareResume: (gqlClient: GraphQLClient) => (middlewareUniqueN
71842
71853
  /**
71843
71854
  * GraphQL query to fetch platform configuration.
71844
71855
  */
71845
- declare const getPlatformConfigQuery: gql_tada0.TadaDocumentNode<{
71856
+ declare const getPlatformConfigQuery: gql_tada12.TadaDocumentNode<{
71846
71857
  config: {
71847
71858
  smartContractSets: {
71848
71859
  id: string;
@@ -71899,7 +71910,7 @@ declare const getPlatformConfig: (gqlClient: GraphQLClient) => () => Promise<Pla
71899
71910
  /**
71900
71911
  * GraphQL fragment containing core private key fields.
71901
71912
  */
71902
- declare const PrivateKeyFragment: gql_tada0.TadaDocumentNode<{
71913
+ declare const PrivateKeyFragment: gql_tada12.TadaDocumentNode<{
71903
71914
  __typename: "AccessibleEcdsaP256PrivateKey";
71904
71915
  id: string;
71905
71916
  uniqueName: string;
@@ -72106,7 +72117,7 @@ type PrivateKey = ResultOf<typeof PrivateKeyFragment>;
72106
72117
  /**
72107
72118
  * Mutation to create a new private key.
72108
72119
  */
72109
- declare const createPrivateKey: gql_tada0.TadaDocumentNode<{
72120
+ declare const createPrivateKey: gql_tada12.TadaDocumentNode<{
72110
72121
  createPrivateKey: {
72111
72122
  __typename: "AccessibleEcdsaP256PrivateKey";
72112
72123
  id: string;
@@ -72377,7 +72388,7 @@ declare const privateKeyResume: (gqlClient: GraphQLClient) => (privateKeyUniqueN
72377
72388
  /**
72378
72389
  * GraphQL fragment containing core storage fields.
72379
72390
  */
72380
- declare const StorageFragment: gql_tada0.TadaDocumentNode<{
72391
+ declare const StorageFragment: gql_tada12.TadaDocumentNode<{
72381
72392
  __typename: "IPFSStorage";
72382
72393
  id: string;
72383
72394
  uniqueName: string;
@@ -72429,7 +72440,7 @@ type Storage = ResultOf<typeof StorageFragment>;
72429
72440
  /**
72430
72441
  * Mutation to create a new storage.
72431
72442
  */
72432
- declare const createStorage: gql_tada0.TadaDocumentNode<{
72443
+ declare const createStorage: gql_tada12.TadaDocumentNode<{
72433
72444
  createStorage: {
72434
72445
  __typename: "IPFSStorage";
72435
72446
  id: string;
@@ -72539,7 +72550,7 @@ declare const storageResume: (gqlClient: GraphQLClient) => (storageUniqueName: s
72539
72550
  /**
72540
72551
  * GraphQL fragment containing core workspace fields.
72541
72552
  */
72542
- declare const WorkspaceFragment: gql_tada0.TadaDocumentNode<{
72553
+ declare const WorkspaceFragment: gql_tada12.TadaDocumentNode<{
72543
72554
  id: string;
72544
72555
  uniqueName: string;
72545
72556
  name: string;
@@ -72560,7 +72571,7 @@ type Workspace = ResultOf<typeof WorkspaceFragment>;
72560
72571
  /**
72561
72572
  * Mutation to create a new workspace.
72562
72573
  */
72563
- declare const createWorkspace: gql_tada0.TadaDocumentNode<{
72574
+ declare const createWorkspace: gql_tada12.TadaDocumentNode<{
72564
72575
  createWorkspace: {
72565
72576
  id: string;
72566
72577
  uniqueName: string;
@@ -14485,7 +14485,7 @@ type introspection_types = {
14485
14485
  };
14486
14486
  'ConsensusAlgorithm': {
14487
14487
  name: 'ConsensusAlgorithm';
14488
- enumValues: 'ARBITRUM' | 'ARBITRUM_GOERLI' | 'ARBITRUM_SEPOLIA' | 'AVALANCHE' | 'AVALANCHE_FUJI' | 'BESU_IBFTv2' | 'BESU_QBFT' | 'BSC_POW' | 'BSC_POW_TESTNET' | 'CORDA' | 'FABRIC_RAFT' | 'GETH_CLIQUE' | 'GETH_GOERLI' | 'GETH_POS_RINKEBY' | 'GETH_POW' | 'GETH_VENIDIUM' | 'HEDERA_MAINNET' | 'HEDERA_TESTNET' | 'HOLESKY' | 'OPTIMISM' | 'OPTIMISM_GOERLI' | 'OPTIMISM_SEPOLIA' | 'POLYGON' | 'POLYGON_AMOY' | 'POLYGON_EDGE_POA' | 'POLYGON_MUMBAI' | 'POLYGON_SUPERNET' | 'POLYGON_ZK_EVM' | 'POLYGON_ZK_EVM_TESTNET' | 'QUORUM_QBFT' | 'SEPOLIA' | 'SONEIUM_MINATO' | 'SONIC_BLAZE' | 'SONIC_MAINNET' | 'TEZOS' | 'TEZOS_TESTNET';
14488
+ enumValues: 'ARBITRUM' | 'ARBITRUM_GOERLI' | 'ARBITRUM_SEPOLIA' | 'AVALANCHE' | 'AVALANCHE_FUJI' | 'BASE_MAINNET' | 'BASE_SEPOLIA' | 'BESU_IBFTv2' | 'BESU_QBFT' | 'BSC_POW' | 'BSC_POW_TESTNET' | 'CORDA' | 'FABRIC_RAFT' | 'GETH_CLIQUE' | 'GETH_GOERLI' | 'GETH_POS_RINKEBY' | 'GETH_POW' | 'GETH_VENIDIUM' | 'HEDERA_MAINNET' | 'HEDERA_TESTNET' | 'HOLESKY' | 'LINEA_MAINNET' | 'LINEA_SEPOLIA' | 'OPTIMISM' | 'OPTIMISM_GOERLI' | 'OPTIMISM_SEPOLIA' | 'POLYGON' | 'POLYGON_AMOY' | 'POLYGON_EDGE_POA' | 'POLYGON_MUMBAI' | 'POLYGON_SUPERNET' | 'POLYGON_ZK_EVM' | 'POLYGON_ZK_EVM_TESTNET' | 'QUORUM_QBFT' | 'SEPOLIA' | 'SONEIUM_MINATO' | 'TEZOS' | 'TEZOS_TESTNET';
14489
14489
  };
14490
14490
  'ContractAddresses': {
14491
14491
  kind: 'OBJECT';
@@ -35903,6 +35903,18 @@ type introspection_types = {
35903
35903
  };
35904
35904
  };
35905
35905
  };
35906
+ 'isPreRelease': {
35907
+ name: 'isPreRelease';
35908
+ type: {
35909
+ kind: 'NON_NULL';
35910
+ name: never;
35911
+ ofType: {
35912
+ kind: 'SCALAR';
35913
+ name: 'Boolean';
35914
+ ofType: null;
35915
+ };
35916
+ };
35917
+ };
35906
35918
  'name': {
35907
35919
  name: 'name';
35908
35920
  type: {
@@ -65438,7 +65450,6 @@ type introspection_types = {
65438
65450
  enumValues: 'CODE_ALREADY_ACCEPTED' | 'CODE_EXPIRED' | 'CODE_NOT_FOUND' | 'SUCCESS' | 'UNKNOWN';
65439
65451
  };
65440
65452
  };
65441
-
65442
65453
  /** An IntrospectionQuery representation of your schema.
65443
65454
  *
65444
65455
  * @remarks
@@ -67257,7 +67268,7 @@ declare const createBlockchainNetwork: gql_tada0.TadaDocumentNode<{
67257
67268
  gasLimit?: string | null | undefined;
67258
67269
  evmStackSize?: number | null | undefined;
67259
67270
  contractSizeLimit?: number | null | undefined;
67260
- consensusAlgorithm: "ARBITRUM" | "ARBITRUM_GOERLI" | "ARBITRUM_SEPOLIA" | "AVALANCHE" | "AVALANCHE_FUJI" | "BESU_IBFTv2" | "BESU_QBFT" | "BSC_POW" | "BSC_POW_TESTNET" | "CORDA" | "FABRIC_RAFT" | "GETH_CLIQUE" | "GETH_GOERLI" | "GETH_POS_RINKEBY" | "GETH_POW" | "GETH_VENIDIUM" | "HEDERA_MAINNET" | "HEDERA_TESTNET" | "HOLESKY" | "OPTIMISM" | "OPTIMISM_GOERLI" | "OPTIMISM_SEPOLIA" | "POLYGON" | "POLYGON_AMOY" | "POLYGON_EDGE_POA" | "POLYGON_MUMBAI" | "POLYGON_SUPERNET" | "POLYGON_ZK_EVM" | "POLYGON_ZK_EVM_TESTNET" | "QUORUM_QBFT" | "SEPOLIA" | "SONEIUM_MINATO" | "SONIC_BLAZE" | "SONIC_MAINNET" | "TEZOS" | "TEZOS_TESTNET";
67271
+ consensusAlgorithm: "ARBITRUM" | "ARBITRUM_GOERLI" | "ARBITRUM_SEPOLIA" | "AVALANCHE" | "AVALANCHE_FUJI" | "BASE_MAINNET" | "BASE_SEPOLIA" | "BESU_IBFTv2" | "BESU_QBFT" | "BSC_POW" | "BSC_POW_TESTNET" | "CORDA" | "FABRIC_RAFT" | "GETH_CLIQUE" | "GETH_GOERLI" | "GETH_POS_RINKEBY" | "GETH_POW" | "GETH_VENIDIUM" | "HEDERA_MAINNET" | "HEDERA_TESTNET" | "HOLESKY" | "LINEA_MAINNET" | "LINEA_SEPOLIA" | "OPTIMISM" | "OPTIMISM_GOERLI" | "OPTIMISM_SEPOLIA" | "POLYGON" | "POLYGON_AMOY" | "POLYGON_EDGE_POA" | "POLYGON_MUMBAI" | "POLYGON_SUPERNET" | "POLYGON_ZK_EVM" | "POLYGON_ZK_EVM_TESTNET" | "QUORUM_QBFT" | "SEPOLIA" | "SONEIUM_MINATO" | "TEZOS" | "TEZOS_TESTNET";
67261
67272
  chainId?: number | null | undefined;
67262
67273
  applicationId: string;
67263
67274
  }, void>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@settlemint/sdk-js",
3
3
  "description": "Core JavaScript SDK for integrating SettleMint's blockchain platform services into your applications",
4
- "version": "2.6.2-pr80f1ef54",
4
+ "version": "2.6.2-pr82e0111c",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -42,7 +42,7 @@
42
42
  "scripts": {
43
43
  "codegen": "gql-tada generate-schema ${CONSOLE_GRAPHQL:-https://console.settlemint.com/api/graphql} && gql-tada generate-output",
44
44
  "build": "tsdown",
45
- "dev": "tsdown --watch",
45
+ "dev": "tsdown --watch ./src",
46
46
  "publint": "publint run --strict",
47
47
  "attw": "attw --pack .",
48
48
  "test": "bun test",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "devDependencies": {},
56
56
  "dependencies": {
57
- "@settlemint/sdk-utils": "2.6.2-pr80f1ef54",
57
+ "@settlemint/sdk-utils": "2.6.2-pr82e0111c",
58
58
  "gql.tada": "^1",
59
59
  "graphql": "^16",
60
60
  "graphql-request": "^7",