Skip to content

Commit

Permalink
Merge pull request #73 from OpenFuturePlatform/SA-91_Extend_API_of_Ke…
Browse files Browse the repository at this point in the history
…y_management_service

SA-91 Extend API of Key management service
  • Loading branch information
borbuevbeksultan authored May 8, 2023
2 parents 112dae5 + 5d0dfe9 commit cfd6928
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ binance.testnet-node-addresses=https://data-seed-prebsc-1-s1.binance.org:8545,ht

binance.test-rpc-endpoints=https://data-seed-prebsc-1-s1.binance.org:8545
production.mode.enabled=false

ethereum.alchemy.mainnet.address=https://eth-mainnet.g.alchemy.com/v2/19Qua2zSXZ6a2Joh354E696j-k7VF3b2
ethereum.alchemy.mainnet.api-key=19Qua2zSXZ6a2Joh354E696j-k7VF3b2

ethereum.alchemy.testnet.address=https://eth-goerli.g.alchemy.com/v2/nWSQ9wybt7MpsyELr-TxkZgySWBPUaxL
ethereum.alchemy.testnet.api-key=nWSQ9wybt7MpsyELr-TxkZgySWBPUaxL

0 comments on commit cfd6928

Please sign in to comment.