Skip to content

Commit 490768e

Browse files
committed
cleanup
1 parent da10f1a commit 490768e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/docs/key-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Every update is encrypted **on the client** using XChaCha20-Poly1305. Only membe
4141

4242
## Knowledge Graph SDK
4343

44-
Build, link, and publish knowledge as entities and relations using the [`@graphprotocol/grc-20`](https://www.npmjs.com/package/@graphprotocol/grc-20) Knowledge Graph SDK. It makes it easy to organize data into spaces, anchor edits onchain, and work with The Graph's knowledge graph standard.
44+
Build, link, and publish knowledge as entities and relations using the [`@geoprotocol/geo-sdk`](https://www.npmjs.com/package/@geoprotocol/geo-sdk) Knowledge Graph SDK. It makes it easy to organize data into spaces, anchor edits onchain, and work with The Graph's knowledge graph standard.
4545

4646
## Graph-based data model
4747

packages/hypergraph/src/connect/smart-account.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MAINNET, TESTNET } from '@graphprotocol/grc-20/contracts';
1+
import { TESTNET } from '@geoprotocol/geo-sdk/contracts';
22
import { randomBytes } from '@noble/hashes/utils';
33
import {
44
encodeSmartSessionSignature,
@@ -78,7 +78,7 @@ const SAFE_4337_MODULE_ADDRESS = '0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226';
7878
const ERC7579_LAUNCHPAD_ADDRESS = '0x7579011aB74c46090561ea277Ba79D510c6C00ff';
7979

8080
const SPACE_FACTORY_ADDRESS: Record<string, Hex> = {
81-
'80451': MAINNET.DAO_FACTORY_ADDRESS,
81+
'80451': TESTNET.DAO_FACTORY_ADDRESS, // TODO: switch to mainnet
8282
'19411': TESTNET.DAO_FACTORY_ADDRESS,
8383
};
8484

packages/hypergraph/src/mapping/Mapping.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ function processType(type: SchemaType, typeIdMap: TypeIdMapping): ProcessedType
523523
*
524524
* @example
525525
* ```ts
526-
* import { Id } from "@graphprotocol/grc-20"
526+
* import { Id } from "@geoprotocol/geo-sdk"
527527
* import { generateMapping } from "@graphprotocol/hypergraph"
528528
*
529529
* const schema: Schema = {

0 commit comments

Comments
 (0)