Skip to content

Commit

Permalink
misc: update mainnet config & update v0.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
fly33499 committed Jan 26, 2022
1 parent b2dea33 commit 1470f9e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
20 changes: 17 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@firmachain/firma-js",
"version": "0.2.22",
"version": "0.2.24",
"description": "The Official FirmaChain Javascript SDK written in Typescript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "mocha test/**/*.test.ts -r ts-node/register --timeout 120000",
"test": "mocha test/**/*.test.ts -r ts-node/register --timeout 1200000",
"lint": "eslint src test --ext .ts,.tsx",
"nodemon": "nodemon",
"dev": "ts-node ./test/test_index.ts",
Expand Down Expand Up @@ -40,7 +40,8 @@
"cosmjs-types": "^0.2.0",
"crypto-js": "^4.1.1",
"ipfs-http-client": "^52.0.5",
"protobufjs": "^6.10.2"
"protobufjs": "^6.10.2",
"readline-sync": "^1.4.10"
},
"devDependencies": {
"@types/chai": "^4.2.21",
Expand All @@ -52,4 +53,4 @@
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
}
}
}
4 changes: 2 additions & 2 deletions sdk/FirmaConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export class FirmaConfig {
hdPath: "m/44'/7777777'/",
prefix: "firma",
denom: "ufct",
defaultFee: 20000,
defaultGas: 200000,
defaultFee: 30000,
defaultGas: 300000,
isShowLog: false,
}
}
Expand Down

0 comments on commit 1470f9e

Please sign in to comment.