Skip to content

Commit

Permalink
Add flow config + GH CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Nov 29, 2024
1 parent 307315e commit f483782
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions flow.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"contracts": {
"Counter": {
"source": "cadence/contracts/Counter.cdc",
"aliases": {
"testing": "0000000000000007"
}
}
},
"networks": {
"emulator": "127.0.0.1:3569",
"mainnet": "access.mainnet.nodes.onflow.org:9000",
"testing": "127.0.0.1:3569",
"testnet": "access.devnet.nodes.onflow.org:9000"
}
}

0 comments on commit f483782

Please sign in to comment.