Skip to content

LSM shares upgrade and checksum #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/deployments/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ Current Cosmos Hub Drop instance is running on `cosmoshub-4` mainnet.

### Contracts

> Version: 1.0.1

| Contract | Address | Checksum |
| ----------------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------- |
| `factory` | `neutron1rtydk5vlppj2nmw98ctpgee6hxe5va7mc9x3lng8xm75p3dus80s7pkvmu` | 82DD53F3E448E9A142F0F4FFD802C266AD6B2803C0A614E91EDBE38EFE5B6B31 |
| `core_contract` | `neutron16m3hjh7l04kap086jgwthduma0r5l0wh8kc6kaqk92ge9n5aqvys9q6lxr` | 19E555870765ADB32DC51E0BD25398B561CC459B68CC2E0EECC6C4B943167169 |
| `core_contract` | `neutron16m3hjh7l04kap086jgwthduma0r5l0wh8kc6kaqk92ge9n5aqvys9q6lxr` | 4994f1b4b2201dbaf45691a384e9a1445e076809fe38ac793c36f9e048903927 |
| `distribution_contract` | `neutron1dj0l8w0v4w6c8xshyeqhxx740nkc0p2x0e37cdsynsr49zvd2v8qze22va` | E1D8891A9967EADA49DB7433FB86E2BBB3BADBDD5746D444CEA402BBDECA0180 |
| `puppeteer_contract` | `neutron15v5acjfttf3umzatmj7rqfjy6yzcgekh266ehjsxclvaem0hpd7q9qpscr` | D4E62CB36C3E8D2C70B5C7B77A088A1635969C14D7A0FAF099206415A70D1739 |
| `rewards_manager_contract` | `neutron1ydg7c33j0de7np2nk8gf4qwr8gvmmngjan2ymdtthzpwu22zajwqd234gt` | 3866E7302D1E8BB5415AFFB949697309386925EB181BDB437DF89CDCBC28F536 |
Expand Down
6 changes: 3 additions & 3 deletions docs/deployments/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ To ensure the integrity and security of contracts uploaded to the network, it is

### Building

The contracts were built using the git tag `v1.0.0`.
The mainnet contracts were built using the git tag `v1.0.1`.

To build the drop protocol contracts, simply clone the contracts repository and run `make build`:

```
$ git clone --branch v1.0.0 https://github.com/hadronlabs-org/drop-contracts.git
$ git clone --branch v1.0.1 https://github.com/hadronlabs-org/drop-contracts.git
.....
$ cd drop-contracts
.....
Expand Down Expand Up @@ -72,7 +72,7 @@ Or you can use [Celatone](https://neutron.celat.one/neutron-1). Search for contr
3. Obtain the checksum of the deployed contract:

```
neutrond q wasm code-info 1720 --node https://rpc-talzor.neutron-1.neutron.org:443
neutrond q wasm code-info 1800 --node https://rpc-talzor.neutron-1.neutron.org:443
```

4. Compare the obtained checksums to confirm integrity.
Expand Down