Skip to content

Commit

Permalink
chore: update ipfs pool hash
Browse files Browse the repository at this point in the history
  • Loading branch information
JP Angelle committed Apr 26, 2024
1 parent 2fda0fc commit ffb452f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 222 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tinlake-ui-deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
with:
deploy-message: ${{ github.event.head_commit.message }}
enable-commit-comment: false
functions-dir: ./tinlake-ui/functions
github-token: ${{ secrets.GITHUB_TOKEN }}
netlify-config-path: ./tinlake-ui/netlify.toml
production-deploy: true
Expand Down Expand Up @@ -140,7 +139,7 @@ jobs:
NEXT_PUBLIC_RWA_MARKET_ONBOARD_RETURN_URL: 'https://rwamarket.io'
NEXT_PUBLIC_POOL_REGISTRY: '0xddf1c516cf87126c6c610b52fd8d609e67fb6033'
NEXT_PUBLIC_POOLS_CONFIG: 'mainnetProduction'
NEXT_PUBLIC_POOLS_IPFS_HASH_OVERRIDE: 'QmddkTgX879eV9shYZ6R8MMKM6jjXS7RzpuBNrRt8anC7t'
NEXT_PUBLIC_POOLS_IPFS_HASH_OVERRIDE: 'QmaMA1VYSKuuYhBcQCyf5Ek4VoiiEG6oLGp3iGbsQPGpkS'
NEXT_PUBLIC_PORTIS_KEY: 'bc9e2922-2ebd-4e2b-86f6-7c7855bdf07f'
NEXT_PUBLIC_REWARDS_TREE_URL: 'https://storage.googleapis.com/rad-rewards-trees-mainnet-production/latest.json'
NEXT_PUBLIC_RPC_URL: 'https://eth.api.onfinality.io/rpc?apikey=84bb59f4-05cc-440b-8fd4-7917623a90c6'
Expand All @@ -152,7 +151,6 @@ jobs:
with:
deploy-message: ${{ github.event.head_commit.message }}
enable-commit-comment: false
functions-dir: ./tinlake-ui/functions
github-token: ${{ secrets.GITHUB_TOKEN }}
netlify-config-path: ./tinlake-ui/netlify.toml
production-deploy: true
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tinlake-ui-deploy-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
NEXT_PUBLIC_RWA_MARKET_ONBOARD_RETURN_URL: 'https://rwamarket.io'
NEXT_PUBLIC_POOL_REGISTRY: '0xddf1c516cf87126c6c610b52fd8d609e67fb6033'
NEXT_PUBLIC_POOLS_CONFIG: 'mainnetProduction'
NEXT_PUBLIC_POOLS_IPFS_HASH_OVERRIDE: 'QmddkTgX879eV9shYZ6R8MMKM6jjXS7RzpuBNrRt8anC7t'
NEXT_PUBLIC_POOLS_IPFS_HASH_OVERRIDE: 'QmaMA1VYSKuuYhBcQCyf5Ek4VoiiEG6oLGp3iGbsQPGpkS'
NEXT_PUBLIC_PORTIS_KEY: 'bc9e2922-2ebd-4e2b-86f6-7c7855bdf07f'
NEXT_PUBLIC_REWARDS_TREE_URL: 'https://storage.googleapis.com/rad-rewards-trees-mainnet-production/latest.json'
NEXT_PUBLIC_RPC_URL: 'https://eth.api.onfinality.io/rpc?apikey=84bb59f4-05cc-440b-8fd4-7917623a90c6'
Expand All @@ -72,7 +72,6 @@ jobs:
with:
deploy-message: ${{ github.event.head_commit.message }}
enable-commit-comment: false
functions-dir: ./tinlake-ui/functions
github-token: ${{ secrets.GITHUB_TOKEN }}
netlify-config-path: ./tinlake-ui/netlify.toml
production-deploy: true
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tinlake-ui-deploy-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
with:
deploy-message: ${{ github.event.head_commit.message }}
enable-commit-comment: false
functions-dir: ./tinlake-ui/functions
github-token: ${{ secrets.GITHUB_TOKEN }}
netlify-config-path: ./tinlake-ui/netlify.toml
production-deploy: true
Expand Down Expand Up @@ -136,7 +135,7 @@ jobs:
NEXT_PUBLIC_RWA_MARKET_ONBOARD_RETURN_URL: 'https://rwamarket.io'
NEXT_PUBLIC_POOL_REGISTRY: '0xddf1c516cf87126c6c610b52fd8d609e67fb6033'
NEXT_PUBLIC_POOLS_CONFIG: 'mainnetProduction'
NEXT_PUBLIC_POOLS_IPFS_HASH_OVERRIDE: 'QmddkTgX879eV9shYZ6R8MMKM6jjXS7RzpuBNrRt8anC7t'
NEXT_PUBLIC_POOLS_IPFS_HASH_OVERRIDE: 'QmaMA1VYSKuuYhBcQCyf5Ek4VoiiEG6oLGp3iGbsQPGpkS'
NEXT_PUBLIC_PORTIS_KEY: 'bc9e2922-2ebd-4e2b-86f6-7c7855bdf07f'
NEXT_PUBLIC_REWARDS_TREE_URL: 'https://storage.googleapis.com/rad-rewards-trees-mainnet-production/latest.json'
NEXT_PUBLIC_RPC_URL: 'https://eth.api.onfinality.io/rpc?apikey=84bb59f4-05cc-440b-8fd4-7917623a90c6'
Expand All @@ -148,7 +147,6 @@ jobs:
with:
deploy-message: ${{ github.event.head_commit.message }}
enable-commit-comment: false
functions-dir: ./tinlake-ui/functions
github-token: ${{ secrets.GITHUB_TOKEN }}
netlify-config-path: ./tinlake-ui/netlify.toml
production-deploy: true
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tinlake-ui-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
alias: pr-${{ github.event.pull_request.number }}
deploy-message: ${{ github.event.commit.message }}
enable-pull-request-comment: true
functions-dir: ./tinlake-ui/functions
github-token: ${{ secrets.GITHUB_TOKEN }}
netlify-config-path: ./tinlake-ui/netlify.toml
publish-dir: ./tinlake-ui/out
Expand Down Expand Up @@ -138,7 +137,7 @@ jobs:
NEXT_PUBLIC_RWA_MARKET_ONBOARD_RETURN_URL: 'https://rwamarket.io'
NEXT_PUBLIC_POOL_REGISTRY: '0xddf1c516cf87126c6c610b52fd8d609e67fb6033'
NEXT_PUBLIC_POOLS_CONFIG: 'mainnetProduction'
NEXT_PUBLIC_POOLS_IPFS_HASH_OVERRIDE: 'QmddkTgX879eV9shYZ6R8MMKM6jjXS7RzpuBNrRt8anC7t'
NEXT_PUBLIC_POOLS_IPFS_HASH_OVERRIDE: 'QmaMA1VYSKuuYhBcQCyf5Ek4VoiiEG6oLGp3iGbsQPGpkS'
NEXT_PUBLIC_PORTIS_KEY: 'bc9e2922-2ebd-4e2b-86f6-7c7855bdf07f'
NEXT_PUBLIC_REWARDS_TREE_URL: 'https://storage.googleapis.com/rad-rewards-trees-mainnet-production/latest.json'
NEXT_PUBLIC_RPC_URL: 'https://eth.api.onfinality.io/rpc?apikey=84bb59f4-05cc-440b-8fd4-7917623a90c6'
Expand All @@ -151,7 +150,6 @@ jobs:
alias: pr-${{ github.event.pull_request.number }}
deploy-message: ${{ github.event.commit.message }}
enable-pull-request-comment: true
functions-dir: ./tinlake-ui/functions
github-token: ${{ secrets.GITHUB_TOKEN }}
netlify-config-path: ./tinlake-ui/netlify.toml
publish-dir: ./tinlake-ui/out
Expand Down
2 changes: 1 addition & 1 deletion tinlake-ui/.env.mainnet-example
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NEXT_PUBLIC_MULTICALL_CONTRACT_ADDRESS=0xeefba1e63905ef1d7acba5a8513c70307c1ce44
NEXT_PUBLIC_ONBOARD_API_HOST=https://onboard-api.centrifuge.io/
NEXT_PUBLIC_POOL_REGISTRY=0xddf1c516cf87126c6c610b52fd8d609e67fb6033
NEXT_PUBLIC_POOLS_CONFIG=mainnetProduction
NEXT_PUBLIC_POOLS_IPFS_HASH_OVERRIDE=QmYfjiwzdCbpv3YkqAHit1KPDAVpftBnWeyaNfaJYBuEvW
NEXT_PUBLIC_POOLS_IPFS_HASH_OVERRIDE=QmaMA1VYSKuuYhBcQCyf5Ek4VoiiEG6oLGp3iGbsQPGpkS
NEXT_PUBLIC_PORTIS_KEY=bc9e2922-2ebd-4e2b-86f6-7c7855bdf07f
NEXT_PUBLIC_REWARDS_TREE_URL=https://storage.googleapis.com/rad-rewards-trees-mainnet-production/latest.json
NEXT_PUBLIC_RPC_URL=https://eth.api.onfinality.io/rpc?apikey=84bb59f4-05cc-440b-8fd4-7917623a90c6
Expand Down
65 changes: 0 additions & 65 deletions tinlake-ui/lambda/sendInvestorEmail.ts

