Skip to content

Commit

Permalink
updating snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sirarthurmoney committed Dec 1, 2023
1 parent ef7f611 commit a7e7a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "jest"
},
"devDependencies": {
"@layerzerolabs/lz-definitions": "~1.5.62",
"@layerzerolabs/lz-definitions": "~1.5.65",
"@layerzerolabs/test-utils": "~0.0.1",
"@types/jest": "^29.5.10",
"jest": "^29.7.0",
Expand All @@ -42,7 +42,7 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"@layerzerolabs/lz-definitions": "~1.5.62",
"@layerzerolabs/lz-definitions": "~1.5.65",
"zod": "^3.22.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ exports[`omnigraph/format formatEid should format 217 correctly 1`] = `"MANTA_MA

exports[`omnigraph/format formatEid should format 218 correctly 1`] = `"PGN_MAINNET"`;

exports[`omnigraph/format formatEid should format 230 correctly 1`] = `"SHIMMER_MAINNET"`;

exports[`omnigraph/format formatEid should format 10102 correctly 1`] = `"BSC_TESTNET"`;

exports[`omnigraph/format formatEid should format 10106 correctly 1`] = `"AVALANCHE_TESTNET"`;
Expand Down Expand Up @@ -368,8 +366,6 @@ exports[`omnigraph/format formatEid should format 30217 correctly 1`] = `"MANTA_

exports[`omnigraph/format formatEid should format 30218 correctly 1`] = `"PGN_V2_MAINNET"`;

exports[`omnigraph/format formatEid should format 30230 correctly 1`] = `"SHIMMER_V2_MAINNET"`;

exports[`omnigraph/format formatEid should format 40102 correctly 1`] = `"BSC_V2_TESTNET"`;

exports[`omnigraph/format formatEid should format 40106 correctly 1`] = `"AVALANCHE_V2_TESTNET"`;
Expand Down

0 comments on commit a7e7a24

Please sign in to comment.