Skip to content

Commit

Permalink
chore: Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Dec 5, 2023
1 parent f6605ce commit 8c8b69c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ exports[`omnigraph/format formatEid should format 10224 correctly 1`] = `"POLYGO

exports[`omnigraph/format formatEid should format 10230 correctly 1`] = `"SHIMMER_TESTNET"`;

exports[`omnigraph/format formatEid should format 10231 correctly 1`] = `"ARBSEP_TESTNET"`;

exports[`omnigraph/format formatEid should format 10232 correctly 1`] = `"OPTSEP_TESTNET"`;

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

exports[`omnigraph/format formatEid should format 20102 correctly 1`] = `"BSC_SANDBOX"`;
Expand Down Expand Up @@ -488,6 +492,10 @@ exports[`omnigraph/format formatEid should format 40223 correctly 1`] = `"PGN_V2

exports[`omnigraph/format formatEid should format 40224 correctly 1`] = `"POLYGONCDK_V2_TESTNET"`;

exports[`omnigraph/format formatEid should format 40231 correctly 1`] = `"ARBSEP_V2_TESTNET"`;

exports[`omnigraph/format formatEid should format 40232 correctly 1`] = `"OPTSEP_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

0 comments on commit 8c8b69c

Please sign in to comment.