Skip to content

Commit

Permalink
chore: add bech32
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Dec 12, 2023
1 parent 39d77bf commit a21d1a3
Show file tree
Hide file tree
Showing 7 changed files with 3,545 additions and 281 deletions.
3,813 changes: 3,538 additions & 275 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/axelar-local-dev-aptos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"author": "",
"license": "ISC",
"description": "",
"gitHead": "edb9fdf483ef580883ff962e0a1b7430b2dd768e"
"gitHead": "39d77bf2128077a615e6d3a5a4caf55e79f53b70"
}
3 changes: 2 additions & 1 deletion packages/axelar-local-dev-cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@cosmjs/cosmwasm-stargate": "^0.31.1",
"@cosmjs/stargate": "^0.31.1",
"@types/sinon": "^17.0.2",
"bech32": "^2.0.0",
"docker-compose": "^0.24.3",
"node-fetch": "^2.7.0",
"reconnecting-websocket": "^4.4.0",
Expand All @@ -41,5 +42,5 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1"
},
"gitHead": "23eb1208544f8669e0a38c3936ee0a6f80597f0f"
"gitHead": "39d77bf2128077a615e6d3a5a4caf55e79f53b70"
}
2 changes: 1 addition & 1 deletion packages/axelar-local-dev-cosmos/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from "ethers/lib/utils";
import crypto from "crypto";
import fs from "fs";
import bech32 from "bech32";
import { bech32 } from "bech32";
import { CosmosChain } from "./types";

import path from "path";
Expand Down
2 changes: 1 addition & 1 deletion packages/axelar-local-dev-near/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
},
"author": "",
"license": "ISC",
"gitHead": "edb9fdf483ef580883ff962e0a1b7430b2dd768e"
"gitHead": "39d77bf2128077a615e6d3a5a4caf55e79f53b70"
}
2 changes: 1 addition & 1 deletion packages/axelar-local-dev-sui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"author": "[email protected]",
"license": "ISC",
"description": "",
"gitHead": "edb9fdf483ef580883ff962e0a1b7430b2dd768e"
"gitHead": "39d77bf2128077a615e6d3a5a4caf55e79f53b70"
}
2 changes: 1 addition & 1 deletion packages/axelar-local-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
"optionalDependencies": {
"near-workspaces": "^3.3.0"
},
"gitHead": "edb9fdf483ef580883ff962e0a1b7430b2dd768e"
"gitHead": "39d77bf2128077a615e6d3a5a4caf55e79f53b70"
}

0 comments on commit a21d1a3

Please sign in to comment.