wormchain - contracts dir
This commit is contained in:
parent
d6c24214be
commit
621d1d66fc
|
@ -0,0 +1 @@
|
||||||
|
save-exact=true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"name": "@wormhole-foundation/wormchain-contract-tools",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "scripts for working with wormchain contracts",
|
||||||
|
"main": "deploy_wormchain.ts",
|
||||||
|
"scripts": {
|
||||||
|
"deploy-wormchain": "ts-node deploy_wormchain.ts",
|
||||||
|
"test-wormchain": "ts-node test_wormchain.ts",
|
||||||
|
"deploy-and-test": "npm run deploy-wormchain && npm run test-wormchain"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "",
|
||||||
|
"dependencies": {
|
||||||
|
"@certusone/wormhole-sdk": "0.9.9",
|
||||||
|
"@cosmjs/cosmwasm-stargate": "0.29.5",
|
||||||
|
"@wormhole-foundation/wormchain-sdk": "file:../../ts-sdk",
|
||||||
|
"cosmwasm": "1.1.1",
|
||||||
|
"dotenv": "16.0.3",
|
||||||
|
"elliptic": "6.5.4",
|
||||||
|
"ethers": "5.7.2",
|
||||||
|
"js-sha3": "0.8.0",
|
||||||
|
"web3-eth-abi": "1.8.1",
|
||||||
|
"yargs": "17.6.2"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/elliptic": "6.4.14",
|
||||||
|
"ts-node": "10.9.1",
|
||||||
|
"typescript": "4.9.4"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"resolveJsonModule": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue