Skip to content

Commit

Permalink
v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongsu-hong committed Jun 9, 2023
1 parent 4ebdad8 commit 64eb723
Show file tree
Hide file tree
Showing 7 changed files with 901 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ts/deployer/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ config.*.yaml
!config.example.yaml

999_*.ts

!.vscode
.yarn/*
!.yarn/releases
.pnp*
6 changes: 6 additions & 0 deletions ts/deployer/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"arcanis.vscode-zipfs",
"esbenp.prettier-vscode"
]
}
9 changes: 9 additions & 0 deletions ts/deployer/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}
874 changes: 874 additions & 0 deletions ts/deployer/.yarn/releases/yarn-3.6.0.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions ts/deployer/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yarnPath: .yarn/releases/yarn-3.6.0.cjs
nodeLinker: node-modules
6 changes: 4 additions & 2 deletions ts/deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
"@cosmjs/cosmwasm-stargate": "^0.30.1",
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/math": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@cosmjs/tendermint-rpc": "^0.30.1",
"@many-things/ibcx-contracts-sdk": "0.1.7-rc7",
"@many-things/ibcx-contracts-sdk": "^0.1.15",
"js-yaml": "^4.1.0",
"long": "5.2.0",
"osmojs": "^15.2.1"
Expand All @@ -28,5 +29,6 @@
"react-dom": "^18.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion ts/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@many-things/ibcx-contracts-sdk",
"version": "0.1.15-rc0",
"version": "0.1.15",
"description": "Typescript SDK for IBCX Contracts",
"cdn": "dist/index.umd.js",
"main": "dist/index.js",
Expand Down

0 comments on commit 64eb723

Please sign in to comment.