Skip to content

Commit

Permalink
chore: refining simulate calls
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Mar 17, 2024
1 parent a1209c2 commit 87787c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/clients/SubtopiaClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export class SubtopiaClient {

const request = new modelsv2.SimulateRequest({
allowEmptySignatures: true,
allowMoreLogging: true,
txnGroups: [
new modelsv2.SimulateRequestTransactionGroup({
// Must decode the signed txn bytes into an object
Expand Down Expand Up @@ -393,6 +394,7 @@ export class SubtopiaClient {

const request = new modelsv2.SimulateRequest({
allowEmptySignatures: true,
allowMoreLogging: true,
txnGroups: [
new modelsv2.SimulateRequestTransactionGroup({
// Must decode the signed txn bytes into an object
Expand Down Expand Up @@ -461,6 +463,7 @@ export class SubtopiaClient {

const request = new modelsv2.SimulateRequest({
allowEmptySignatures: true,
allowMoreLogging: true,
txnGroups: [
new modelsv2.SimulateRequestTransactionGroup({
// Must decode the signed txn bytes into an object
Expand Down Expand Up @@ -1034,6 +1037,7 @@ export class SubtopiaClient {

const request = new modelsv2.SimulateRequest({
allowEmptySignatures: true,
allowMoreLogging: true,
txnGroups: [
new modelsv2.SimulateRequestTransactionGroup({
// Must decode the signed txn bytes into an object
Expand Down Expand Up @@ -1091,6 +1095,7 @@ export class SubtopiaClient {

const request = new modelsv2.SimulateRequest({
allowEmptySignatures: true,
allowMoreLogging: true,
txnGroups: [
new modelsv2.SimulateRequestTransactionGroup({
// Must decode the signed txn bytes into an object
Expand Down
2 changes: 2 additions & 0 deletions src/clients/SubtopiaRegistryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export class SubtopiaRegistryClient {

const request = new modelsv2.SimulateRequest({
allowEmptySignatures: true,
allowMoreLogging: true,
txnGroups: [
new modelsv2.SimulateRequestTransactionGroup({
// Must decode the signed txn bytes into an object
Expand Down Expand Up @@ -292,6 +293,7 @@ export class SubtopiaRegistryClient {

const request = new modelsv2.SimulateRequest({
allowEmptySignatures: true,
allowMoreLogging: true,
txnGroups: [
new modelsv2.SimulateRequestTransactionGroup({
// Must decode the signed txn bytes into an object
Expand Down

0 comments on commit 87787c7

Please sign in to comment.