From 7e9548c697a1f5fd213df7226aa50fd4667732e3 Mon Sep 17 00:00:00 2001 From: stadolf Date: Fri, 12 Jul 2024 16:09:38 +0200 Subject: [PATCH] mainnet deployment of Tokenizer / IPToken 1.3 Signed-off-by: stadolf --- README.md | 4 ++++ subgraph/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 425fbbc2..c3b38b27 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,13 @@ IP-NFTs allow their users to tokenize intellectual property. This repo contains API: https://subgraph.satsuma-prod.com/742d8952ab24/molecule--4039244/ip-nft-mainnet/api Playground: https://subgraph.satsuma-prod.com/molecule--4039244/ip-nft-mainnet/playground +tokenizer implementation 1.3: 0x6517DD48908F4C1FF4eD74FfD780908241a3654C tokenizer implementation 1.2: 0xE8701330F196FeFe415b28dAA767AB076F42557A tokenizer implementation 1.1: 0x9C70FA8c87D7e94Fd63eeCCcA657D5c4224a36f3 + +iptoken implementation 1.3: 0x89a14Be8f7824d4775053Edad0f2fA2d6767b72B iptoken implementation: 0x9E4fc6E6d1A64e3429aB852d3CB31AD7aa06997A + ipnft implementation 2.4: 0x6B179Dffac5E190c670176606f552cB792847f80 #### Defender Relayer diff --git a/subgraph/package.json b/subgraph/package.json index a75abf8e..6e82ebd0 100644 --- a/subgraph/package.json +++ b/subgraph/package.json @@ -9,7 +9,7 @@ "build:mainnet": "graph codegen && graph build --network mainnet", "deploy:local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 moleculeprotocol/ipnft-subgraph", "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", - "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", + "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", "create:local": "graph create --node http://localhost:8020/ moleculeprotocol/ipnft-subgraph", "remove:local": "graph remove --node http://localhost:8020/ moleculeprotocol/ipnft-subgraph", "test": "graph test"