Skip to content

Commit

Permalink
remove unused types, upd StateInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Mar 6, 2024
1 parent 1321869 commit 706e6a7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 17 deletions.
1 change: 1 addition & 0 deletions packages/connector/src/zkp/types/zkp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export type StateInfo = {
index: string;
hash: string;
createdAtTimestamp: string;
createdAtBlock: string;
lastUpdateOperationIndex: string;
};

Expand Down
1 change: 1 addition & 0 deletions packages/snap/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
ignorePatterns: [
'**/codegen.ts',
'**/jest.config.ts',
'**/snap.config.ts',
'!.eslintrc.js',
'dist/',
'**/src/typia-generated/*.ts',
Expand Down
7 changes: 0 additions & 7 deletions packages/snap/snap.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/rarimo/rarime.git"
},
"source": {
"shasum": "VyboKH5bWW2WuoWRbo70xcl/yJhReuLAuKLJkTQ34Go=",
"shasum": "1+p7tiw9zprBgeZrAavS6zqrPs2fwRDOTAN1QCIccM8=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
9 changes: 0 additions & 9 deletions packages/snap/src/types/global-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,3 @@ export type TextField = {
value: string;
type: NodeType.Text;
};

export type RarimoNetworkType = 'mainnet' | 'beta';

export type ChainInfo = {
id: number;
rpcUrl: string;
stateContractAddress: string;
rarimoNetworkType: RarimoNetworkType;
};

0 comments on commit 706e6a7

Please sign in to comment.