Skip to content

Commit 58b68b7

Browse files
committed
Add OPBNP chain type and chain ID
1 parent a2eff8c commit 58b68b7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/util/asEdgeTokenId.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export const tokenTypes: Record<string, TokenType> = {
5353
litecoin: null,
5454
monad: 'evm',
5555
monero: null,
56+
opbnb: 'evm',
5657
optimism: 'evm',
5758
osmosis: 'cosmos',
5859
piratechain: null,

src/util/chainIds.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const EVM_CHAIN_IDS: Record<string, number> = {
1414
filecoinfevm: 314,
1515
hyperevm: 999,
1616
optimism: 10,
17+
opbnb: 204,
1718
polygon: 137,
1819
pulsechain: 369,
1920
rsk: 30,

0 commit comments

Comments
 (0)