Skip to content

Commit

Permalink
Create mainnet_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 29, 2024
1 parent bad878c commit 5b78d6b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Define mainnet configuration
MAINNET_CONFIG = {
'NODE_URL': 'https://mainnet.node.com',
'NODE_PORT': 443,
'NETWORK_ID': 'MAINNET',
}

0 comments on commit 5b78d6b

Please sign in to comment.