Skip to content

Commit

Permalink
chore: include ForwardInfoShape and CoinShape in snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Nov 28, 2024
1 parent 0215b6f commit 1717b2a
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
48 changes: 48 additions & 0 deletions packages/builders/test/snapshots/orchestration-imports.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down Expand Up @@ -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: [],
},
Expand Down
Binary file modified packages/builders/test/snapshots/orchestration-imports.test.js.snap
Binary file not shown.
2 changes: 2 additions & 0 deletions packages/orchestration/test/snapshots/exports.test.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ Generated by [AVA](https://avajs.dev).
'AnyNatAmountsRecord',
'ChainAddressShape',
'ChainInfoShape',
'CoinShape',
'CosmosAssetInfoShape',
'CosmosChainInfoShape',
'DelegationShape',
'DenomAmountShape',
'DenomDetailShape',
'DenomInfoShape',
'DenomShape',
'ForwardInfoShape',
'IBCChannelIDShape',
'IBCChannelInfoShape',
'IBCConnectionIDShape',
Expand Down
Binary file modified packages/orchestration/test/snapshots/exports.test.ts.snap
Binary file not shown.

0 comments on commit 1717b2a

Please sign in to comment.