import * as Zones from './Zones.js' describe('chains', () => { test('defines hosted zones', () => { expect(Zones.chains).toMatchObject([ { contracts: { messenger: { address: '0x5A4d000000000000000000000000000000000000' }, portal: { address: '0x5Ad0000000000000000000000000000000000003' }, verifier: { address: '0x5a56000000000000000000000000000000000000' }, }, id: 1_424_310_003, name: 'zone-moderato-internal', rpcUrls: { default: { http: ['https://zone-internal-rpc.testnet.tempo.xyz'] }, internal: { http: ['https://zone-internal-rpc.testnet.tempo.xyz'] }, tidx: { http: ['https://indexer-zone-internal.testnet.tempo.xyz'] }, }, sourceId: 42_431, }, { contracts: { messenger: { address: '0x5A4d000000000000000000000000000000000000' }, portal: { address: '0x5ad0000000000000000000000000000000000001' }, verifier: { address: '0x5a56000000000000000000000000000000000000' }, }, id: 421_700_001, name: 'zone-mainnet-internal', rpcUrls: { default: { http: ['https://zone-internal-rpc.tempo.xyz'] }, internal: { http: ['https://zone-internal-rpc.tempo.xyz'] }, tidx: { http: ['https://indexer-zone-internal.tempo.xyz'] }, }, sourceId: 4_217, }, { contracts: { messenger: { address: '0x5A4d000000000000000000000000000000000000' }, portal: { address: '0x5aD0000000000000000000000000000000000006' }, }, id: 421_700_006, rpcUrls: { default: { http: ['https://rpc-zone-stable-public.devnet.tempoxyz.dev'] }, internal: { http: ['https://rpc-zone-stable.devnet.tempoxyz.dev'] }, tidx: { http: ['https://tidx-zone-stable.devnet.tempoxyz.dev'] }, }, sourceId: 31_318, }, ]) }) })