Skip to content

Commit

Permalink
Create .env
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 8, 2024
1 parent f47f367 commit e1ce108
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions projects/oracle-nexus/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Ethereum network settings
NETWORK_ID=4
NETWORK_URL=https://rinkeby.infura.io/v3/YOUR_PROJECT_ID

# Oracle Nexus contract settings
ORACLE_NEXUS_ADDRESS=0x...
DATA_FEED_ADDRESS=0x...

# Oracle settings
ORACLE1_PRIVATE_KEY=0x...
ORACLE2_PRIVATE_KEY=0x...

# Gas settings
GAS_PRICE=20
GAS_LIMIT=80000

0 comments on commit e1ce108

Please sign in to comment.