From a8bf33db5d60de6f4a7fff3bca21897ca33b9054 Mon Sep 17 00:00:00 2001 From: Arijit Das Date: Fri, 22 Oct 2021 20:41:12 +0530 Subject: [PATCH] Update hostapi wasm link. --- lib/runtime/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runtime/constants.go b/lib/runtime/constants.go index fb63ab3917e..1d7bd8b2da7 100644 --- a/lib/runtime/constants.go +++ b/lib/runtime/constants.go @@ -47,7 +47,7 @@ const ( // v0.8 test API wasm HOST_API_TEST_RUNTIME = "hostapi_runtime" HOST_API_TEST_RUNTIME_FP = "hostapi_runtime.compact.wasm" - HOST_API_TEST_RUNTIME_URL = "https://github.com/ChainSafe/polkadot-spec/blob/f9f8c94397d155c4f2edc9c59828dc4ef2c62dd3/test/hostapi_runtime.compact.wasm?raw=true" + HOST_API_TEST_RUNTIME_URL = "https://github.com/arijitAD/polkadot-spec/blob/eabad948594aa82ebef60b41b1d552df6044e3e1/test/runtimes/hostapi/hostapi_runtime.compact.wasm?raw=true" // v0.8 substrate runtime with modified name and babe C=(1, 1) DEV_RUNTIME = "dev_runtime"