From 365a83014b0db89f093d218af46eee473b234496 Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Tue, 5 Dec 2023 09:53:49 -0800 Subject: [PATCH] chore: Update snapshots --- .../test/omnigraph/__snapshots__/format.test.ts.snap | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/utils/test/omnigraph/__snapshots__/format.test.ts.snap b/packages/utils/test/omnigraph/__snapshots__/format.test.ts.snap index 4000d052b..29a09b5b0 100644 --- a/packages/utils/test/omnigraph/__snapshots__/format.test.ts.snap +++ b/packages/utils/test/omnigraph/__snapshots__/format.test.ts.snap @@ -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"`; @@ -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"`;