Skip to content

Commit

Permalink
Add back in
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Feb 15, 2024
1 parent 2f7dfbf commit 06b685e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions flow.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"emulators": {
"default": {
"port": 3569,
"serviceAccount": "emulator-account"
}
},
"contracts": {
"FUSD": {
"source": "./cadence/contracts/FUSD.cdc",
Expand Down Expand Up @@ -28,6 +34,10 @@
"address": "f8d6e0586b0a20c7",
"key": "91a22fbd87392b019fbe332c32695c14cf2ba5b6521476a8540228bdf1987068"
},
"testnet-account": {
"address": "${NEXT_PUBLIC_SIGNER_ADDRESS}",
"keys": "${SIGNER_PRIVATE_KEY}"
}
},
"deployments": {
"emulator": {
Expand Down

0 comments on commit 06b685e

Please sign in to comment.