Skip to content

Commit

Permalink
Merge pull request #601 from EdgeApp/matthew/zcashTemp
Browse files Browse the repository at this point in the history
Upgrade react-native-zcash
  • Loading branch information
peachbits authored Sep 12, 2023
2 parents 0e8dffd + 553872a commit cf7911d
Show file tree
Hide file tree
Showing 12 changed files with 1,049 additions and 150 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 @@ -7,6 +7,7 @@ import { ethereumPlugins } from './ethereum/ethereumInfos'
import { filecoin } from './filecoin/filecoinInfo'
import { fio } from './fio/fioInfo'
import { hedera } from './hedera/hederaInfo'
import { piratechain } from './piratechain/piratechainInfo'
import { liberland } from './polkadot/info/liberlandInfo'
import { liberlandtestnet } from './polkadot/info/liberlandTestnetInfo'
import { polkadot } from './polkadot/info/polkadotInfo'
Expand All @@ -15,7 +16,6 @@ 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 cf7911d

Please sign in to comment.