From 24882c0d1d269bbc3fc352e9455e556a99e16511 Mon Sep 17 00:00:00 2001 From: Russel Date: Thu, 23 Sep 2021 15:23:15 +0300 Subject: [PATCH] fix type registry source --- fearless/Common/Extension/Model/Chain+Info.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fearless/Common/Extension/Model/Chain+Info.swift b/fearless/Common/Extension/Model/Chain+Info.swift index 0285b369e0..7e049bf454 100644 --- a/fearless/Common/Extension/Model/Chain+Info.swift +++ b/fearless/Common/Extension/Model/Chain+Info.swift @@ -101,11 +101,11 @@ extension Chain { // swiftlint:disable line_length func typeDefDefaultFileURL() -> URL? { - URL(string: "https://raw.githubusercontent.com/polkascan/py-scale-codec/master/scalecodec/type_registry/default.json") + URL(string: "https://raw.githubusercontent.com/valentunn/py-scale-codec/fearless_stable/scalecodec/type_registry/default.json") } func typeDefNetworkFileURL() -> URL? { - let base = URL(string: "https://raw.githubusercontent.com/polkascan/py-scale-codec/master/scalecodec/type_registry") + let base = URL(string: "https://raw.githubusercontent.com/valentunn/py-scale-codec/fearless_stable/scalecodec/type_registry") switch self { case .westend: