diff --git a/packages/builders/test/snapshots/orchestration-imports.test.js.md b/packages/builders/test/snapshots/orchestration-imports.test.js.md index 7749e126b16..879f4029b18 100644 --- a/packages/builders/test/snapshots/orchestration-imports.test.js.md +++ b/packages/builders/test/snapshots/orchestration-imports.test.js.md @@ -85,6 +85,14 @@ Generated by [AVA](https://avajs.dev). }, ], }, + CoinShape: { + amount: Object @match:string { + payload: [], + }, + denom: Object @match:string { + payload: [], + }, + }, CosmosAssetInfoShape: Object @match:splitRecord { payload: [ { @@ -270,6 +278,46 @@ Generated by [AVA](https://avajs.dev). DenomShape: Object @match:string { payload: [], }, + ForwardInfoShape: { + forward: Object @match:splitRecord { + payload: [ + { + channel: Object @match:string { + payload: [], + }, + port: 'transfer', + receiver: Object @match:string { + payload: [], + }, + retries: Object @match:kind { + payload: 'number', + }, + timeout: Object @match:string { + payload: [], + }, + }, + { + next: { + forward: { + channel: Object @match:string { + payload: [], + }, + port: 'transfer', + receiver: Object @match:string { + payload: [], + }, + retries: Object @match:kind { + payload: 'number', + }, + timeout: Object @match:string { + payload: [], + }, + }, + }, + }, + ], + }, + }, IBCChannelIDShape: Object @match:string { payload: [], }, diff --git a/packages/builders/test/snapshots/orchestration-imports.test.js.snap b/packages/builders/test/snapshots/orchestration-imports.test.js.snap index e3536ba0aec..dba58251741 100644 Binary files a/packages/builders/test/snapshots/orchestration-imports.test.js.snap and b/packages/builders/test/snapshots/orchestration-imports.test.js.snap differ diff --git a/packages/orchestration/test/snapshots/exports.test.ts.md b/packages/orchestration/test/snapshots/exports.test.ts.md index c57931aa11b..f4a36635d08 100644 --- a/packages/orchestration/test/snapshots/exports.test.ts.md +++ b/packages/orchestration/test/snapshots/exports.test.ts.md @@ -14,6 +14,7 @@ Generated by [AVA](https://avajs.dev). 'AnyNatAmountsRecord', 'ChainAddressShape', 'ChainInfoShape', + 'CoinShape', 'CosmosAssetInfoShape', 'CosmosChainInfoShape', 'DelegationShape', @@ -21,6 +22,7 @@ Generated by [AVA](https://avajs.dev). 'DenomDetailShape', 'DenomInfoShape', 'DenomShape', + 'ForwardInfoShape', 'IBCChannelIDShape', 'IBCChannelInfoShape', 'IBCConnectionIDShape', diff --git a/packages/orchestration/test/snapshots/exports.test.ts.snap b/packages/orchestration/test/snapshots/exports.test.ts.snap index acdc30319ea..3d9da073d5a 100644 Binary files a/packages/orchestration/test/snapshots/exports.test.ts.snap and b/packages/orchestration/test/snapshots/exports.test.ts.snap differ