Skip to content

Commit

Permalink
Merge branch 'develop' into feature/IOS-7656_blast_cyber_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Andoran90 committed Aug 15, 2024
2 parents 29cece0 + 1fa45cc commit 5c3f9af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct GetBlockAPIResolver {
switch blockchain {
case .cosmos, .tron, .algorand, .aptos:
return credentials.credential(for: blockchain, type: .rest)
case .near, .ton, .ethereum, .ethereumClassic, .rsk, .bsc, .polygon, .fantom, .gnosis, .cronos, .zkSync, .moonbeam, .polygonZkEVM, .avalanche, .base, .xrp:
case .near, .ton, .ethereum, .ethereumClassic, .rsk, .bsc, .polygon, .fantom, .gnosis, .cronos, .zkSync, .moonbeam, .polygonZkEVM, .avalanche, .base, .xrp, .blast:
return credentials.credential(for: blockchain, type: .jsonRpc)
case .cardano:
return credentials.credential(for: blockchain, type: .rosetta)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ struct NowNodesAPIResolver {
link = "https://sol.nownodes.io"
case .base:
link = "https://base.nownodes.io/\(apiKey)"
case .blast:
link = "https://blast.nownodes.io/\(apiKey)"
default:
return nil
}
Expand Down

0 comments on commit 5c3f9af

Please sign in to comment.