Skip to content

Commit

Permalink
ZetaChain proxy support (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doctor-Cyclone authored Apr 17, 2024
2 parents 9401218 + 8158d81 commit fa5c3d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rubic-sdk",
"version": "5.15.6",
"version": "5.15.7",
"description": "Simplify dApp creation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/features/common/constants/proxy-supported-blockchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export const proxySupportedBlockchains = [
BLOCKCHAIN_NAME.MERLIN,
BLOCKCHAIN_NAME.ROOTSTOCK,
BLOCKCHAIN_NAME.MODE,
BLOCKCHAIN_NAME.ZK_FAIR
BLOCKCHAIN_NAME.ZK_FAIR,
BLOCKCHAIN_NAME.ZETACHAIN
// BLOCKCHAIN_NAME.OKE_X_CHAIN,
// BLOCKCHAIN_NAME.GNOSIS,
// BLOCKCHAIN_NAME.FUSE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const ALTERNATIVE_ROUTER1_NETWORKS = [
BLOCKCHAIN_NAME.HORIZEN_EON,
BLOCKCHAIN_NAME.MERLIN,
BLOCKCHAIN_NAME.MODE,
BLOCKCHAIN_NAME.ZK_FAIR
BLOCKCHAIN_NAME.ZK_FAIR,
BLOCKCHAIN_NAME.ZETACHAIN
] as const;

function isAlternativeRouter1Network(blockchain: BlockchainName): boolean {
Expand Down

0 comments on commit fa5c3d0

Please sign in to comment.