sdk/js: add terra2 mainnet address

This commit is contained in:
Evan Gray 2022-06-22 15:22:42 +00:00 committed by Evan Gray
parent 432260bc19
commit 3a20c774f0
3 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.4.4
### Added
Terra 2 mainnet addresses
## 0.4.3 ## 0.4.3
### Added ### Added

View File

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

View File

@ -148,8 +148,9 @@ const MAINNET = {
nft_bridge: undefined, nft_bridge: undefined,
}, },
terra2: { terra2: {
core: undefined, core: "terra12mrnzvhx3rpej6843uge2yyfppfyd3u9c3uq223q8sl48huz9juqffcnhp",
token_bridge: undefined, token_bridge:
"terra153366q50k7t8nn7gec00hg66crnhkdggpgdtaxltaq6xrutkkz3s992fw9",
nft_bridge: undefined, nft_bridge: undefined,
}, },
ropsten: { ropsten: {