sdk/js: 0.7.0 version bump (#1451)
This commit is contained in:
parent
77763d94dd
commit
9352784c89
|
@ -1,5 +1,17 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.7.0
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
Near mainnet support
|
||||||
|
|
||||||
|
Injective testnet support
|
||||||
|
|
||||||
|
getSignedBatchVAA
|
||||||
|
|
||||||
|
getIsTransferCompletedTerra2
|
||||||
|
|
||||||
## 0.6.2
|
## 0.6.2
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@certusone/wormhole-sdk",
|
"name": "@certusone/wormhole-sdk",
|
||||||
"version": "0.6.3",
|
"version": "0.7.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@certusone/wormhole-sdk",
|
"name": "@certusone/wormhole-sdk",
|
||||||
"version": "0.6.3",
|
"version": "0.7.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@certusone/wormhole-sdk-proto-web": "^0.0.5",
|
"@certusone/wormhole-sdk-proto-web": "^0.0.5",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@certusone/wormhole-sdk",
|
"name": "@certusone/wormhole-sdk",
|
||||||
"version": "0.6.3",
|
"version": "0.7.0",
|
||||||
"description": "SDK for interacting with Wormhole",
|
"description": "SDK for interacting with Wormhole",
|
||||||
"homepage": "https://wormhole.com",
|
"homepage": "https://wormhole.com",
|
||||||
"main": "./lib/cjs/index.js",
|
"main": "./lib/cjs/index.js",
|
||||||
|
|
|
@ -763,7 +763,6 @@ export const WSOL_ADDRESS = "So11111111111111111111111111111111111111112";
|
||||||
export const WSOL_DECIMALS = 9;
|
export const WSOL_DECIMALS = 9;
|
||||||
export const MAX_VAA_DECIMALS = 8;
|
export const MAX_VAA_DECIMALS = 8;
|
||||||
|
|
||||||
// TODO: will this work for terra2?
|
|
||||||
export const TERRA_REDEEMED_CHECK_WALLET_ADDRESS =
|
export const TERRA_REDEEMED_CHECK_WALLET_ADDRESS =
|
||||||
"terra1x46rqay4d3cssq8gxxvqz8xt6nwlz4td20k38v";
|
"terra1x46rqay4d3cssq8gxxvqz8xt6nwlz4td20k38v";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue