mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +00:00
Rename branch master -> main
This commit is contained in:
parent
bda26c6ba4
commit
db40f8258f
@ -13,7 +13,7 @@ workflows:
|
|||||||
- lint
|
- lint
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only: master
|
only: main
|
||||||
- lint
|
- lint
|
||||||
- test:
|
- test:
|
||||||
requires:
|
requires:
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# See https://doc.mergify.io/configuration.html
|
# See https://doc.mergify.io/configuration.html
|
||||||
|
|
||||||
pull_request_rules:
|
pull_request_rules:
|
||||||
- name: automerge to master with label automerge
|
- name: automerge to main with label automerge
|
||||||
conditions:
|
conditions:
|
||||||
- "#approved-reviews-by>=1"
|
- "#approved-reviews-by>=1"
|
||||||
- base=master
|
- base=main
|
||||||
- label=automerge
|
- label=automerge
|
||||||
- label!=WIP
|
- label!=WIP
|
||||||
# We need to list them all individually. Here is why: https://doc.mergify.io/conditions.html#validating-all-status-check
|
# We need to list them all individually. Here is why: https://doc.mergify.io/conditions.html#validating-all-status-check
|
||||||
|
@ -274,5 +274,5 @@ helpers to upload code and use non-trivial contracts with proper types.
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/cli"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/cli"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -26,5 +26,5 @@ echo "{\"// source\": \"$HACKATOM_URL\", \"data\": \"$(curl -sS --location $HAC
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/cosmwasm-launchpad"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/cosmwasm-launchpad"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -23,5 +23,5 @@ echo "{\"// source\": \"$HACKATOM_URL\", \"data\": \"$(curl -sS --location $HAC
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/cosmwasm-stargate"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/cosmwasm-stargate"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/cosmwasm"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/cosmwasm"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -11,5 +11,5 @@ imported outside of CosmJS based applications.
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/crypto"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/crypto"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -19,5 +19,5 @@ on invalid input.
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/encoding"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/encoding"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -34,5 +34,5 @@ yarn test
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/faucet-client"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/faucet-client"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -139,5 +139,5 @@ curl http://localhost:8000/status
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/faucet"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/faucet"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -30,7 +30,7 @@ export class Webserver {
|
|||||||
"\n" +
|
"\n" +
|
||||||
"Check the full status via the /status endpoint.\n" +
|
"Check the full status via the /status endpoint.\n" +
|
||||||
"You can get tokens from here by POSTing to /credit.\n" +
|
"You can get tokens from here by POSTing to /credit.\n" +
|
||||||
"See https://github.com/cosmos/cosmjs/tree/master/packages/faucet for all further information.\n";
|
"See https://github.com/cosmos/cosmjs/tree/main/packages/faucet for all further information.\n";
|
||||||
break;
|
break;
|
||||||
case "/status": {
|
case "/status": {
|
||||||
const [holder, ...distributors] = await faucet.loadAccounts();
|
const [holder, ...distributors] = await faucet.loadAccounts();
|
||||||
|
@ -8,5 +8,5 @@ This package provides a light framework for implementing a
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/json-rpc"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/json-rpc"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -49,12 +49,12 @@ Then follow the instructions on that page.
|
|||||||
The tests in this package require a Ledger device
|
The tests in this package require a Ledger device
|
||||||
[initialized with the mnemonic](https://support.ledger.com/hc/en-us/articles/360005434914)
|
[initialized with the mnemonic](https://support.ledger.com/hc/en-us/articles/360005434914)
|
||||||
from
|
from
|
||||||
[scripts/launchpad/README.md#preset-accounts](https://github.com/cosmos/cosmjs/blob/master/scripts/launchpad/README.md#preset-accounts)
|
[scripts/launchpad/README.md#preset-accounts](https://github.com/cosmos/cosmjs/blob/main/scripts/launchpad/README.md#preset-accounts)
|
||||||
(see "Ledger: accounts for Ledger based demos and tests") with an installed
|
(see "Ledger: accounts for Ledger based demos and tests") with an installed
|
||||||
"Cosmos (ATOM)" app. The device must be connected via USB, unlocked and the
|
"Cosmos (ATOM)" app. The device must be connected via USB, unlocked and the
|
||||||
Cosmos app must be opened. The tests require the user to manually approve
|
Cosmos app must be opened. The tests require the user to manually approve
|
||||||
transactions. Start a local Launchpad blockchain as described in
|
transactions. Start a local Launchpad blockchain as described in
|
||||||
[scripts/launchpad/README.md](https://github.com/cosmos/cosmjs/blob/master/scripts/launchpad/README.md)
|
[scripts/launchpad/README.md](https://github.com/cosmos/cosmjs/blob/main/scripts/launchpad/README.md)
|
||||||
and execute:
|
and execute:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@ -66,5 +66,5 @@ yarn test
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/launchpad-ledger"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/launchpad-ledger"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -519,5 +519,5 @@ const restored = await Secp256k1HdWallet.deserializeWithEncryptionKey(
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/launchpad"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/launchpad"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/math"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/math"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -10,5 +10,5 @@ and
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/proto-signing"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/proto-signing"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -8,5 +8,5 @@ WebSockets.
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/socket"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/socket"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -16,5 +16,5 @@ A client library for the Cosmos SDK 0.40.
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/stargate"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/stargate"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -8,5 +8,5 @@ processing.
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/stream"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/stream"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -11,5 +11,5 @@ Also handles converting numbers to and from strings.
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/tendermint-rpc"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/tendermint-rpc"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -8,5 +8,5 @@ testing but stuff like `sleep` can also be useful at runtime.
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This package is part of the cosmjs repository, licensed under the Apache License
|
This package is part of the cosmjs repository, licensed under the Apache License
|
||||||
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/master/NOTICE) and
|
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
|
||||||
[LICENSE](https://github.com/cosmos/cosmjs/blob/master/LICENSE)).
|
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cosmos/cosmjs/tree/master/packages/utils"
|
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/utils"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user