We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45772bf commit 666ed06Copy full SHA for 666ed06
lib/runtime/constants.go
@@ -47,7 +47,7 @@ const (
47
// v0.8 test API wasm
48
HOST_API_TEST_RUNTIME = "hostapi_runtime"
49
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"
+ HOST_API_TEST_RUNTIME_URL = "https://github.com/noot/polkadot-spec/blob/e8770476a4b8445cddd2bd1e8f0060a83eaccb38/test/hostapi_runtime.compact.wasm?raw=true"
51
52
// v0.8 substrate runtime with modified name and babe C=(1, 1)
53
DEV_RUNTIME = "dev_runtime"
0 commit comments