Skip to content

Commit

Permalink
Merge branch 'main' into mulan/ct-1267-unflagged-update-trade-form-fo…
Browse files Browse the repository at this point in the history
…r-mobile-view
  • Loading branch information
moo-onthelawn committed Oct 14, 2024
2 parents 2855f71 + b497228 commit 0f0b009
Show file tree
Hide file tree
Showing 687 changed files with 13,093 additions and 20,930 deletions.
24 changes: 16 additions & 8 deletions .github/workflows/validate-other-market-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
paths:
- 'public/configs/otherMarketData.json'
- 'scripts/validate-other-market-data.ts'
- 'scripts/markets/validate-other-market-data.ts'

jobs:
validate:
Expand All @@ -22,6 +22,19 @@ jobs:
node-version: 18
cache: pnpm

- name: Initialize password store
run: |
gpg --batch --gen-key <<EOF
Key-Type: RSA
Key-Length: 2048
Name-Real: GitHub Actions
Name-Email: [email protected]
Expire-Date: 0
%no-protection
EOF
GPG_ID=$(gpg --list-keys --with-colons | awk -F: '/^pub:/ { print $5 }')
pass init $GPG_ID
- name: Install dependencies
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -37,7 +50,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'dydxprotocol/v4-chain'
ref: '725ad716cbe9e9aebf2472e877fe2a71e8a63d87'
ref: '6a45430024d66bf10577e13b1d0698fd86b0ad32'
path: 'v4-chain'

- name: Start v4 localnet
Expand All @@ -48,12 +61,7 @@ jobs:
make build
echo "Starting localnet..."
DOCKER_BUILDKIT=1 make localnet-init
DOCKER_BUILDKIT=1 make localnet-compose-upd -e RAYDIUM_URL=${{ secrets.RAYDIUM_URL }}
- name: Get diff of otherMarketData.json
run: |
git fetch origin
git diff remotes/origin/main -- public/configs/otherMarketData.json > otherMarketDiff.txt
DOCKER_BUILDKIT=1 make localnet-compose-upd -e RAYDIUM_URL=${{ secrets.RAYDIUM_URL }} -e UNISWAPV3_BASE_URL=${{ secrets.UNISWAPV3_BASE_URL }} -e UNISWAPV3_ETHEREUM_URL=${{ secrets.UNISWAPV3_ETHEREUM_URL }}
- name: Checkout main branch
uses: actions/checkout@v3
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"build:generate-entry-points": "node scripts/generate-entry-points.js",
"build:generate-sitemap": "node scripts/generate-sitemap.js",
"assets": "node scripts/check-assets.js",
"merge-asset-icons": "node scripts/merge-asset-icon-maps.js >> assets.txt",
"deploy:ipfs": "node scripts/upload-ipfs.js --verbose",
"deploy:update-ipns": "node scripts/update-ipns.js",
"deploy:update-dnslink": "node scripts/update-dnslink.js",
Expand Down Expand Up @@ -56,9 +57,9 @@
"@cosmjs/stargate": "^0.32.1",
"@cosmjs/tendermint-rpc": "^0.32.1",
"@datadog/browser-logs": "^5.23.3",
"@dydxprotocol/v4-abacus": "1.12.18",
"@dydxprotocol/v4-abacus": "1.12.23",
"@dydxprotocol/v4-client-js": "1.10.0",
"@dydxprotocol/v4-localization": "^1.1.215",
"@dydxprotocol/v4-localization": "^1.1.217",
"@dydxprotocol/v4-proto": "^7.0.0-dev.0",
"@emotion/is-prop-valid": "^1.3.0",
"@ethersproject/providers": "^5.7.2",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

7 changes: 7 additions & 0 deletions public/configs/markets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1995,6 +1995,13 @@
"websiteLink": "https://egoco.in/en/",
"whitepaperLink": "https://docs.paysenger.com/"
},
"EIGEN-USD": {
"coinMarketCapsLink": "https://coinmarketcap.com/currencies/eigenlayer/",
"name": "EigenLayer",
"tags": ["Defi"],
"websiteLink": "https://www.eigenlayer.xyz/",
"whitepaperLink": "https://docs.eigenlayer.xyz/assets/files/EIGEN_Token_Whitepaper-0df8e17b7efa052fd2a22e1ade9c6f69.pdf/"
},
"ELA-USD": {
"coinMarketCapsLink": "https://coinmarketcap.com/currencies/elastos/",
"name": "Elastos",
Expand Down
Loading

0 comments on commit 0f0b009

Please sign in to comment.