Skip to content

Commit

Permalink
sdk/js: add terra2 mainnet address
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed Jun 22, 2022
1 parent 432260b commit 3a20c77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions sdk/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.4.4

### Added

Terra 2 mainnet addresses

## 0.4.3

### Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@certusone/wormhole-sdk",
"version": "0.4.3",
"version": "0.4.4",
"description": "SDK for interacting with Wormhole",
"homepage": "https://wormholenetwork.com",
"main": "./lib/cjs/index.js",
Expand Down
5 changes: 3 additions & 2 deletions sdk/js/src/utils/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,9 @@ const MAINNET = {
nft_bridge: undefined,
},
terra2: {
core: undefined,
token_bridge: undefined,
core: "terra12mrnzvhx3rpej6843uge2yyfppfyd3u9c3uq223q8sl48huz9juqffcnhp",
token_bridge:
"terra153366q50k7t8nn7gec00hg66crnhkdggpgdtaxltaq6xrutkkz3s992fw9",
nft_bridge: undefined,
},
ropsten: {
Expand Down

0 comments on commit 3a20c77

Please sign in to comment.