Skip to content

Commit

Permalink
Merge pull request #376 from EdgeApp/matthew/solana2
Browse files Browse the repository at this point in the history
Add Solana
  • Loading branch information
peachbits authored Feb 8, 2022
2 parents 6904062 + 8819727 commit e73c049
Show file tree
Hide file tree
Showing 8 changed files with 1,008 additions and 11 deletions.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[include]

[libs]
node_modules/@solana/web3.js/module.flow.js

[lints]

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"safe-buffer": "5.2.0",
"scrypt.js": "0.3.0",
"sha.js": "2.4.11",
"tweetnacl": "^1.0.3",
"uuid": "3.3.3"
},
"dependencies": {
Expand All @@ -85,6 +86,7 @@
"@ethereumjs/tx": "^3.3.0",
"@fioprotocol/fiosdk": "^1.5.0",
"@hashgraph/sdk": "^1.1.9",
"@solana/web3.js": "^1.32.0",
"@walletconnect/client": "1.6.6",
"biggystring": "^3.0.0",
"bip39": "^3.0.2",
Expand All @@ -102,6 +104,7 @@
"rfc4648": "^1.5.0",
"stellar-sdk": "^0.11.0",
"tezos-uri": "^1.0.3",
"tweetnacl": "^1.0.3",
"uri-js": "^3.0.2",
"url-parse": "^1.4.1",
"xrpl": "^2.1.1",
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { makePolygonPlugin } from './ethereum/maticInfo'
import { makeRskPlugin } from './ethereum/rskInfo.js'
import { makeFioPlugin } from './fio/fioPlugin'
import { makeHederaPlugin } from './hedera/hederaInfo.js'
import { makeSolanaPlugin } from './solana/solanaInfo.js'
import { makeStellarPlugin } from './stellar/stellarPlugin.js'
import { makeTezosPlugin } from './tezos/tezosPlugin.js'
import { makeRipplePlugin } from './xrp/xrpPlugin.js'
Expand All @@ -39,6 +40,7 @@ const plugins = {
binance: makeBinancePlugin,
hedera: makeHederaPlugin,
polygon: makePolygonPlugin,
solana: makeSolanaPlugin,
avalanche: makeAvalanchePlugin
}

Expand Down
Loading

0 comments on commit e73c049

Please sign in to comment.