Skip to content

Commit

Permalink
missing deployment section
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkline committed Sep 25, 2024
1 parent f55cc0f commit c632b24
Showing 1 changed file with 33 additions and 10 deletions.
43 changes: 33 additions & 10 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
"address": "0ae53cb6e3f42a79",
"key": "f2e846bd4c1fbf17839ae59e111c6b1c98579eda7a841412f102d6621ec671cb"
},
"sample-nfts-testnet": {
"address": "0xd92e02ee8881d9c1",
"key": {
"type": "google-kms",
"index": 0,
"signatureAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA2_256",
"resourceID": "projects/flowty-test/locations/global/keyRings/flow/cryptoKeys/flowty-drops/cryptoKeyVersions/1"
}
},
"flowty-drops-testnet": {
"address": "0xea3e1b74e99dc035",
"key": {
Expand Down Expand Up @@ -61,16 +71,6 @@
"hashAlgorithm": "SHA2_256",
"resourceID": "projects/flowty-prod/locations/global/keyRings/flow/cryptoKeys/flowty-drops/cryptoKeyVersions/1"
}
},
"sample-nfts-testnet": {
"address": "0xd92e02ee8881d9c1",
"key": {
"type": "google-kms",
"index": 0,
"signatureAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA2_256",
"resourceID": "projects/flowty-test/locations/global/keyRings/flow/cryptoKeys/flowty-drops/cryptoKeyVersions/1"
}
}
},
"contracts": {
Expand Down Expand Up @@ -392,6 +392,29 @@
"droptypes-testnet": [
"DropTypes"
]
},
"mainnet": {
"flowty-drops-mainnet": [
"ContractManager",
"ContractInitializer",
"OpenEditionInitializer",
"ContractBorrower",
"ContractFactoryTemplate",
"ContractFactory",
"OpenEditionTemplate",
"NFTMetadata",
"BaseNFT",
"BaseCollection",
"UniversalCollection",
"FlowtyDrops",
"FlowtyActiveCheckers",
"FlowtyAddressVerifiers",
"FlowtyPricers",
"DropFactory"
],
"droptypes-mainnet": [
"DropTypes"
]
}
}
}

0 comments on commit c632b24

Please sign in to comment.