Skip to content

Commit e1848ab

Browse files
jaypanJay Pan
authored andcommitted
Update the frontier release branch
1 parent ad569f1 commit e1848ab

3 files changed

Lines changed: 47 additions & 47 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -104,28 +104,28 @@ parachain-info = { git = "https://github.com/peaqnetwork/polkadot-sdk", branch =
104104
parachains-common = { git = "https://github.com/peaqnetwork/polkadot-sdk", branch = "peaq-polkadot-v1.7.2", default-features = false }
105105

106106
# Frontier
107-
fc-consensus = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2" }
108-
fc-db = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2" }
109-
fc-mapping-sync = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2" }
110-
fc-rpc = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2" }
111-
fc-rpc-core = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2" }
112-
fc-api = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2" }
113-
fp-consensus = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2" }
114-
fp-storage = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2" }
115-
fp-dynamic-fee = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2" }
116-
fc-storage = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2" }
117-
fp-evm = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2", default-features = false }
118-
fp-rpc = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2", default-features = false }
119-
fp-self-contained = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2", default-features = false, features = ["serde"] }
120-
pallet-base-fee = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2", default-features = false }
121-
pallet-ethereum = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2", default-features = false }
122-
pallet-evm = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2", default-features = false }
123-
pallet-evm-precompile-blake2 = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2", default-features = false }
124-
pallet-evm-precompile-bn128 = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2", default-features = false }
125-
pallet-evm-precompile-dispatch = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2", default-features = false }
126-
pallet-evm-precompile-modexp = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2", default-features = false }
127-
pallet-evm-precompile-sha3fips = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2", default-features = false }
128-
pallet-evm-precompile-simple = { git = "https://github.com/peaqnetwork/frontier", branch = "peaq-polkadot-v1.7.2", default-features = false }
107+
fc-consensus = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip" }
108+
fc-db = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip" }
109+
fc-mapping-sync = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip" }
110+
fc-rpc = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip" }
111+
fc-rpc-core = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip" }
112+
fc-api = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip" }
113+
fp-consensus = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip" }
114+
fp-storage = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip" }
115+
fp-dynamic-fee = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip" }
116+
fc-storage = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip" }
117+
fp-evm = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip", default-features = false }
118+
fp-rpc = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip", default-features = false }
119+
fp-self-contained = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip", default-features = false, features = ["serde"] }
120+
pallet-base-fee = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip", default-features = false }
121+
pallet-ethereum = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip", default-features = false }
122+
pallet-evm = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip", default-features = false }
123+
pallet-evm-precompile-blake2 = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip", default-features = false }
124+
pallet-evm-precompile-bn128 = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip", default-features = false }
125+
pallet-evm-precompile-dispatch = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip", default-features = false }
126+
pallet-evm-precompile-modexp = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip", default-features = false }
127+
pallet-evm-precompile-sha3fips = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip", default-features = false }
128+
pallet-evm-precompile-simple = { git = "https://github.com/peaqnetwork/frontier", branch = "release-eip", default-features = false }
129129

130130
# Open-Runtime-Module-Library
131131
orml-currencies = { git = "https://github.com/peaqnetwork/open-runtime-module-library", branch = "peaq-polkadot-v1.7.2", default-features = false }

runtime/peaq/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
210210
// `spec_version`, and `authoring_version` are the same between Wasm and native.
211211
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
212212
// the compatible custom types.
213-
spec_version: 109,
213+
spec_version: 110,
214214
impl_version: 1,
215215
apis: RUNTIME_API_VERSIONS,
216216
transaction_version: 1,

0 commit comments

Comments
 (0)