Skip to content

Commit

Permalink
swap-erc20 domain 4.1; deploy goerli
Browse files Browse the repository at this point in the history
  • Loading branch information
dmosites committed Sep 28, 2023
1 parent f8bd00f commit 579ffc4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion source/swap-erc20/contracts/SwapERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ contract SwapERC20 is ISwapERC20, Ownable, EIP712 {

// Domain name and version for use in EIP712 signatures
string public constant DOMAIN_NAME = "SWAP_ERC20";
string public constant DOMAIN_VERSION = "4.2";
string public constant DOMAIN_VERSION = "4.1";
uint256 public immutable DOMAIN_CHAIN_ID;
bytes32 public immutable DOMAIN_SEPARATOR;

Expand Down
2 changes: 1 addition & 1 deletion source/swap-erc20/deploys-blocks.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
5: 9774372,
5: 9775062,
}
2 changes: 1 addition & 1 deletion source/swap-erc20/deploys.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
5: '0xc67E02182976bDA7C1Bba4572Eb9F2E48e2aa89B',
5: '0x1E6EBD18B5Ee1C31DcB3fc6AD23f32a35a8FF8e4',
}
2 changes: 1 addition & 1 deletion source/swap-erc20/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airswap/swap-erc20",
"version": "4.1.0-beta.0",
"version": "4.1.0-beta.1",
"description": "AirSwap: Atomic ERC20 Token Swap",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion source/wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"verify": "hardhat run ./scripts/verify.js"
},
"dependencies": {
"@airswap/swap-erc20": "4.1.0-beta.0",
"@airswap/swap-erc20": "4.1.0-beta.1",
"@openzeppelin/contracts": "^4.8.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tools/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const DOMAIN_NAME_SWAP_ERC20 = 'SWAP_ERC20'
export const DOMAIN_VERSION_SWAP_ERC20 = '4.2'
export const DOMAIN_VERSION_SWAP_ERC20 = '4.1'
export const DOMAIN_NAME_SWAP = 'SWAP'
export const DOMAIN_VERSION_SWAP = '4'
export const ADDRESS_ZERO = '0x0000000000000000000000000000000000000000'
Expand Down
2 changes: 1 addition & 1 deletion tools/libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@airswap/pool": "4.1.0-beta.0",
"@airswap/staking": "4.0.3",
"@airswap/swap": "4.0.4",
"@airswap/swap-erc20": "4.1.0-beta.0",
"@airswap/swap-erc20": "4.1.0-beta.1",
"@airswap/types": "4.0.6",
"@airswap/utils": "4.0.8",
"@airswap/wrapper": "4.1.0-beta.0",
Expand Down

0 comments on commit 579ffc4

Please sign in to comment.