create-ponder 0.3.7 → 0.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +6 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -16,7 +16,7 @@ import { default as prompts } from "prompts";
16
16
  // package.json
17
17
  var package_default = {
18
18
  name: "create-ponder",
19
- version: "0.3.7",
19
+ version: "0.3.8",
20
20
  type: "module",
21
21
  description: "A CLI tool to create Ponder apps",
22
22
  license: "MIT",
@@ -470,6 +470,7 @@ var chainIdByGraphNetwork = {
470
470
  rinkeby: 4,
471
471
  ropsten: 3,
472
472
  goerli: 5,
473
+ sepolia: 11155111,
473
474
  "poa-core": 99,
474
475
  "poa-sokol": 77,
475
476
  xdai: 100,
@@ -488,10 +489,12 @@ var chainIdByGraphNetwork = {
488
489
  moonbeam: 1284,
489
490
  moonriver: 1285,
490
491
  mbase: -1,
492
+ base: 8453,
493
+ "base-sepolia": 84532,
491
494
  "arbitrum-one": 42161,
492
- "arbitrum-rinkeby": 421611,
495
+ "arbitrum-sepolia": 421614,
493
496
  optimism: 10,
494
- "optimism-kovan": 69,
497
+ "optimism-sepolia": 11155420,
495
498
  aurora: 1313161554,
496
499
  "aurora-testnet": 1313161555
497
500
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ponder",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "type": "module",
5
5
  "description": "A CLI tool to create Ponder apps",
6
6
  "license": "MIT",