Skip to content

Commit 7e9548c

Browse files
committed
mainnet deployment of Tokenizer / IPToken 1.3
Signed-off-by: stadolf <[email protected]>
1 parent e49c797 commit 7e9548c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ IP-NFTs allow their users to tokenize intellectual property. This repo contains
2121
API: https://subgraph.satsuma-prod.com/742d8952ab24/molecule--4039244/ip-nft-mainnet/api
2222
Playground: https://subgraph.satsuma-prod.com/molecule--4039244/ip-nft-mainnet/playground
2323

24+
tokenizer implementation 1.3: 0x6517DD48908F4C1FF4eD74FfD780908241a3654C
2425
tokenizer implementation 1.2: 0xE8701330F196FeFe415b28dAA767AB076F42557A
2526
tokenizer implementation 1.1: 0x9C70FA8c87D7e94Fd63eeCCcA657D5c4224a36f3
27+
28+
iptoken implementation 1.3: 0x89a14Be8f7824d4775053Edad0f2fA2d6767b72B
2629
iptoken implementation: 0x9E4fc6E6d1A64e3429aB852d3CB31AD7aa06997A
30+
2731
ipnft implementation 2.4: 0x6B179Dffac5E190c670176606f552cB792847f80
2832

2933
#### Defender Relayer

subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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"

0 commit comments

Comments
 (0)