/** * Creates a common configuration for the shibariumTestnet chain. * @type {import('../Common.js').Common} * @description * Chain ID: 157 * Chain Name: Puppynet Shibarium * Default Block Explorer: https://puppyscan.shib.io * Default RPC URL: https://puppynet.shibrpc.com * @example * import { createMemoryClient } from 'tevm' * import { shibariumTestnet } from 'tevm/common' * import { http } from 'tevm' * * const client = createMemoryClient({ * common: shibariumTestnet, * fork: { * transport: http({ url: 'https://example.com' })({}) * }, * }) */ export const shibariumTestnet: import("../Common.js").Common; //# sourceMappingURL=shibariumTestnet.d.ts.map