create-ponder 0.3.7 → 0.3.9
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.
- package/dist/index.js +6 -3
- 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.
|
|
19
|
+
version: "0.3.9",
|
|
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-
|
|
495
|
+
"arbitrum-sepolia": 421614,
|
|
493
496
|
optimism: 10,
|
|
494
|
-
"optimism-
|
|
497
|
+
"optimism-sepolia": 11155420,
|
|
495
498
|
aurora: 1313161554,
|
|
496
499
|
"aurora-testnet": 1313161555
|
|
497
500
|
};
|