Skip to content

Instantly share code, notes, and snippets.

@evandiewald
Last active May 3, 2021 20:00
Show Gist options
  • Save evandiewald/c8e8eb94b13c50810ecfb26ffcf87204 to your computer and use it in GitHub Desktop.
Save evandiewald/c8e8eb94b13c50810ecfb26ffcf87204 to your computer and use it in GitHub Desktop.
{
"emulators": {
"default": {
"port": 3569,
"serviceAccount": "emulator-account"
}
},
"contracts": {
"NonFungibleTicket": "./cadence/contracts/NonFungibleTicket.cdc"
},
"networks": {
"emulator": "127.0.0.1:3569",
"mainnet": "access.mainnet.nodes.onflow.org:9000",
"testnet": "access.devnet.nodes.onflow.org:9000"
},
"accounts": {
"emulator-account": {
"address": "f8d6e0586b0a20c7",
"keys": "e61fd9cbcf7d7d0918c5d02f79c9be08717ca82b5e7bd8c151e009eeb384bb78"
},
"attendee-account": {
"address": "01cf0e2f2f715450",
"keys": "ATTENDEE_PRIVATE_KEY"
}
},
"deployments": {
"emulator": {
"emulator-account": ["NonFungibleTicket"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment