Skip to content

Commit 666ed06

Browse files
authored
fix(lib/runtime): update HOST_API_TEST_RUNTIME_URL to reference specific commit (#1885)
1 parent 45772bf commit 666ed06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runtime/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747
// v0.8 test API wasm
4848
HOST_API_TEST_RUNTIME = "hostapi_runtime"
4949
HOST_API_TEST_RUNTIME_FP = "hostapi_runtime.compact.wasm"
50-
HOST_API_TEST_RUNTIME_URL = "https://github.com/noot/polkadot-spec/blob/master/test/hostapi_runtime.compact.wasm?raw=true"
50+
HOST_API_TEST_RUNTIME_URL = "https://github.com/noot/polkadot-spec/blob/e8770476a4b8445cddd2bd1e8f0060a83eaccb38/test/hostapi_runtime.compact.wasm?raw=true"
5151

5252
// v0.8 substrate runtime with modified name and babe C=(1, 1)
5353
DEV_RUNTIME = "dev_runtime"

0 commit comments

Comments
 (0)