Skip to content

Commit

Permalink
added mainnet to accounts block
Browse files Browse the repository at this point in the history
  • Loading branch information
bjartek committed Aug 20, 2024
1 parent 5eb650f commit 0c9eea4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,26 @@
"migrationnet-find-forge": {
"address": "3e5b4c627064625d",
"key": "${TESTNET_ACCOUNT}"
},
"mainnet-find": {
"address": "0x097bafa4e0b48eef",
"key": "${MAINNET_FIND}"
},
"mainnet-find-forge": {
"address": "0x123cb666996b8432",
"key": "${MAINNET_FIND}"
},
"mainnet-find-admin": {
"address": "0x09a86f2493ce2e9d",
"key": "${MAINNET_FIND_ADMIN}"
},
"mainnet-find-lease": {
"address": "0x8f8767d488332ac7",
"key": "${MAINNET_FIND_ADMIN}"
},
"mainnet-find-dapper": {
"address": "0x46b99041da7235e9",
"key": "${MAINNET_FIND_ADMIN}"
}
},
"deployments": {
Expand Down

0 comments on commit 0c9eea4

Please sign in to comment.