Skip to content

Commit 911ed69

Browse files
authored
fix(balance): move to RPC API (#205)
* fix(balance): move to RPC API * update cd
1 parent 17fc80e commit 911ed69

4 files changed

Lines changed: 73 additions & 221 deletions

File tree

.env.wallet

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ COIN_MARKET_CAP_KEY=
22
DEFAULT_CONVERT_FIAT=USD
33
BLOCKBOOK_URL=http://ip-10-10-130-64.ec2.internal:19130
44
BLOCKBOOK_MAINNET_URL=http://ip-10-10-130-76.ec2.internal:9130
5-
NODE_URL=https://public-node.testnet.rsk.co
6-
NODE_MAINNET_URL=https://public-node.rsk.co
5+
NODE_URL=https://rpc.testnet.rootstock.io/
6+
NODE_KEY=
7+
NODE_MAINNET_URL=https://rpc.mainnet.rootstock.io/
8+
NODE_MAINNET_KEY=
79
CYPHER_ESTIMATE_FEE_URL=https://api.blockcypher.com/v1/btc/test3
810
CYPHER_ESTIMATE_FEE_MAINNET_URL=https://api.blockcypher.com/v1/btc/main
911
API_URL=https://be.explorer.testnet.rootstock.io/api

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
permissions:
2020
id-token: write
2121
contents: read
22+
environment: All
2223

2324
steps:
2425
- name: Checkout

0 commit comments

Comments
 (0)