mirror of
https://github.com/lil-org/wallet.git
synced 2024-12-27 06:22:30 +03:00
add blast
This commit is contained in:
parent
692fc1acf7
commit
76a649c9ba
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
|
80
Wallet.xcodeproj/xcshareddata/xcschemes/Tools.xcscheme
Normal file
80
Wallet.xcodeproj/xcshareddata/xcschemes/Tools.xcscheme
Normal 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>
|
Loading…
Reference in New Issue
Block a user