Skip to content

Commit

Permalink
chore: update cgp version to github (#82)
Browse files Browse the repository at this point in the history
* chore: update cgp version to 4.5.0

* chore: update to 2.0.3

* chore: update axelar-cgp-solidity version to latest main

* chore: delete generated types

* chore: disable near tests
  • Loading branch information
npty authored Jul 5, 2023
1 parent ea710ae commit f503407
Show file tree
Hide file tree
Showing 45 changed files with 20 additions and 8,240 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "2.0.2",
"version": "2.0.3",
"packages": [
"packages/*"
]
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/axelar-local-dev-aptos/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ target/

# Near wasm contract
*.wasm

types
4 changes: 2 additions & 2 deletions packages/axelar-local-dev-aptos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelar-network/axelar-local-dev-aptos",
"version": "2.0.2",
"version": "2.0.3",
"main": "dist/index.js",
"files": [
"dist/",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@axelar-network/axelar-cgp-aptos": "^1.0.5",
"@axelar-network/axelar-local-dev": "2.0.2",
"@axelar-network/axelar-local-dev": "2.0.3",
"aptos": "1.3.16"
},
"author": "",
Expand Down

This file was deleted.

Loading

0 comments on commit f503407

Please sign in to comment.