Skip to content

Commit

Permalink
feat: solana chain adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight committed Oct 11, 2024
1 parent ade7652 commit 2147854
Show file tree
Hide file tree
Showing 9 changed files with 515 additions and 100 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,20 @@
"@shapeshiftoss/caip": "workspace:^",
"@shapeshiftoss/chain-adapters": "workspace:^",
"@shapeshiftoss/errors": "workspace:^",
"@shapeshiftoss/hdwallet-coinbase": "1.55.9",
"@shapeshiftoss/hdwallet-core": "1.55.9",
"@shapeshiftoss/hdwallet-keepkey": "1.55.9",
"@shapeshiftoss/hdwallet-keepkey-webusb": "1.55.9",
"@shapeshiftoss/hdwallet-keplr": "1.55.9",
"@shapeshiftoss/hdwallet-ledger": "1.55.9",
"@shapeshiftoss/hdwallet-ledger-webusb": "1.55.9",
"@shapeshiftoss/hdwallet-metamask": "1.55.9",
"@shapeshiftoss/hdwallet-native": "1.55.9",
"@shapeshiftoss/hdwallet-native-vault": "1.55.9",
"@shapeshiftoss/hdwallet-phantom": "1.55.9",
"@shapeshiftoss/hdwallet-shapeshift-multichain": "1.55.9",
"@shapeshiftoss/hdwallet-walletconnectv2": "1.55.9",
"@shapeshiftoss/hdwallet-xdefi": "1.55.9",
"@shapeshiftoss/hdwallet-coinbase": "1.55.10",
"@shapeshiftoss/hdwallet-core": "1.55.10",
"@shapeshiftoss/hdwallet-keepkey": "1.55.10",
"@shapeshiftoss/hdwallet-keepkey-webusb": "1.55.10",
"@shapeshiftoss/hdwallet-keplr": "1.55.10",
"@shapeshiftoss/hdwallet-ledger": "1.55.10",
"@shapeshiftoss/hdwallet-ledger-webusb": "1.55.10",
"@shapeshiftoss/hdwallet-metamask": "1.55.10",
"@shapeshiftoss/hdwallet-native": "1.55.10",
"@shapeshiftoss/hdwallet-native-vault": "1.55.10",
"@shapeshiftoss/hdwallet-phantom": "1.55.10",
"@shapeshiftoss/hdwallet-shapeshift-multichain": "1.55.10",
"@shapeshiftoss/hdwallet-walletconnectv2": "1.55.10",
"@shapeshiftoss/hdwallet-xdefi": "1.55.10",
"@shapeshiftoss/swapper": "workspace:^",
"@shapeshiftoss/types": "workspace:^",
"@shapeshiftoss/unchained-client": "workspace:^",
Expand Down
1 change: 1 addition & 0 deletions packages/chain-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@shapeshiftoss/types": "workspace:^",
"@shapeshiftoss/unchained-client": "workspace:^",
"@shapeshiftoss/utils": "workspace:^",
"@solana/web3.js": "^1.95.3",
"bech32": "^2.0.0",
"coinselect": "^3.1.13",
"multicoin-address-validator": "^0.5.12",
Expand Down
1 change: 1 addition & 0 deletions packages/chain-adapters/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export * from './types'
export * from './evm'
export * from './utxo'
export * from './cosmossdk'
export * as solana from './solana'
Loading

0 comments on commit 2147854

Please sign in to comment.