Skip to content

Commit

Permalink
future! matthew/zcashTemp
Browse files Browse the repository at this point in the history
  • Loading branch information
peachbits committed Sep 4, 2023
2 parents 30cf31e + b27ae19 commit 7a6ae37
Show file tree
Hide file tree
Showing 12 changed files with 1,023 additions and 149 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"prettier": "^2.2.0",
"process": "^0.11.10",
"react-native-piratechain": "^0.3.2",
"react-native-zcash": "^0.3.2",
"react-native-zcash": "0.4.0",
"rimraf": "^3.0.2",
"stream-browserify": "^2.0.2",
"stream-http": "^3.2.0",
Expand All @@ -155,6 +155,6 @@
},
"peerDependencies": {
"react-native-piratechain": "^0.3.2",
"react-native-zcash": "^0.3.2"
"react-native-zcash": "^0.4.0"
}
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import { fio } from './fio/fioInfo'
import { hedera } from './hedera/hederaInfo'
import { liberland } from './polkadot/info/liberlandInfo'
import { liberlandtestnet } from './polkadot/info/liberlandTestnetInfo'
import { piratechain } from './piratechain/piratechainInfo'
import { polkadot } from './polkadot/info/polkadotInfo'
import { ripple } from './ripple/rippleInfo'
import { solana } from './solana/solanaInfo'
import { stellar } from './stellar/stellarInfo'
import { tezos } from './tezos/tezosInfo'
import { tron } from './tron/tronInfo'
import { piratechain } from './zcash/piratechainInfo'
import { zcash } from './zcash/zcashInfo'

const plugins = {
Expand Down
Loading

0 comments on commit 7a6ae37

Please sign in to comment.