Skip to content

Commit

Permalink
Merge pull request #509 from cosmostation/main_yong_dev
Browse files Browse the repository at this point in the history
Main yong dev
  • Loading branch information
wannabit-yongjoo authored Oct 14, 2024
2 parents 6775e46 + 74ca67c commit b541699
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 68 deletions.
16 changes: 8 additions & 8 deletions Cosmostation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7099,7 +7099,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 285;
CURRENT_PROJECT_VERSION = 287;
DEVELOPMENT_TEAM = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -7111,7 +7111,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.10.13;
MARKETING_VERSION = 1.10.14;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation.debug;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -7132,7 +7132,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 285;
CURRENT_PROJECT_VERSION = 287;
DEVELOPMENT_TEAM = 8G562MW56M;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -7145,7 +7145,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.10.13;
MARKETING_VERSION = 1.10.14;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation.debug;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Cosmostation debug provisioning profile";
Expand Down Expand Up @@ -7286,7 +7286,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 285;
CURRENT_PROJECT_VERSION = 287;
DEVELOPMENT_TEAM = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -7300,7 +7300,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.10.13;
MARKETING_VERSION = 1.10.14;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -7320,7 +7320,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 285;
CURRENT_PROJECT_VERSION = 287;
DEVELOPMENT_TEAM = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -7334,7 +7334,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.10.13;
MARKETING_VERSION = 1.10.14;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
10 changes: 5 additions & 5 deletions Cosmostation/Chains/BaseChain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -587,16 +587,16 @@ func ALLCHAINS() -> [BaseChain] {
result.append(ChainArchway())
//result.append(ChainArtelaEVM()) //EVM
result.append(ChainAssetMantle())
// result.append(ChainAtomone())
result.append(ChainAtomone())
result.append(ChainAvalanche()) //EVM
result.append(ChainAxelar())
result.append(ChainBand())
result.append(ChainBaseEVM()) //EVM
result.append(ChainBinanceSmart()) //EVM
result.append(ChainBitcana())
// result.append(ChainBitCoin44()) //MAJOR
// result.append(ChainBitCoin49()) //MAJOR
// result.append(ChainBitCoin84()) //MAJOR
result.append(ChainBitCoin44()) //MAJOR
result.append(ChainBitCoin49()) //MAJOR
result.append(ChainBitCoin84()) //MAJOR
result.append(ChainBitsong())
result.append(ChainCantoEVM()) //EVM
result.append(ChainCelestia())
Expand Down Expand Up @@ -634,7 +634,7 @@ func ALLCHAINS() -> [BaseChain] {
result.append(ChainLike())
result.append(ChainLum118())
result.append(ChainLum880())
// result.append(ChainMantra())
result.append(ChainMantra())
result.append(ChainMars())
result.append(ChainMedibloc())
result.append(ChainNeutron())
Expand Down
2 changes: 1 addition & 1 deletion Cosmostation/Chains/ClassCosmos/ChainChihuahua.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ChainChihuahua: BaseChain {
accountKeyType = AccountKeyType(.COSMOS_Secp256k1, "m/44'/118'/0'/0/X")


cosmosEndPointType = .UseGRPC
cosmosEndPointType = .UseLCD
stakeDenom = "uhuahua"
bechAccountPrefix = "chihuahua"
validatorPrefix = "chihuahuavaloper"
Expand Down
4 changes: 2 additions & 2 deletions Cosmostation/Chains/ClassCosmos/ChainRizon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ class ChainRizon: BaseChain {
accountKeyType = AccountKeyType(.COSMOS_Secp256k1, "m/44'/118'/0'/0/X")


cosmosEndPointType = .UseGRPC
cosmosEndPointType = .UseLCD
stakeDenom = "uatolo"
bechAccountPrefix = "rizon"
validatorPrefix = "rizonvaloper"
grpcHost = "grpc-rizon.cosmostation.io"
lcdUrl = "https://lcd-rizon.cosmostation.io/"
lcdUrl = "https://rizon.api.m.stavr.tech/"
}
}
95 changes: 43 additions & 52 deletions Cosmostation/Controller/Main/EvmClass/EvmClass.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Expand Down Expand Up @@ -248,68 +248,59 @@
<rect key="frame" x="0.0" y="0.0" width="393" height="653"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" id="QR5-pO-tOI">
<rect key="frame" x="0.0" y="0.0" width="393" height="652.33333333333348"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="no5-bu-dDU" customClass="LottieAnimationView" customModule="Lottie">
<rect key="frame" x="106.66666666666669" y="284" width="180" height="110"/>
<viewLayoutGuide key="safeArea" id="kJs-9Y-oGV"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="width" constant="180" id="FDw-AH-1pO"/>
<constraint firstAttribute="height" constant="110" id="qp1-qh-E2h"/>
</constraints>
</view>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="GVE-5P-3vO">
<rect key="frame" x="76.666666666666686" y="275" width="240" height="128"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="no5-bu-dDU" customClass="LottieAnimationView" customModule="Lottie">
<rect key="frame" x="106.66666666666669" y="284" width="180" height="110"/>
<viewLayoutGuide key="safeArea" id="kJs-9Y-oGV"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="width" constant="180" id="FDw-AH-1pO"/>
<constraint firstAttribute="height" constant="110" id="qp1-qh-E2h"/>
</constraints>
</view>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="GVE-5P-3vO">
<rect key="frame" x="76.666666666666686" y="275" width="240" height="128"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="imgEmptyData" translatesAutoresizingMaskIntoConstraints="NO" id="rjV-4y-FXX">
<rect key="frame" x="87.999999999999986" y="0.0" width="64.000000000000014" height="64"/>
<constraints>
<constraint firstAttribute="height" constant="64" id="Yhx-g3-S2p"/>
<constraint firstAttribute="width" constant="64" id="haF-de-FT7"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Empty Data" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="F7Y-h3-JD2">
<rect key="frame" x="79.999999999999972" y="72" width="79.666666666666657" height="17.666666666666671"/>
<fontDescription key="fontDescription" name="SpoqaHanSansNeo-Bold" family="Spoqa Han Sans Neo" pointSize="14"/>
<color key="textColor" name="_color01"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="imgEmptyData" translatesAutoresizingMaskIntoConstraints="NO" id="rjV-4y-FXX">
<rect key="frame" x="87.999999999999986" y="0.0" width="64.000000000000014" height="64"/>
<constraints>
<constraint firstAttribute="height" constant="128" id="87e-64-tSd"/>
<constraint firstItem="rjV-4y-FXX" firstAttribute="top" secondItem="GVE-5P-3vO" secondAttribute="top" id="Jax-ih-JY5"/>
<constraint firstAttribute="width" constant="240" id="av7-D4-VVD"/>
<constraint firstItem="F7Y-h3-JD2" firstAttribute="centerX" secondItem="GVE-5P-3vO" secondAttribute="centerX" id="c7h-tF-jRG"/>
<constraint firstItem="F7Y-h3-JD2" firstAttribute="top" secondItem="rjV-4y-FXX" secondAttribute="bottom" constant="8" id="eQv-bb-dAj"/>
<constraint firstItem="rjV-4y-FXX" firstAttribute="centerX" secondItem="GVE-5P-3vO" secondAttribute="centerX" id="yUs-ti-psd"/>
<constraint firstAttribute="height" constant="64" id="Yhx-g3-S2p"/>
<constraint firstAttribute="width" constant="64" id="haF-de-FT7"/>
</constraints>
</view>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsVerticalScrollIndicator="NO" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="EEw-nP-6PO">
<rect key="frame" x="0.0" y="59" width="393" height="593.33333333333337"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</tableView>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Empty Data" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="F7Y-h3-JD2">
<rect key="frame" x="79.999999999999972" y="72" width="79.666666666666657" height="17.666666666666671"/>
<fontDescription key="fontDescription" name="SpoqaHanSansNeo-Bold" family="Spoqa Han Sans Neo" pointSize="14"/>
<color key="textColor" name="_color01"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<viewLayoutGuide key="safeArea" id="ofe-EE-sTR"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="tintColor" name="_primary"/>
<constraints>
<constraint firstItem="GVE-5P-3vO" firstAttribute="centerY" secondItem="ofe-EE-sTR" secondAttribute="centerY" id="AoQ-VI-STl"/>
<constraint firstAttribute="bottom" secondItem="EEw-nP-6PO" secondAttribute="bottom" id="YSg-q9-7Cs"/>
<constraint firstItem="EEw-nP-6PO" firstAttribute="leading" secondItem="ofe-EE-sTR" secondAttribute="leading" id="aPN-dV-Mx0"/>
<constraint firstItem="GVE-5P-3vO" firstAttribute="centerX" secondItem="ofe-EE-sTR" secondAttribute="centerX" id="ce0-KH-4vr"/>
<constraint firstItem="EEw-nP-6PO" firstAttribute="trailing" secondItem="ofe-EE-sTR" secondAttribute="trailing" id="iJT-pW-tmf"/>
<constraint firstItem="no5-bu-dDU" firstAttribute="centerY" secondItem="ofe-EE-sTR" secondAttribute="centerY" id="itk-Sw-pKn"/>
<constraint firstItem="EEw-nP-6PO" firstAttribute="top" secondItem="ofe-EE-sTR" secondAttribute="top" id="rzm-JL-X0a"/>
<constraint firstItem="no5-bu-dDU" firstAttribute="centerX" secondItem="ofe-EE-sTR" secondAttribute="centerX" id="spd-8r-xIc"/>
<constraint firstAttribute="height" constant="128" id="87e-64-tSd"/>
<constraint firstItem="rjV-4y-FXX" firstAttribute="top" secondItem="GVE-5P-3vO" secondAttribute="top" id="Jax-ih-JY5"/>
<constraint firstAttribute="width" constant="240" id="av7-D4-VVD"/>
<constraint firstItem="F7Y-h3-JD2" firstAttribute="centerX" secondItem="GVE-5P-3vO" secondAttribute="centerX" id="c7h-tF-jRG"/>
<constraint firstItem="F7Y-h3-JD2" firstAttribute="top" secondItem="rjV-4y-FXX" secondAttribute="bottom" constant="8" id="eQv-bb-dAj"/>
<constraint firstItem="rjV-4y-FXX" firstAttribute="centerX" secondItem="GVE-5P-3vO" secondAttribute="centerX" id="yUs-ti-psd"/>
</constraints>
</view>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" showsVerticalScrollIndicator="NO" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="EEw-nP-6PO">
<rect key="frame" x="0.0" y="0.0" width="393" height="653"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</tableView>
</subviews>
<viewLayoutGuide key="safeArea" id="oAA-Wa-tbz"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="EEw-nP-6PO" firstAttribute="leading" secondItem="Xzi-HU-5xx" secondAttribute="leading" id="7Jh-Se-mmW"/>
<constraint firstAttribute="top" secondItem="EEw-nP-6PO" secondAttribute="top" id="NLj-dX-luE"/>
<constraint firstItem="GVE-5P-3vO" firstAttribute="centerY" secondItem="oAA-Wa-tbz" secondAttribute="centerY" id="auQ-ri-aFB"/>
<constraint firstItem="GVE-5P-3vO" firstAttribute="centerX" secondItem="oAA-Wa-tbz" secondAttribute="centerX" id="ewq-hP-Uaq"/>
<constraint firstAttribute="trailing" secondItem="EEw-nP-6PO" secondAttribute="trailing" id="ir3-ZH-eVr"/>
<constraint firstItem="no5-bu-dDU" firstAttribute="centerY" secondItem="oAA-Wa-tbz" secondAttribute="centerY" id="lKc-ID-XiB"/>
<constraint firstItem="EEw-nP-6PO" firstAttribute="bottom" secondItem="Xzi-HU-5xx" secondAttribute="bottom" id="ts3-ua-nsC"/>
<constraint firstItem="no5-bu-dDU" firstAttribute="centerX" secondItem="oAA-Wa-tbz" secondAttribute="centerX" id="ybR-e7-Tad"/>
</constraints>
</view>
<connections>
<outlet property="emptyDataView" destination="GVE-5P-3vO" id="7NO-wz-J7j"/>
Expand Down

0 comments on commit b541699

Please sign in to comment.