diff --git a/Cargo.lock b/Cargo.lock index 166a8baf0..07d5ce4b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3944,7 +3944,7 @@ checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" [[package]] name = "orml-vesting" version = "0.4.1-dev" -source = "git+https://github.com/Polkadex-Substrate/open-runtime-module-library.git?branch=mainnet-release#0e5f223cecf45b06ffd24b360ed614894b345d18" +source = "git+https://github.com/Polkadex-Substrate/open-runtime-module-library.git?branch=mainnet-release#20055f6d1e82501daf3a6ae658949d9b14a22faf" dependencies = [ "frame-support", "frame-system", @@ -4689,9 +4689,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e11263a97373b43da4b426edbb52ef99a7b51e2d9752ef56a7f8b356f48495a5" +checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909" dependencies = [ "arrayvec 0.7.1", "bitvec 0.20.4", @@ -4703,9 +4703,9 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b157dc92b3db2bae522afb31b3843e91ae097eb01d66c72dda66a2e86bc3ca14" +checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -7108,9 +7108,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" +checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309" [[package]] name = "snap" diff --git a/extras/customSpecRaw.json b/extras/customSpecRaw.json index 6b9150e5e..1cba79d46 100644 --- a/extras/customSpecRaw.json +++ b/extras/customSpecRaw.json @@ -2,12 +2,8 @@ "name": "Polkadex Main Network", "id": "polkadex_main_network", "chainType": "Live", - "bootNodes": [], + "bootNodes": ["/ip4/18.158.15.249/tcp/30333/ws/p2p/12D3KooWKgrA5ukAASAFrMZm8w5WySiYtifoyT5ggi7asVy2yLfW","/ip4/54.193.184.109/tcp/30333/ws/p2p/12D3KooWK6siyMMBqf4A9KCtsUXgrFfTqnxrj3GVnUCZKxU46hCH"], "telemetryEndpoints": [ - [ - "/dns/telemetry.polkadot.io/tcp/443/x-parity-wss/%2Fsubmit%2F", - 0 - ] ], "protocolId": "pdex", "properties": null, diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 6593af08a..48280c6b1 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // and set impl_version to 0. If only runtime // implementation changes and behavior does not, then leave spec_version as // is and increment impl_version. - spec_version: 269, + spec_version: 270, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2,