sdk/js: 0.7.0 version bump (#1451)

This commit is contained in:
kev1n-peters 2022-09-28 16:27:18 -05:00 committed by GitHub
parent 77763d94dd
commit 9352784c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 4 deletions

View File

@ -1,5 +1,17 @@
# Changelog
## 0.7.0
### Added
Near mainnet support
Injective testnet support
getSignedBatchVAA
getIsTransferCompletedTerra2
## 0.6.2
### Added

View File

@ -1,12 +1,12 @@
{
"name": "@certusone/wormhole-sdk",
"version": "0.6.3",
"version": "0.7.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@certusone/wormhole-sdk",
"version": "0.6.3",
"version": "0.7.0",
"license": "Apache-2.0",
"dependencies": {
"@certusone/wormhole-sdk-proto-web": "^0.0.5",

View File

@ -1,6 +1,6 @@
{
"name": "@certusone/wormhole-sdk",
"version": "0.6.3",
"version": "0.7.0",
"description": "SDK for interacting with Wormhole",
"homepage": "https://wormhole.com",
"main": "./lib/cjs/index.js",

View File

@ -763,7 +763,6 @@ export const WSOL_ADDRESS = "So11111111111111111111111111111111111111112";
export const WSOL_DECIMALS = 9;
export const MAX_VAA_DECIMALS = 8;
// TODO: will this work for terra2?
export const TERRA_REDEEMED_CHECK_WALLET_ADDRESS =
"terra1x46rqay4d3cssq8gxxvqz8xt6nwlz4td20k38v";