Skip to content

Commit

Permalink
Validate collateral existence in upstream branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyk-symbiotic committed Jan 30, 2025
1 parent 4d7069c commit 92d57fd
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,21 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Checkout upstream
uses: actions/checkout@v4
with:
path: upstream
ref: ${{ github.event.pull_request.base.ref }}
repository: ${{ github.event.pull_request.base.repo.full_name }}

- name: Validate
uses: symbioticfi/metadata-validation-scripts@main
uses: symbioticfi/metadata-validation-scripts@SYMB-282-validate-tokens-in-main
with:
files: ${{ steps.changes.outputs.files }}
issue: ${{ github.event.number }}
token: ${{ secrets.GITHUB_TOKEN }}
chain-id: 17000
upstream-checkout-path: upstream
network-registry: "0x7d03b7343bf8d5cec7c0c27ece084a20113d15c9"
operator-registry: "0x6f75a4fff97326a00e52662d82ea4fde86a2c548"
vault-registry: "0x407a039d94948484d356efb765b3c74382a050b4"
31 changes: 31 additions & 0 deletions tokens/0x8aE47d8848B88E667F2AD3b0DcAa966182Ad19d6/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "stETH",
"description": "stETH, short for 'staked Ether' is a token designed to make Ethereum staking more inclusive and flexible for investors. It’s a tokenized representation of ether (ETH) within the Lido Finance ecosystem. stETH combines the value of initial deposits and staking rewards, allowing users to participate in Ethereum staking without the traditional 32 ETH minimum requirement.",
"cmcId": "8085",
"tags": [
"token",
"stETH"
],
"links": [
{
"type": "explorer",
"name": "Etherscan",
"url": "https://holesky.etherscan.io/address/0x3f1c547b21f65e10480de3ad8e19faac46c95034"
},
{
"type": "website",
"name": "Website",
"url": "https://lido.fi/ethereum"
},
{
"type": "docs",
"name": "Lido docs",
"url": "https://docs.lido.fi/"
},
{
"type": "example",
"name": "stETH superuser functions",
"url": "https://docs.lido.fi/token-guides/steth-superuser-functions"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 92d57fd

Please sign in to comment.