From 42e6ed8f826dc21305dbb3d83d33557c73f24fe5 Mon Sep 17 00:00:00 2001 From: Shunji Zhan Date: Wed, 27 Mar 2024 15:11:12 +0800 Subject: [PATCH] bump v1.7.0-0 --- package.json | 2 +- src/consts.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ef28a09..cb2c176 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "acala-wormhole-relayer", - "version": "1.6.2", + "version": "1.7.0-0", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/src/consts.ts b/src/consts.ts index 7f8e957..c598b2e 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -253,4 +253,4 @@ export const TESTNET_MODE_WARNING = ` export const EUPHRATES_ADDR = '0x7Fe92EC600F15cD25253b421bc151c51b0276b7D'; export const EUPHRATES_POOLS = ['0', '1', '2', '3']; -export const VERSION = '1.6.2'; +export const VERSION = '1.7.0-0';