Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Update cumulus/parachains/runtimes/constants/src/westend.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Catangiu <[email protected]>
  • Loading branch information
yrong and acatangiu authored Sep 11, 2024
1 parent 54f95b9 commit 124ca47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulus/parachains/runtimes/constants/src/westend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,6 @@ pub mod snowbridge {
/// <https://chainlist.org/chain/11155111>
/// <https://ethereum.org/en/developers/docs/apis/json-rpc/#net_version>
pub EthereumNetwork: NetworkId = NetworkId::Ethereum { chain_id: 11155111 };
pub EthereumLocation: Location = Location::new(2,EthereumNetwork::get());
pub EthereumLocation: Location = Location::new(2, EthereumNetwork::get());
}
}

0 comments on commit 124ca47

Please sign in to comment.