Skip to content

Commit

Permalink
Fixes to work with mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson committed Dec 12, 2024
1 parent 50cfcf3 commit fddc38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT_VERSION := $(shell git describe --tags --abbrev=2 2>/dev/null)
CMD_ARGS :=
# ACCESS_NODE_SPORK_HOSTS are comma separated
TESTNET_ACCESS_NODE_SPORK_HOSTS := access-001.devnet51.nodes.onflow.org:9000
MAINNET_ACCESS_NODE_SPORK_HOSTS :=
MAINNET_ACCESS_NODE_SPORK_HOSTS := access-001.mainnet25.nodes.onflow.org:9000
EMULATOR_COINBASE := FACF71692421039876a5BB4F10EF7A439D8ef61E
EMULATOR_COA_ADDRESS := f8d6e0586b0a20c7
EMULATOR_COA_KEY := 2619878f0e2ff438d17835c2a4561cb87b4d24d72d12ec34569acd0dd4af7c21
Expand Down

0 comments on commit fddc38c

Please sign in to comment.