sdk/js: 0.7.0 version bump (#1451)
This commit is contained in:
parent
77763d94dd
commit
9352784c89
|
@ -1,5 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Added
|
||||
|
||||
Near mainnet support
|
||||
|
||||
Injective testnet support
|
||||
|
||||
getSignedBatchVAA
|
||||
|
||||
getIsTransferCompletedTerra2
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### Added
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue