Skip to content

Commit

Permalink
update metadata and kulupu genesis (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwencheng authored May 8, 2020
1 parent 212bd69 commit 5e95b98
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ android {
minSdkVersion 18
missingDimensionStrategy 'react-native-camera', 'general'
targetSdkVersion 28
versionCode 4202
versionName "4.2.2"
versionCode 4203
versionName "4.2.3"
ndk {
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
}
Expand Down
4 changes: 2 additions & 2 deletions ios/NativeSigner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.2.2</string>
<string>4.2.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4202</string>
<string>4203</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NativeSigner",
"version": "4.2.2-beta",
"version": "4.2.3-beta",
"private": true,
"license": "GPL-3.0",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions src/constants/networkMetadata.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/constants/networkSpecs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const SubstrateNetworkKeys: {
'0x092af6e7d25178ebab1677d15f66e37b30392b44ef442f728a53dd1bf48ec110', // https://portal.chain.centrifuge.io/#/explorer/query/0
EDGEWARE:
'0x742a2ca70c2fda6cee4f8df98d64c4c670a052d9568058982dad9d5a7a135c5b', // https://polkascan.io/pre/edgeware/block/0
KULUPU: '0x37e1f8125397a98630013a4dff89b54cb758ff8eed894419e65a6dcf27a6fb8a',
KULUPU: '0xf7a99d3cb92853d00d5275c971c132c074636256583fee53b3bbe60d7b8769ba',
KUSAMA: '0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe', // https://polkascan.io/pre/kusama-cc3/block/0
KUSAMA_CC2:
'0xe3777fa922cafbff200cadeaea1a76bd7898ad5b89f7848999058b50e715f636',
Expand Down

0 comments on commit 5e95b98

Please sign in to comment.