This file was deleted.

8 changes: 2 additions & 6 deletions tinlake-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,18 @@
"fs": false
},
"scripts": {
"build": "yarn build:deps && yarn build:onboarding-ui && yarn build:next && yarn build:lambda",
"build": "yarn build:deps && yarn build:onboarding-ui && yarn build:next",
"build-for-husky": "tsc",
"dev:next": "PORT=3000 node server.js",
"build:next": "next build --debug",
"start": "yarn build:deps && yarn build:onboarding-ui && run-p -l dev:next dev:lambda",
"start": "yarn build:deps && yarn build:onboarding-ui && run-p -l dev:next",
"build:onboarding-ui": " cd ../onboarding-ui && yarn build && cd ../tinlake-ui",
"serve": "next start",
"test": "jest",
"export": "yarn build && next export && yarn build:redirects",
"lint": "eslint -c .eslintrc.js '*/**/*.{js,ts,tsx}'",
"lint-fix": "eslint -c .eslintrc.js '*/**/*.{js,ts,tsx}' --fix",
"lint-fix-staged": "git diff --staged --name-only | grep -E '\\.tsx?$' | xargs yarn lint-fix && git diff --staged --name-only | grep -E '\\.tsx?$' | xargs git add",
"dev:lambda": "netlify-lambda serve lambda",
"build:lambda": "netlify-lambda build lambda",
"build:deps": "cd ../tinlake.js && yarn build && cd ../tinlake-ui",
"build:redirects": "ts-node ./scripts/generateRedirects.ts"
},
Expand Down Expand Up @@ -102,7 +100,6 @@
"devDependencies": {
"@babel/plugin-transform-runtime": "7.10.5",
"@babel/preset-typescript": "7.10.4",
"@types/aws-lambda": "8.10.59",
"@types/bn.js": "4.11.6",
"@types/jest": "24.9.1",
"@types/jsonp": "^0.2.0",
Expand Down Expand Up @@ -131,7 +128,6 @@
"http-proxy-middleware": "1.0.5",
"husky": "4.2.5",
"jest": "26.6.0",
"netlify-lambda": "2.0.1",
"npm-run-all": "4.1.5",
"react-test-renderer": "16.13.1",
"ts-jest": "^26.4.3",
Expand Down
Loading

0 comments on commit ffb452f

Please sign in to comment.