Skip to content

Commit

Permalink
Adjusted MM snap /core versions
Browse files Browse the repository at this point in the history
  • Loading branch information
codebycarson committed Dec 13, 2023
1 parent 27a9782 commit b24c06f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/metamask-snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sei-js/metamask-snap",
"version": "0.0.0-internal-20231129060458",
"version": "0.1.0",
"description": "A MetaMask snap for the SEI blockchain",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@metamask/snaps-types": "^3.1.0",
"@metamask/snaps-ui": "^3.1.0",
"@sei-js/core": "^0.0.0-internal-20231129052901",
"@sei-js/core": "^3.1.2",
"buffer": "^6.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/metamask-snap/src/snap/tests/ui.spec.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { TxBody, AuthInfo } from '@sei-js/proto/dist/types/codegen/cosmos/tx/v1beta1/tx';
import Long from 'long';
import { cosmos } from '@sei-js/proto';
import { compressedPubKeyToAddress } from '@sei-js/core';
import { decodeRawAuthInfo, decodeTxBody } from '../ui';
import { sanitizedUint8Array } from '../utils';
import { compressedPubKeyToAddress } from '@sei-js/core';

describe('decodeTxBody', () => {
it('should decode TxBody correctly', () => {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4964,10 +4964,10 @@
"@noble/hashes" "~1.3.0"
"@scure/base" "~1.1.0"

"@sei-js/core@^3.1.1":
version "3.1.1"
resolved "https://registry.npmjs.org/@sei-js/core/-/core-3.1.1.tgz#91de4dcc784eab01734e7411ee0c75bc817799cb"
integrity sha512-0Njp9Id+Yol2c8ZTBqXQE0NFvEQd979WNtPD0JoXQOOqRvipvHBhxSB/yCXXPSA869870NrjSHBUZUtylZBeyw==
"@sei-js/core@^3.1.2":
version "3.1.2"
resolved "https://registry.npmjs.org/@sei-js/core/-/core-3.1.2.tgz#aa806eba3dd7c5b7feb5d28f5db6134c5566e694"
integrity sha512-apaYAvfd8qxBe50BGV7Y5OcsJBHymrSKVMfl/rNn3aYubf7La4L1zuxlBUfcrynKslTqUoFJ5gbhIvDsQ8lP0g==
dependencies:
"@cosmjs/amino" "^0.29.5"
"@cosmjs/cosmwasm-stargate" "^0.29.5"
Expand Down

0 comments on commit b24c06f

Please sign in to comment.