Skip to content
Open
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
2 changes: 2 additions & 0 deletions packages/adapters/rebalance/src/adapters/binance/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const BINANCE_NETWORK_TO_CHAIN_ID = {
AVAXC: 43114,
RON: 2020,
SONIC: 146,
SOL: 1399811149,
} as const;

export const BINANCE_RATE_LIMITS = {
Expand Down Expand Up @@ -75,6 +76,7 @@ export const WITHDRAWAL_PRECISION_MAP: Record<string, Record<string, number>> =
ZKSYNCERA: 6,
RON: 6,
SONIC: 6,
SOL: 8,
},
ETH: {
ETH: 6,
Expand Down