Skip to content

Commit

Permalink
add mainnet aliases for raffles (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkline authored Dec 20, 2023
1 parent 236b22b commit 4bc1f12
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testnet": "0x894269f57ac04a6e",
"testing": "0x0000000000000008"
"testing": "0x0000000000000008",
"mainnet": "0x2fb4614ede95ab2b"
}
},
"FlowtyRaffleSource": {
"source": "./contracts/raffle/FlowtyRaffleSource.cdc",
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testnet": "0x894269f57ac04a6e",
"testing": "0x0000000000000009"
"testing": "0x0000000000000009",
"mainnet": "0x2fb4614ede95ab2b"
}
},
"FungibleToken": {
Expand Down

0 comments on commit 4bc1f12

Please sign in to comment.