Skip to content

Commit

Permalink
Update SDK ver + add Reece RPC/REST
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Aug 19, 2023
1 parent 5158263 commit 34128fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions chains/mainnet/juno.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"chain_name": "juno",
"coingecko": "juno-network",
"api": ["https://api-juno-ia.cosmosia.notional.ventures", "https://juno-api.polkachu.com", "https://lcd-juno.itastakers.com", "https://rest-juno.goldenratiostaking.net"],
"rpc": ["https://rpc-juno-ia.cosmosia.notional.ventures:443", "https://juno-rpc.polkachu.com:443", "https://rpc-juno.itastakers.com:443", "https://rpc-juno.itastakers.com:443", "https://rpc-juno.goldenratiostaking.net"],
"api": ["https://api-juno-ia.cosmosia.notional.ventures", "https://juno-api.polkachu.com", "https://lcd-juno.itastakers.com", "https://rest-juno.goldenratiostaking.net", "https://juno-api.reece.sh"],
"rpc": ["https://rpc-juno-ia.cosmosia.notional.ventures:443", "https://juno-rpc.polkachu.com:443", "https://rpc-juno.itastakers.com:443", "https://rpc-juno.itastakers.com:443", "https://rpc-juno.goldenratiostaking.net", "https://juno-rpc.reece.sh"],
"snapshot_provider": "",
"sdk_version": "0.45.8",
"sdk_version": "0.47.3",
"coin_type": "118",
"min_tx_fee": "3000",
"addr_prefix": "juno",
Expand Down
6 changes: 3 additions & 3 deletions chains/testnet/juno.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"chain_name": "juno",
"api": ["https://api.uni.junonetwork.io"],
"rpc": [""],
"sdk_version": "0.46.1",
"api": ["https://api.uni.junonetwork.io", "https://uni-api.reece.sh"],
"rpc": ["https://uni-rpc.reece.sh"],
"sdk_version": "0.47.3",
"coin_type": "118",
"min_tx_fee": "3000",
"addr_prefix": "juno",
Expand Down

0 comments on commit 34128fc

Please sign in to comment.