File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,13 @@ IP-NFTs allow their users to tokenize intellectual property. This repo contains
2121API: https://subgraph.satsuma-prod.com/742d8952ab24/molecule--4039244/ip-nft-mainnet/api
2222Playground: https://subgraph.satsuma-prod.com/molecule--4039244/ip-nft-mainnet/playground
2323
24+ tokenizer implementation 1.3: 0x6517DD48908F4C1FF4eD74FfD780908241a3654C
2425tokenizer implementation 1.2: 0xE8701330F196FeFe415b28dAA767AB076F42557A
2526tokenizer implementation 1.1: 0x9C70FA8c87D7e94Fd63eeCCcA657D5c4224a36f3
27+
28+ iptoken implementation 1.3: 0x89a14Be8f7824d4775053Edad0f2fA2d6767b72B
2629iptoken implementation: 0x9E4fc6E6d1A64e3429aB852d3CB31AD7aa06997A
30+
2731ipnft implementation 2.4: 0x6B179Dffac5E190c670176606f552cB792847f80
2832
2933#### Defender Relayer
Original file line number Diff line number Diff line change 99 "build:mainnet" : " graph codegen && graph build --network mainnet" ,
1010 "deploy:local" : " graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 moleculeprotocol/ipnft-subgraph" ,
1111 "deploy:sepolia" : " env-cmd -x -f ../.env graph deploy ip-nft-sepolia --version-label 1.1.1 --node https://subgraphs.alchemy.com/api/subgraphs/deploy --ipfs https://ipfs.satsuma.xyz --deploy-key \\ $SATSUMA_DEPLOY_KEY" ,
12- "deploy:mainnet" : " env-cmd -x -f ../.env graph deploy ip-nft-mainnet --version-label 1.0 .0 --node https://subgraphs.alchemy.com/api/subgraphs/deploy --ipfs https://ipfs.satsuma.xyz --deploy-key \\ $SATSUMA_DEPLOY_KEY" ,
12+ "deploy:mainnet" : " env-cmd -x -f ../.env graph deploy ip-nft-mainnet --version-label 1.1 .0 --node https://subgraphs.alchemy.com/api/subgraphs/deploy --ipfs https://ipfs.satsuma.xyz --deploy-key \\ $SATSUMA_DEPLOY_KEY" ,
1313 "create:local" : " graph create --node http://localhost:8020/ moleculeprotocol/ipnft-subgraph" ,
1414 "remove:local" : " graph remove --node http://localhost:8020/ moleculeprotocol/ipnft-subgraph" ,
1515 "test" : " graph test"
You can’t perform that action at this time.
0 commit comments