Add ezeth warp route deploy

pull/162/head
Yorke Rhodes 5 months ago
parent 732de6418a
commit a12f85162e
No known key found for this signature in database
GPG Key ID: 9EEACF1DA75C5627
  1. 6
      package.json
  2. 41
      src/consts/tokens.yaml

@ -16,9 +16,9 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.14",
"@hyperlane-xyz/sdk": "^3.8.1",
"@hyperlane-xyz/utils": "^3.8.1",
"@hyperlane-xyz/widgets": "^3.8.0",
"@hyperlane-xyz/sdk": "3.13.0-next.0",
"@hyperlane-xyz/utils": "3.13.0-next.0",
"@hyperlane-xyz/widgets": "3.13.0-next.0",
"@metamask/jazzicon": "https://github.com/jmrossy/jazzicon#7a8df28974b4e81129bfbe3cab76308b889032a6",
"@rainbow-me/rainbowkit": "1.3.0",
"@sentry/nextjs": "^7.93.0",

@ -1,24 +1,27 @@
# A list of Warp UI token configs and other options for the WarpCore
# Configs can be defined here, in tokens.json, or in tokens.ts
# The input here is typically the output of the Hyperlane CLI warp deploy command
---
tokens:
# Eth Mainnet HypNative token
- chainName: sepolia
standard: EvmHypNative
- chainName: blast
standard: EvmHypXERC20
name: Renzo Restaked ETH
symbol: ezETH
totalSupply: "84034563542140831711954"
decimals: 18
symbol: ETH
name: Ether
addressOrDenom: '0x767C51a91CC9dEF2F24C35c340649411D6390320'
logoURI: '/logos/weth.png'
type: xERC20
token: "0x2416092f143378750bb29b79eD961ab195CcEea5"
owner: "0xa7ECcdb9Be08178f896c26b7BbD8C3D4E844d9Ba"
mailbox: "0x3a867fCfFeC2B790970eeBDC9023E75B0a172aa7"
addressOrDenom: "0xA34ceDf9068C5deE726C67A4e1DCfCc2D6E2A7fD"
connections:
- { token: ethereum|alfajores|0x8bF6Ca2Dca1DF703Cb9144cef6A4d86abA7776C4 }
- chainName: alfajores
standard: EvmHypSynthetic
- token: ethereum|ethereum|0x8dfbEA2582F41c8C4Eb25252BbA392fd3c09449A
- chainName: ethereum
standard: EvmHypXERC20Lockbox
name: Renzo Restaked ETH
symbol: ezETH
totalSupply: "84034563542140831711954"
decimals: 18
symbol: ETH
name: Ether
addressOrDenom: '0x8bF6Ca2Dca1DF703Cb9144cef6A4d86abA7776C4'
logoURI: '/logos/weth.png'
type: xERC20Lockbox
token: "0xC8140dA31E6bCa19b287cC35531c2212763C2059"
owner: "0xa7ECcdb9Be08178f896c26b7BbD8C3D4E844d9Ba"
mailbox: "0xc005dc82818d67AF737725bD4bf75435d065D239"
addressOrDenom: "0x8dfbEA2582F41c8C4Eb25252BbA392fd3c09449A"
connections:
- { token: ethereum|sepolia|0x767C51a91CC9dEF2F24C35c340649411D6390320 }
- token: ethereum|blast|0xA34ceDf9068C5deE726C67A4e1DCfCc2D6E2A7fD

Loading…
Cancel
Save