update chain specification because of finality delay non-option type
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
		
							parent
							
								
									818f41d05e
								
							
						
					
					
						commit
						b53a58f431
					
				
							
								
								
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @ -3648,7 +3648,7 @@ dependencies = [ | |||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "ghost-networks" | name = "ghost-networks" | ||||||
| version = "0.1.7" | version = "0.1.8" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "frame-benchmarking", |  "frame-benchmarking", | ||||||
|  "frame-support", |  "frame-support", | ||||||
|  | |||||||
| @ -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.198" | version = "0.7.199" | ||||||
| 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" | ||||||
|  | |||||||
| @ -177,7 +177,7 @@ fn casper_testnet_evm_networks() -> Vec<(u32, Vec<u8>)> { | |||||||
|         (1, ghost_networks::NetworkData { 
 |         (1, ghost_networks::NetworkData { 
 | ||||||
|             chain_name: "ethereum-mainnet".into(), 
 |             chain_name: "ethereum-mainnet".into(), 
 | ||||||
|             default_endpoint: "https://nd-422-757-666.p2pify.com/0a9d79d93fb2f4a4b1e04695da2b77a7/".into(), |             default_endpoint: "https://nd-422-757-666.p2pify.com/0a9d79d93fb2f4a4b1e04695da2b77a7/".into(), | ||||||
|             finality_delay: Some(40u64), |             finality_delay: 40u64, | ||||||
|             block_distance: 50u64, |             block_distance: 50u64, | ||||||
|             network_type: ghost_networks::NetworkType::Evm, |             network_type: ghost_networks::NetworkType::Evm, | ||||||
|             gatekeeper: "0x4d224452801aced8b2f0aebe155379bb5d594381".into(), |             gatekeeper: "0x4d224452801aced8b2f0aebe155379bb5d594381".into(), | ||||||
| @ -188,7 +188,7 @@ fn casper_testnet_evm_networks() -> Vec<(u32, Vec<u8>)> { | |||||||
|         (56, ghost_networks::NetworkData { 
 |         (56, ghost_networks::NetworkData { 
 | ||||||
|             chain_name: "bnb-mainnet".into(), 
 |             chain_name: "bnb-mainnet".into(), 
 | ||||||
|             default_endpoint: "https://bsc-mainnet.core.chainstack.com/35848e183f3e3303c8cfeacbea831cab/".into(), |             default_endpoint: "https://bsc-mainnet.core.chainstack.com/35848e183f3e3303c8cfeacbea831cab/".into(), | ||||||
|             finality_delay: Some(20u64), |             finality_delay: 20u64, | ||||||
|             block_distance: 50u64, |             block_distance: 50u64, | ||||||
|             network_type: ghost_networks::NetworkType::Evm, |             network_type: ghost_networks::NetworkType::Evm, | ||||||
|             gatekeeper: "0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82".into(), |             gatekeeper: "0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82".into(), | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user