Skip to content

Commit 286bffe

Browse files
Update MAX_RETRIES
1 parent c8029c9 commit 286bffe

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.snippets/code/tutorials/interoperability/xcm-observability/deposit-reserve-asset-with-set-topic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {
2323
} from "@polkadot-labs/hdkd-helpers";
2424

2525
const XCM_VERSION = 5;
26-
const MAX_RETRIES = 4;
26+
const MAX_RETRIES = 5;
2727

2828
const toHuman = (_key: any, value: any) => {
2929
if (typeof value === "bigint") {

.snippets/code/tutorials/interoperability/xcm-observability/initiate-reserve-withdraw-with-set-topic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
} from "@polkadot-labs/hdkd-helpers";
2525

2626
const XCM_VERSION = 5;
27-
const MAX_RETRIES = 4;
27+
const MAX_RETRIES = 5;
2828

2929
const toHuman = (_key: any, value: any) => {
3030
if (typeof value === "bigint") {

.snippets/code/tutorials/interoperability/xcm-observability/limited-reserve-transfer-assets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
} from "@polkadot-labs/hdkd-helpers";
2222

2323
const XCM_VERSION = 5;
24-
const MAX_RETRIES = 4;
24+
const MAX_RETRIES = 5;
2525

2626
const toHuman = (_key: any, value: any) => {
2727
if (typeof value === "bigint") {

llms.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28001,7 +28001,7 @@ import {
2800128001
} from "@polkadot-labs/hdkd-helpers";
2800228002

2800328003
const XCM_VERSION = 5;
28004-
const MAX_RETRIES = 4;
28004+
const MAX_RETRIES = 5;
2800528005

2800628006
const toHuman = (_key: any, value: any) => {
2800728007
if (typeof value === "bigint") {
@@ -28258,7 +28258,7 @@ import {
2825828258
} from "@polkadot-labs/hdkd-helpers";
2825928259

2826028260
const XCM_VERSION = 5;
28261-
const MAX_RETRIES = 4;
28261+
const MAX_RETRIES = 5;
2826228262

2826328263
const toHuman = (_key: any, value: any) => {
2826428264
if (typeof value === "bigint") {
@@ -28533,7 +28533,7 @@ import {
2853328533
} from "@polkadot-labs/hdkd-helpers";
2853428534

2853528535
const XCM_VERSION = 5;
28536-
const MAX_RETRIES = 4;
28536+
const MAX_RETRIES = 5;
2853728537

2853828538
const toHuman = (_key: any, value: any) => {
2853928539
if (typeof value === "bigint") {

0 commit comments

Comments
 (0)