Skip to content

Commit 498383a

Browse files
authored
Merge pull request #15 from neutron-org/feat/metamask
feat: eth sign - add amino converters #ntrn-499
2 parents 61eb979 + 8fcf060 commit 498383a

File tree

572 files changed

+18124
-20605
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

572 files changed

+18124
-20605
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ node_modules/
1111
/protos/neutron
1212
/protos/slinky
1313
/protos/wasmd
14-
/protos/interchain-security
1514

1615
/build/
1716
/capability/

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,3 @@
2323
[submodule "wasmd"]
2424
path = protos/wasmd-src
2525
url = [email protected]:neutron-org/wasmd.git
26-
[submodule "interchain-security"]
27-
path = protos/interchain-security-src
28-
url = [email protected]:cosmos/interchain-security.git

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# neutronjs
22

3-
Cosmjs types for users of Neutron chain.
3+
Cosmjs types for users of the Neutron chain.
44

55
<https://www.neutron.org/>
66

7-
Version of this package is synced with Neutron chain version.
7+
Version of this package is synced with the Neutron chain version.
88

99
[![npm version](https://img.shields.io/npm/v/@neutron-org/neutronjs.svg)](https://www.npmjs.com/package/@neutron-org/neutronjs)
1010

json-safe.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.11.20
2+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.12
33
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/

json-safe.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

json-safe.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)