Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic Fingerprint Configuration #264

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export HTTP_RPC_PROVIDER_URL=https://forno.celo.org
export WS_RPC_PROVIDER_URL=wss://forno.celo.org/ws
export PRICE_SOURCES=$(cat devPriceSourcesConfig.txt)
export OVERRIDE_INDEX=1
export OVERRIDE_ORACLE_COUNT=3
export OVERRIDE_ORACLE_COUNT=3
export SSL_REGISTRY_ADDRESS=0x72d96b39d207c231a3b803f569f05118514673ac
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ tsconfig.tsbuildinfo

# User specific
.env.dev
devPriceSourcesConfig.txt
devPriceSourcesConfig.txt
.tool-versions
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"web3": "1.10.4",
"web3-core": "1.10.4",
"web3-core-subscriptions": "1.10.4",
"web3-eth": "1.10.4"
"web3-eth": "1.10.4",
"web3-eth-contract": "1.10.4"
},
"devDependencies": {
"@celo/typescript": "^0.0.2",
Expand All @@ -44,6 +45,7 @@
"@types/jest": "29.5.12",
"@types/mathjs": "^6.0.5",
"@types/node-fetch": "^2.5.5",
"dotenv": "^16.4.5",
"jest": "29.7.0",
"prettier": "2.1.1",
"ts-jest": "^29.1.2",
Expand All @@ -54,4 +56,4 @@
"typescript": "5.4.2"
},
"packageManager": "[email protected]"
}
}
Loading
Loading