Skip to content

Commit

Permalink
add previewnet aliases to flow.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Feb 24, 2024
1 parent 5bf015f commit 6889efa
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,23 @@
"Burner": {
"source": "./cadence/contracts/Burner.cdc",
"aliases": {
"emulator": "ee82856bf20e2aa6"
"emulator": "ee82856bf20e2aa6",
"previewnet": "b6763b4399a888c8"
}
},
"EVM": {
"source": "./cadence/contracts/EVM.cdc",
"aliases": {
"emulator": "f8d6e0586b0a20c7"
"emulator": "f8d6e0586b0a20c7",
"previewnet": "b6763b4399a888c8"
}
},
"FlowToken": {
"source": "./cadence/contracts/FlowToken.cdc",
"aliases": {
"crescendo": "7e60df042a9c0868",
"emulator": "0ae53cb6e3f42a79",
"previewnet": "4445e7ad11568276",
"testnet": "7e60df042a9c0868"
}
},
Expand All @@ -25,6 +28,7 @@
"aliases": {
"crescendo": "9a0766d93b6608b7",
"emulator": "ee82856bf20e2aa6",
"previewnet": "a0225e7000ac82a9",
"testnet": "9a0766d93b6608b7"
}
},
Expand All @@ -33,6 +37,7 @@
"aliases": {
"crescendo": "f233dcee88fe0abe",
"emulator": "f8d6e0586b0a20c7",
"previewnet": "a0225e7000ac82a9",
"testnet": "f233dcee88fe0abe"
}
},
Expand All @@ -41,6 +46,7 @@
"aliases": {
"crescendo": "631e88ae7f1d7c20",
"emulator": "f8d6e0586b0a20c7",
"previewnet": "b6763b4399a888c8",
"testnet": "631e88ae7f1d7c20"
}
},
Expand All @@ -49,6 +55,7 @@
"aliases": {
"crescendo": "631e88ae7f1d7c20",
"emulator": "f8d6e0586b0a20c7",
"previewnet": "b6763b4399a888c8",
"testnet": "631e88ae7f1d7c20"
}
},
Expand All @@ -57,6 +64,7 @@
"aliases": {
"crescendo": "631e88ae7f1d7c20",
"emulator": "f8d6e0586b0a20c7",
"previewnet": "b6763b4399a888c8",
"testnet": "631e88ae7f1d7c20"
}
}
Expand Down

0 comments on commit 6889efa

Please sign in to comment.