Skip to content

Commit

Permalink
Version0.13.5 (#280)
Browse files Browse the repository at this point in the history
* chore: update optimism testnet name

* 0.13.5-alpha-1

* 0.13.5-alpha-2

* chore: update changelog

* 0.13.5
  • Loading branch information
canhtrinh authored Jul 11, 2023
1 parent 18d2a34 commit 3d30bc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.13.5] - 2023-JULY-10

- Fix constant declaration for Optimism testnet

## [0.13.3] - 2023-JULY-7

- Fix build issue in `0.13.2` with post-install script
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelar-network/axelarjs-sdk",
"version": "0.13.4",
"version": "0.13.5",
"description": "The JavaScript SDK for Axelar Network",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/libs/TransactionRecoveryApi/constants/chain/testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const networkInfo: Record<EvmChain | string, Network> = {
},
[EvmChain.OPTIMISM]: {
chainId: 420,
name: EvmChain.OPTIMISM,
name: `${EvmChain.OPTIMISM}-goerli`,
},
[EvmChain.LINEA]: {
chainId: 59140,
Expand Down

0 comments on commit 3d30bc5

Please sign in to comment.