add blast

This commit is contained in:
ivan grachev 2024-03-07 19:55:55 +03:00
parent 692fc1acf7
commit 76a649c9ba
5 changed files with 88 additions and 1 deletions

View File

@ -21,6 +21,7 @@ struct BundledNodes {
169: "pacific-rpc.manta.network/http",
200: "arbitrum.xdaichain.com/",
204: "opbnb-mainnet-rpc.bnbchain.org",
238: "rpc.blastblockchain.com",
250: "rpc.ftm.tools",
280: "testnet.era.zksync.dev",
288: "mainnet.boba.network",

View File

@ -98,6 +98,11 @@
"o" : true,
"s" : "BNB"
},
"238" : {
"b" : "https://scan.blastblockchain.com",
"n" : "Blast",
"s" : "ETH"
},
"250" : {
"b" : "https://ftmscan.com",
"n" : "Fantom Opera",

View File

@ -17,6 +17,7 @@
"169" : "pacific-rpc.manta.network/http",
"200" : "arbitrum.xdaichain.com/",
"204" : "opbnb-mainnet-rpc.bnbchain.org",
"238" : "rpc.blastblockchain.com",
"250" : "rpc.ftm.tools",
"280" : "testnet.era.zksync.dev",
"288" : "mainnet.boba.network",

View File

@ -30,7 +30,7 @@ fetchChains { chains in
let currentNodes = try! JSONDecoder().decode([String: String].self, from: currentNodesData)
let currentIds = Set(currentNetworks.keys)
let newChainsIds = Set([40, 11235, 68840142, 11155420, 169, 42766, 56288, 13371, 9001])
let newChainsIds = Set([238])
let newChains = chains.filter { chain in
let isEIP3091 = chain.explorers?.contains(where: { $0.standard == "EIP3091" }) == true

View File

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1530"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES"
buildArchitectures = "Automatic">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "2CED86A12AF00BC9006F9E26"
BuildableName = "Tools"
BlueprintName = "Tools"
ReferencedContainer = "container:Wallet.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "YES"
customWorkingDirectory = "$(SRCROOT)"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES"
viewDebuggingEnabled = "No">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "2CED86A12AF00BC9006F9E26"
BuildableName = "Tools"
BlueprintName = "Tools"
ReferencedContainer = "container:Wallet.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "2CED86A12AF00BC9006F9E26"
BuildableName = "Tools"
BlueprintName = "Tools"
ReferencedContainer = "container:Wallet.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>