Skip to content

Commit

Permalink
enable proxy for berachain, add symbiosis (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
IDIDOS authored Feb 7, 2025
2 parents c1900d9 + 63c6576 commit 9964114
Show file tree
Hide file tree
Showing 4 changed files with 6 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.52.5",
"version": "5.52.6",
"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 @@ -41,7 +41,8 @@ export const proxySupportedBlockchains = [
BLOCKCHAIN_NAME.SONIC,
BLOCKCHAIN_NAME.MORPH,
BLOCKCHAIN_NAME.FRAXTAL,
BLOCKCHAIN_NAME.SONEIUM
BLOCKCHAIN_NAME.SONEIUM,
BLOCKCHAIN_NAME.BERACHAIN
// 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 @@ -25,7 +25,8 @@ const ALTERNATIVE_ROUTER1_NETWORKS = [
BLOCKCHAIN_NAME.SONIC,
BLOCKCHAIN_NAME.MORPH,
BLOCKCHAIN_NAME.FRAXTAL,
BLOCKCHAIN_NAME.SONEIUM
BLOCKCHAIN_NAME.SONEIUM,
BLOCKCHAIN_NAME.BERACHAIN
] as const;

function isAlternativeRouter1Network(blockchain: BlockchainName): boolean {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const symbiosisCrossChainSupportedBlockchains = [
BLOCKCHAIN_NAME.TON,
BLOCKCHAIN_NAME.GRAVITY,
BLOCKCHAIN_NAME.FRAXTAL,
BLOCKCHAIN_NAME.BERACHAIN,
// Testnets
BLOCKCHAIN_NAME.GOERLI,
BLOCKCHAIN_NAME.BINANCE_SMART_CHAIN_TESTNET,
Expand Down

0 comments on commit 9964114

Please sign in to comment.