@@ -3619,6 +3619,11 @@ export const SAMPLE_NETWORK_NODES = {
36193619 "decline_reward" : null ,
36203620 "description" : "Hosted by Hedera | East Coast, USA" ,
36213621 "file_id" : "0.0.102" ,
3622+ "grpc_proxy_endpoint" : {
3623+ "domain_name" : "www.example.com" ,
3624+ "ip_address_v4" : "34.94.106.6" ,
3625+ "port" : 42
3626+ } ,
36223627 "memo" : "0.0.3" ,
36233628 "node_id" : 0 ,
36243629 "node_account_id" : "0.0.3" ,
@@ -3627,24 +3632,29 @@ export const SAMPLE_NETWORK_NODES = {
36273632 "reward_rate_start" : 2740 ,
36283633 "service_endpoints" : [
36293634 {
3635+ "domain_name" : "www.example.com" ,
36303636 "ip_address_v4" : "3.211.248.172" ,
36313637 "port" : 50211
36323638 } ,
36333639 {
3634- "ip_address_v4" : "3.211.248.172" ,
3640+ "domain_name" : "www.example.com" ,
3641+ "ip_address_v4" : "" ,
36353642 "port" : 50212
36363643 } ,
36373644 {
3645+ "domain_name" : "www.example.com" ,
36383646 "ip_address_v4" : "35.231.208.148" ,
36393647 "port" : 0
36403648 } ,
36413649 {
3650+ "domain_name" : "" ,
36423651 "ip_address_v4" : "35.231.208.148" ,
36433652 "port" : 50211
36443653 } ,
36453654 {
3655+ "domain_name" : "" ,
36463656 "ip_address_v4" : "35.231.208.148" ,
3647- "port" : 50212
3657+ "port" : 0
36483658 } ,
36493659 ] ,
36503660 "timestamp" : {
@@ -3670,10 +3680,13 @@ export const SAMPLE_NETWORK_NODES = {
36703680 "reward_rate_start" : 5479 ,
36713681 "service_endpoints" : [
36723682 {
3683+ "domain_name" : "" ,
36733684 "ip_address_v4" : "3.133.213.146" ,
36743685 "port" : 50211
36753686 } ,
36763687 {
3688+ "domain_name" : "" ,
3689+ "ip_address_v4" : "" ,
36773690 "port" : 50212
36783691 }
36793692 ] ,
@@ -3704,11 +3717,14 @@ export const SAMPLE_NETWORK_NODES = {
37043717 "reward_rate_start" : 8219 ,
37053718 "service_endpoints" : [
37063719 {
3720+ "domain_name" : "" ,
37073721 "ip_address_v4" : "3.133.213.146" ,
37083722 "port" : 50211
37093723 } ,
37103724 {
3711- "ip_address_v4" : "3.133.213.147"
3725+ "domain_name" : "" ,
3726+ "ip_address_v4" : "3.133.213.147" ,
3727+ "port" : 0
37123728 }
37133729 ] ,
37143730 "timestamp" : {
0 commit comments