Skip to content

Commit

Permalink
chore: added correct axelard and ampd versions for config vars (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin852 authored Dec 12, 2024
1 parent 88fd67b commit 5d6adbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/variables.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const AXELARD = "1.0.5";
export const AXELARD_TESTNET = "1.0.5";
export const AMPD = "1.2.0";
export const AXELARD_TESTNET = "1.1.2";
export const AMPD = "1.3.1";
export const TOFND = "1.0.1";
export const TOFND_TESTNET = "1.0.1";

0 comments on commit 5d6adbe

Please sign in to comment.