Skip to content

Commit

Permalink
Merge pull request #2855 from IX-Swap/staging
Browse files Browse the repository at this point in the history
v1.0 Release : Payout + SaaS phase 2
  • Loading branch information
thi-investax authored Oct 1, 2024
2 parents 43d3ab6 + f57c11c commit 14ab0a6
Show file tree
Hide file tree
Showing 206 changed files with 10,766 additions and 4,545 deletions.
3 changes: 2 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ REACT_APP_SENTRY_DNS=""
REACT_APP_TELEGRAM_VERIFICATION_BOT='Letsgo1234_bot'
REACT_APP_ENV=development
REACT_APP_ALCHEMY_KEY="r6GxzZtusoypG9eNhpC41xNNzd5-V0ZJ"
REACT_APP_BRIDGE_URL=https://staging-bridge.ixswap.io
REACT_APP_BRIDGE_URL=https://staging-bridge.ixswap.io
REACT_APP_BRIDGE_ADMIN_URL=https://staging-bridge-admin.ixswap.io
5 changes: 5 additions & 0 deletions .env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ REACT_APP_TELEGRAM_VERIFICATION_BOT='ixs_sav_bot'
REACT_APP_ENV=staging
REACT_APP_ALCHEMY_KEY="r6GxzZtusoypG9eNhpC41xNNzd5-V0ZJ"
REACT_APP_BRIDGE_URL=https://staging-bridge.ixswap.io
REACT_APP_BRIDGE_ADMIN_URL=https://staging-bridge-admin.ixswap.io
REACT_APP_PAYOUT_ADDRESS_BASE=0x3A86F75fd2A51eE2f3e0f53EF92085A5Cc674f11
REACT_APP_PAYOUT_ADDRESS_POLYGON=0xb950F9cC668d3fC918Cd04a7AD6D3a3Ef31F55b9
REACT_APP_PAYOUT_AIRDROP_PROXY_ADDRESS_BASE=0xC6cC9281e39A26C1043a7ea77D8803C5Ff211c03
REACT_APP_PAYOUT_AIRDROP_PROXY_ADDRESS_POLYGON=0xC3D487cd1beE059d6CE597398f6bD1CD51bb78D8
1 change: 1 addition & 0 deletions .env.staging-client-demo
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ REACT_APP_TELEGRAM_VERIFICATION_BOT='Letsgo1234_bot'
REACT_APP_ENV=production
REACT_APP_ALCHEMY_KEY="r6GxzZtusoypG9eNhpC41xNNzd5-V0ZJ"
REACT_APP_BRIDGE_URL=https://staging-bridge.ixswap.io
REACT_APP_BRIDGE_ADMIN_URL=https://staging-bridge-admin.ixswap.io
53 changes: 0 additions & 53 deletions .github/workflows/integration-tests.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/unit-tests.yaml

This file was deleted.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@reduxjs/toolkit": "^1.3.5",
"@styled-system/css": "^5.1.5",
"@typechain/ethers-v5": "^7.0.0",
"@types/big.js": "^6.2.2",
"@types/country-list": "^2.1.0",
"@types/jest": "^25.2.1",
"@types/lingui__core": "^2.7.1",
Expand All @@ -48,7 +49,6 @@
"@types/react-paginate": "^7.1.1",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.0.0",
"@types/react-truncate": "^2.3.3",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.2",
"@types/rebass": "^4.0.7",
Expand Down Expand Up @@ -116,7 +116,6 @@
"react-router-dom": "^5.0.0",
"react-scripts": "^5.0.1",
"react-spring": "^8.0.27",
"react-truncate": "^2.4.0",
"react-use-gesture": "^6.0.14",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
Expand Down Expand Up @@ -185,10 +184,13 @@
"@web3-react/metamask": "8.2.0",
"@web3-react/walletconnect-v2": "^8.3.7",
"async-wait-until": "^2.0.7",
"big.js": "^6.2.1",
"concurrently": "^6.2.0",
"eth-provider": "^0.7.0",
"ethereum-block-by-date": "^1.5.0",
"heic2any": "^0.0.4",
"moment": "^2.29.1",
"mui-color-input": "^3.0.0",
"react-cookie": "^4.1.1",
"react-csv": "^2.2.2",
"react-helmet": "^6.1.0",
Expand Down
228 changes: 228 additions & 0 deletions src/abis/payout-airdrop.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,228 @@
[
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "uint256",
"name": "eventId",
"type": "uint256"
},
{
"indexed": true,
"internalType": "uint256",
"name": "batchIndex",
"type": "uint256"
},
{
"indexed": true,
"internalType": "address",
"name": "token",
"type": "address"
},
{
"indexed": false,
"internalType": "address[]",
"name": "recipients",
"type": "address[]"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
}
],
"name": "BatchDistributed",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint8",
"name": "version",
"type": "uint8"
}
],
"name": "Initialized",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferStarted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
},
{
"inputs": [],
"name": "acceptOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "eventId",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "batchIndex",
"type": "uint256"
},
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "address[]",
"name": "recipients",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
}
],
"name": "batchDistribute",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "initialize",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "_id",
"type": "bytes32"
}
],
"name": "isBatchProcessed",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "maxTransfer",
"outputs": [
{
"internalType": "uint16",
"name": "",
"type": "uint16"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "pendingOwner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "renounceOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint16",
"name": "_maxTransfer",
"type": "uint16"
}
],
"name": "setMaxTransfer",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]
Loading

0 comments on commit 14ab0a6

Please sign in to comment.