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';