-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #566 from cosmostation/support-chain
Update ChainElys / Support Synternet, Router, Realio chain
- Loading branch information
Showing
13 changed files
with
158 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
// | ||
// ChainSynternet.swift | ||
// Cosmostation | ||
// | ||
// Created by 차소민 on 12/13/24. | ||
// Copyright © 2024 wannabit. All rights reserved. | ||
// | ||
|
||
import Foundation | ||
|
||
class ChainSynternet: BaseChain { | ||
|
||
override init() { | ||
super.init() | ||
|
||
name = "Synternet" | ||
tag = "synternet118" | ||
logo1 = "chainSynternet" | ||
apiName = "synternet" | ||
accountKeyType = AccountKeyType(.COSMOS_Secp256k1, "m/44'/118'/0'/0/X") | ||
|
||
|
||
cosmosEndPointType = .UseLCD | ||
stakeDenom = "usynt" | ||
bechAccountPrefix = "synt" | ||
validatorPrefix = "syntvaloper" | ||
grpcHost = "" | ||
lcdUrl = "https://api.synternet.com/" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
// | ||
// ChainRealioEVM.swift | ||
// Cosmostation | ||
// | ||
// Created by 차소민 on 12/13/24. | ||
// Copyright © 2024 wannabit. All rights reserved. | ||
// | ||
|
||
import Foundation | ||
|
||
class ChainRealioEVM: BaseChain { | ||
|
||
override init() { | ||
super.init() | ||
|
||
name = "Realio" | ||
tag = "realio60" | ||
logo1 = "chainRealio" | ||
apiName = "realio" | ||
accountKeyType = AccountKeyType(.ETH_Keccak256, "m/44'/60'/0'/0/X") | ||
|
||
|
||
cosmosEndPointType = .UseLCD | ||
stakeDenom = "ario" | ||
bechAccountPrefix = "realio" | ||
validatorPrefix = "realiovaloper" | ||
grpcHost = "" | ||
lcdUrl = "https://realio-api.genznodes.dev/" | ||
|
||
supportEvm = true | ||
coinSymbol = "RIO" | ||
coinGeckoId = "realio-network" | ||
coinLogo = "tokenRio" | ||
evmRpcURL = "https://realio-rpc-evm.genznodes.dev" | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// | ||
// ChainRouterEVM.swift | ||
// Cosmostation | ||
// | ||
// Created by 차소민 on 12/13/24. | ||
// Copyright © 2024 wannabit. All rights reserved. | ||
// | ||
|
||
import Foundation | ||
|
||
class ChainRouterEVM: BaseChain { | ||
|
||
override init() { | ||
super.init() | ||
|
||
name = "Routerchain" | ||
tag = "router60" | ||
logo1 = "chainRouter" | ||
apiName = "routerchain" | ||
accountKeyType = AccountKeyType(.ETH_Keccak256, "m/44'/60'/0'/0/X") | ||
|
||
|
||
cosmosEndPointType = .UseLCD | ||
stakeDenom = "route" | ||
bechAccountPrefix = "router" | ||
validatorPrefix = "routervaloper" | ||
grpcHost = "grpc.router.nodestake.org" | ||
lcdUrl = "https://sentry.lcd.routerprotocol.com/" | ||
|
||
supportEvm = true | ||
coinSymbol = "ROUTE" | ||
coinGeckoId = "router-protocol-2" | ||
coinLogo = "tokenRoute" | ||
evmRpcURL = "https://sentry.evm.rpc.routerprotocol.com" | ||
} | ||
} |
Binary file modified
BIN
+3.72 KB
(110%)
Cosmostation/Resource/Chain.xcassets/chainElys.imageset/chainElys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
Cosmostation/Resource/Chain.xcassets/chainRealio.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "chainRealio.png", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file added
BIN
+29.3 KB
Cosmostation/Resource/Chain.xcassets/chainRealio.imageset/chainRealio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
Cosmostation/Resource/Chain.xcassets/chainRouter.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "chainRouter.png", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file added
BIN
+32 KB
Cosmostation/Resource/Chain.xcassets/chainRouter.imageset/chainRouter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
Cosmostation/Resource/Chain.xcassets/chainSynternet.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "chainSynternet.png", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file added
BIN
+29.7 KB
Cosmostation/Resource/Chain.xcassets/chainSynternet.imageset/chainSynternet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.