forked from ghostchain/ghost-node
		
	fix struct field name in chain-spec
Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
		
							parent
							
								
									1d826fbf7e
								
							
						
					
					
						commit
						28e8389bfc
					
				@ -17,7 +17,7 @@ homepage.workspace = true
 | 
				
			|||||||
[workspace.package]
 | 
					[workspace.package]
 | 
				
			||||||
license = "GPL-3.0-only"
 | 
					license = "GPL-3.0-only"
 | 
				
			||||||
authors = ["571nky", "57r37ch", "f4750"]
 | 
					authors = ["571nky", "57r37ch", "f4750"]
 | 
				
			||||||
version = "0.7.203"
 | 
					version = "0.7.204"
 | 
				
			||||||
edition = "2021"
 | 
					edition = "2021"
 | 
				
			||||||
homepage = "https://ghostchain.io"
 | 
					homepage = "https://ghostchain.io"
 | 
				
			||||||
repository = "https://git.ghostchain.io/ghostchain/ghost-node"
 | 
					repository = "https://git.ghostchain.io/ghostchain/ghost-node"
 | 
				
			||||||
 | 
				
			|||||||
@ -176,7 +176,7 @@ fn casper_testnet_evm_networks() -> Vec<(u32, Vec<u8>)> {
 | 
				
			|||||||
    vec![
 | 
					    vec![
 | 
				
			||||||
        (1, ghost_networks::NetworkData { 
 | 
					        (1, ghost_networks::NetworkData { 
 | 
				
			||||||
            chain_name: "ethereum-mainnet".into(), 
 | 
					            chain_name: "ethereum-mainnet".into(), 
 | 
				
			||||||
            default_endpoint: vec![
 | 
					            default_endpoints: vec![
 | 
				
			||||||
                "https://nd-422-757-666.p2pify.com/0a9d79d93fb2f4a4b1e04695da2b77a7/".into(),
 | 
					                "https://nd-422-757-666.p2pify.com/0a9d79d93fb2f4a4b1e04695da2b77a7/".into(),
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            finality_delay: 40u64,
 | 
					            finality_delay: 40u64,
 | 
				
			||||||
@ -190,7 +190,7 @@ fn casper_testnet_evm_networks() -> Vec<(u32, Vec<u8>)> {
 | 
				
			|||||||
        }.encode()),
 | 
					        }.encode()),
 | 
				
			||||||
        (56, ghost_networks::NetworkData { 
 | 
					        (56, ghost_networks::NetworkData { 
 | 
				
			||||||
            chain_name: "bnb-mainnet".into(), 
 | 
					            chain_name: "bnb-mainnet".into(), 
 | 
				
			||||||
            default_endpoint: vec![
 | 
					            default_endpoints: vec![
 | 
				
			||||||
                "https://bsc-mainnet.core.chainstack.com/35848e183f3e3303c8cfeacbea831cab/".into(),
 | 
					                "https://bsc-mainnet.core.chainstack.com/35848e183f3e3303c8cfeacbea831cab/".into(),
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
            finality_delay: 20u64,
 | 
					            finality_delay: 20u64,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user