@everyprotocol/every-cli 0.1.10 → 0.1.12

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/.every.toml +9 -9
  2. package/package.json +3 -3
package/.every.toml CHANGED
@@ -5,32 +5,32 @@ observer = "local"
5
5
  explorer = "http://localhost"
6
6
 
7
7
  [universes.local.contracts]
8
- SetRegistry = "0x5b6C313987497dD4625Cc3953070CD3bD7Eaf867"
9
- OmniRegistry = "0x66bc6E783A49078AdC8B159657e59623CF39b162"
10
- KindRegistry = "0xCeA503d28e8Bb1466cc9a1a37a542b718AC26c4a"
11
- ElementRegistry = "0xBD9f9306807a75EB72F9a5Bbe9b52B3CeB63A4Fb"
12
- ObjectMinter = "0x0Ca78907Ff1a06C100939B71091914D5973b0Ade"
8
+ SetRegistry = "0x2207E9e55713403277A96C40D330574d9991D249"
9
+ OmniRegistry = "0xb841E3454A9174cfcd8F11ff64b8868ADC94A7D5"
10
+ KindRegistry = "0x359F63D61f3999a57D8deD95fd041DDdE5e36C75"
11
+ ElementRegistry = "0xb2ee543b6Ab2611611ec63784625bB25bD2B504d"
12
+ ObjectMinter = "0x25729E830801B7BB6C9670D3CF6D6E922caCC8B7"
13
13
 
14
- [universes.ethereum-alpha]
14
+ [universes.sepolia-]
15
15
  id = 11155111
16
16
  rpc = "https://eth-sepolia.g.alchemy.com/v2/BI83rsifAeoz4ZEQkWu6yC0IaOHDBTIE"
17
17
  observer = "devnet"
18
18
  explorer = "https://sepolia.etherscan.io"
19
19
 
20
- [universes.ethereum-alpha.contracts]
20
+ [universes.sepolia-.contracts]
21
21
  SetRegistry = "0xdd87c04d79efDF668F3ad5Cd06fF45d75E5b1734"
22
22
  OmniRegistry = "0x8906Fa8b9749207e819c76Fc7D1B26d185b58eF8"
23
23
  KindRegistry = "0x8a26F2DdD9382fc193f6A2eFc6C3BB14A47f522c"
24
24
  ElementRegistry = "0x74D8673d9d2E5B475b8C4558F1E5756Dc190638E"
25
25
  ObjectMinter = "0xC2dd118038127b5f9eA048B65d17500Fe022CcAD"
26
26
 
27
- [universes.ethereum-beta]
27
+ [universes.sepolia]
28
28
  id = 11155111
29
29
  rpc = "https://eth-sepolia.g.alchemy.com/v2/BI83rsifAeoz4ZEQkWu6yC0IaOHDBTIE"
30
30
  observer = "testnet"
31
31
  explorer = "https://sepolia.etherscan.io"
32
32
 
33
- [universes.ethereum-beta.contracts]
33
+ [universes.sepolia.contracts]
34
34
  SetRegistry = "0x42aaDB79D6015a6a5c1419276a8f7286298Db174"
35
35
  OmniRegistry = "0x8D696bD0ff8272e4BcC901cC7b360cC8e55Ade69"
36
36
  KindRegistry = "0x63ed128a5584c959Bd8709a440A6035CE90DfeA7"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@everyprotocol/every-cli",
3
3
  "type": "module",
4
- "version": "0.1.10",
4
+ "version": "0.1.12",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/everyprotocol/cli.git"
@@ -47,12 +47,12 @@
47
47
  "jsonpath": "^1.1.1",
48
48
  "lodash-es": "^4.17.21",
49
49
  "prompt-sync": "^4.2.0",
50
- "viem": "^2.29.1"
50
+ "viem": "^2.29.1",
51
+ "zod": "^3.23.8"
51
52
  },
52
53
  "scripts": {
53
54
  "build": "npm run tsc -b",
54
55
  "clean": "rm -rf dist",
55
- "b": "bun build src/*.ts --target=node --outdir dist",
56
56
  "prepack": "npm run build"
57
57
  },
58
58
  "publishConfig": {