Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Goulding <[email protected]>
  • Loading branch information
ryandgoulding committed Jan 31, 2024
1 parent dd26896 commit 12db9d3
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ exports[`omnigraph/format formatEid should format 10242 correctly 1`] = `"JOC_TE

exports[`omnigraph/format formatEid should format 10243 correctly 1`] = `"BLAST_TESTNET"`;

exports[`omnigraph/format formatEid should format 10244 correctly 1`] = `"TRON_TESTNET"`;
exports[`omnigraph/format formatEid should format 10420 correctly 1`] = `"TRON_TESTNET"`;

exports[`omnigraph/format formatEid should format 20008 correctly 1`] = `"APTOS_SANDBOX"`;

Expand All @@ -286,7 +286,7 @@ exports[`omnigraph/format formatEid should format 20132 correctly 1`] = `"OPTIMI

exports[`omnigraph/format formatEid should format 20231 correctly 1`] = `"ARBITRUM_SANDBOX"`;

exports[`omnigraph/format formatEid should format 20244 correctly 1`] = `"TRON_SANDBOX"`;
exports[`omnigraph/format formatEid should format 20420 correctly 1`] = `"TRON_SANDBOX"`;

exports[`omnigraph/format formatEid should format 30101 correctly 1`] = `"ETHEREUM_V2_MAINNET"`;

Expand Down Expand Up @@ -546,6 +546,8 @@ exports[`omnigraph/format formatEid should format 40242 correctly 1`] = `"JOC_V2

exports[`omnigraph/format formatEid should format 40243 correctly 1`] = `"BLAST_V2_TESTNET"`;

exports[`omnigraph/format formatEid should format 40420 correctly 1`] = `"TRON_V2_TESTNET"`;

exports[`omnigraph/format formatEid should format 50102 correctly 1`] = `"BSC_V2_SANDBOX"`;

exports[`omnigraph/format formatEid should format 50106 correctly 1`] = `"AVALANCHE_V2_SANDBOX"`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,21 @@ exports[`task lz:errors:list should print all errors with matching name if \`con
"Error": "InvalidOptionType(uint16)",
"Signature": "0x3a51740d",
},
{
"Contract": "OmniCounterAbstract",
"Error": "InvalidDelegate()",
"Signature": "0xb5863604",
},
{
"Contract": "OmniCounterAbstract",
"Error": "InvalidEndpointCall()",
"Signature": "0x0fbdec0a",
},
{
"Contract": "OmniCounterAbstract",
"Error": "InvalidOptionType(uint16)",
"Signature": "0x3a51740d",
},
{
"Contract": "OmniCounterPreCrime",
"Error": "InvalidSimulationResult(uint32,bytes)",
Expand Down Expand Up @@ -2897,6 +2912,56 @@ exports[`task lz:errors:list should print all matching errors if \`containing\`
"Error": "SimulationResult(bytes)",
"Signature": "0x8351eea7",
},
{
"Contract": "OmniCounterAbstract",
"Error": "InvalidDelegate()",
"Signature": "0xb5863604",
},
{
"Contract": "OmniCounterAbstract",
"Error": "InvalidEndpointCall()",
"Signature": "0x0fbdec0a",
},
{
"Contract": "OmniCounterAbstract",
"Error": "InvalidOptionType(uint16)",
"Signature": "0x3a51740d",
},
{
"Contract": "OmniCounterAbstract",
"Error": "LzTokenUnavailable()",
"Signature": "0x5373352a",
},
{
"Contract": "OmniCounterAbstract",
"Error": "NoPeer(uint32)",
"Signature": "0xf6ff4fb7",
},
{
"Contract": "OmniCounterAbstract",
"Error": "NotEnoughNative(uint256)",
"Signature": "0x9f704120",
},
{
"Contract": "OmniCounterAbstract",
"Error": "OnlyEndpoint(address)",
"Signature": "0x91ac5e4f",
},
{
"Contract": "OmniCounterAbstract",
"Error": "OnlyPeer(uint32,bytes32)",
"Signature": "0xc26bebcc",
},
{
"Contract": "OmniCounterAbstract",
"Error": "OnlySelf()",
"Signature": "0x14d4a4e8",
},
{
"Contract": "OmniCounterAbstract",
"Error": "SimulationResult(bytes)",
"Signature": "0x8351eea7",
},
{
"Contract": "OmniCounterPreCrime",
"Error": "CrimeFound(bytes)",
Expand Down

0 comments on commit 12db9d3

Please sign in to comment.