Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions modules/sdk-core/src/bitgo/environments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ const mainnetBase: EnvironmentTemplate = {
baseUrl: 'https://mainnet.mirrornode.hedera.com/api/v1',
rpcUrl: 'https://mainnet.hashio.io/api',
},
zketh: {
baseUrl: 'https://explorer.zksync.io',
},
fluenteth: {
baseUrl: 'https://testnet.fluentscan.xyz/api/', //TODO: COIN-6478: add mainnet url when available
},
Expand Down Expand Up @@ -433,6 +436,9 @@ const testnetBase: EnvironmentTemplate = {
baseUrl: 'https://testnet.mirrornode.hedera.com/api/v1',
rpcUrl: 'https://testnet.hashio.io/api',
},
zketh: {
baseUrl: 'https://sepolia.explorer.zksync.io/',
},
fluenteth: {
baseUrl: 'https://testnet.fluentscan.xyz/api/',
},
Expand Down
12 changes: 11 additions & 1 deletion modules/statics/src/allCoinsAndTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,17 @@ export const allCoinsAndTokens = [
18,
UnderlyingAsset.ZKETH,
BaseUnit.ETH,
ZKETH_FEATURES
[
...ZKETH_FEATURES,
...EVM_FEATURES,
CoinFeature.SHARED_EVM_SIGNING,
CoinFeature.SHARED_EVM_SDK,
CoinFeature.EVM_COMPATIBLE_IMS,
CoinFeature.EVM_COMPATIBLE_UI,
CoinFeature.EVM_COMPATIBLE_WP,
CoinFeature.EVM_NON_BITGO_RECOVERY,
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
]
),
account(
'ac3c225e-55a9-4236-b907-a4cccc30a2fd',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const expectedColdFeatures = {
'tsoneium',
'flr',
'tflr',
'tzketh',
],
justMultiSig: [
'algo',
Expand Down Expand Up @@ -61,7 +62,6 @@ export const expectedColdFeatures = {
'txrp',
'txtz',
'tzec',
'tzketh',
'xlm',
'xrp',
'xtz',
Expand Down