Skip to content

Commit 2e15b4a

Browse files
committed
fmt
1 parent edf1099 commit 2e15b4a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.changeset/fruity-lands-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
'@lit-protocol/networks': minor
44
---
55

6-
Interanl devs can now run pnpm sync:contracts and import nagaProto from @lit-protocol/networks to target the new ChronYellowstone-based naga-proto realm, ensuring contract addresses/ABIs and SDK tooling stay in sync with the latest Lit deployment.
6+
Add `naga` and `naga-proto` networks. Create per-network entrypoints and subpath exports (naga, naga-production, naga-proto, naga-staging, naga-test, naga-dev, naga-local) for better tree-shaking

packages/contracts/src/config/networks.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const PROD_PATH_BY_NETWORK = {
1818
'naga-test': 'naga-test',
1919
'naga-staging': 'naga-staging',
2020
'naga-proto': 'naga-proto',
21-
'naga': 'naga-prod',
21+
naga: 'naga-prod',
2222
} as const;
2323

2424
export const DEV_PATH_BY_NETWORK = {
@@ -97,8 +97,7 @@ export const NETWORKS = {
9797
'https://raw.githubusercontent.com/LIT-Protocol/networks/main/naga-test/deployed-lit-node-contracts-temp.json',
9898
'naga-proto':
9999
'https://raw.githubusercontent.com/LIT-Protocol/networks/main/naga-proto/deployed-lit-node-contracts-temp.json',
100-
'naga':
101-
'https://raw.githubusercontent.com/LIT-Protocol/networks/main/naga-prod/deployed-lit-node-contracts-temp.json',
100+
naga: 'https://raw.githubusercontent.com/LIT-Protocol/networks/main/naga-prod/deployed-lit-node-contracts-temp.json',
102101
},
103102
},
104103
dev: {

0 commit comments

Comments
 (0)