Skip to content

Commit

Permalink
all: fix pangoro issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed May 22, 2024
1 parent 77ffb61 commit 32a06f4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/contracts/foundry/SphinxConstants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity >=0.6.2 <0.9.0;
import { NetworkInfo, NetworkType } from "./SphinxPluginTypes.sol";

contract SphinxConstants {
string public constant sphinxLibraryVersion = 'v0.1.9';
string public constant sphinxLibraryVersion = 'v0.1.10';
address public constant compatibilityFallbackHandlerAddress = 0xf48f2B2d2a534e402487b3ee7C18c33Aec0Fe5e4;
address public constant multiSendAddress = 0xA238CBeb142c10Ef7Ad8442C6D1f9E89e07e7761;
address public constant createCallAddress = 0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4;
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hujw77/contracts",
"version": "0.1.9",
"version": "0.1.10",
"description": "Sphinx contracts",
"main": "dist/index",
"types": "dist/index",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const CONTRACTS_LIBRARY_VERSION = 'v0.1.9'
export const CONTRACTS_LIBRARY_VERSION = 'v0.1.10'
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hujw77/core",
"version": "0.1.9",
"version": "0.1.10",
"description": "Sphinx core library",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@nomicfoundation/hardhat-verify": "^2.0.2",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@openzeppelin/merkle-tree": "1.0.5",
"@hujw77/contracts": "^0.1.9",
"@hujw77/contracts": "^0.1.10",
"axios": "^1.4.0",
"chalk": "^4.1.2",
"core-js": "^3.27.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hujw77/plugins",
"version": "0.1.9",
"version": "0.1.10",
"description": "Sphinx plugins",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -47,8 +47,8 @@
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@openzeppelin/contracts": "^4.8.1",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@hujw77/contracts": "^0.1.9",
"@hujw77/core": "^0.1.9",
"@hujw77/contracts": "^0.1.10",
"@hujw77/core": "^0.1.10",
"@swc/core": "1.3.75",
"chalk": "^4.1.2",
"core-js": "^3.31.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/src/cli/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const SPHINX_PLUGINS_VERSION = 'v0.1.9'
export const SPHINX_PLUGINS_VERSION = 'v0.1.10'

0 comments on commit 32a06f4

Please sign in to comment.