Skip to content

Commit 5d6adbe

Browse files
authored
chore: added correct axelard and ampd versions for config vars (#1272)
1 parent 88fd67b commit 5d6adbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/variables.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const AXELARD = "1.0.5";
2-
export const AXELARD_TESTNET = "1.0.5";
3-
export const AMPD = "1.2.0";
2+
export const AXELARD_TESTNET = "1.1.2";
3+
export const AMPD = "1.3.1";
44
export const TOFND = "1.0.1";
55
export const TOFND_TESTNET = "1.0.1";

0 commit comments

Comments
 (0)