Skip to content

Commit d6b21ba

Browse files
0xepicodemsadura
andauthored
Fix okx and bitget for monad (#1621)
Co-authored-by: Marek Epicode <[email protected]>
1 parent bc2767d commit d6b21ba

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/salty-sides-sit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@swapkit/wallet-extensions": patch
3+
---
4+
5+
Fix connecting bitget and okx wallets to monad

packages/wallet-extensions/src/bitget/helpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export async function getWalletMethods(chain: Chain) {
2525
Chain.BinanceSmartChain,
2626
Chain.Ethereum,
2727
Chain.Gnosis,
28+
Chain.Monad,
2829
Chain.Optimism,
2930
Chain.Polygon,
3031
Chain.XLayer,

packages/wallet-extensions/src/okx/helpers.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,11 @@ export async function getWalletMethods(chain: Chain) {
7373
Chain.Berachain,
7474
Chain.BinanceSmartChain,
7575
Chain.Ethereum,
76-
Chain.XLayer,
7776
Chain.Gnosis,
77+
Chain.Monad,
7878
Chain.Optimism,
7979
Chain.Polygon,
80+
Chain.XLayer,
8081
),
8182
async () => {
8283
if (!(window.okxwallet && "send" in window.okxwallet)) {

0 commit comments

Comments
 (0)