Skip to content

Commit

Permalink
Merge pull request #396 from soramitsu/hotfix/v1.9.8-type-registry
Browse files Browse the repository at this point in the history
1.9.8
  • Loading branch information
ERussel authored Sep 23, 2021
2 parents bb29899 + 24882c0 commit e625de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fearless/Common/Extension/Model/Chain+Info.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e625de6

Please sign in to comment.