Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: updated warp routes addresses for usdc appchain base #443

Merged
merged 2 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions deployments/warp_routes/USDC/appchain-base-addresses.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
appchain:
synthetic: "0xFA3198ecF05303a6d96E57a45E6c815055D255b1"
synthetic: "0x675C3ce7F43b00045a4Dab954AF36160fb57cB45"
base:
collateral: "0x5C85B5F1446F27f4F71B8EE1Df2075f361054533"
collateral: "0xF6B933267d0aC9e08c4904FB39fa047eD7b6a814"

8 changes: 4 additions & 4 deletions deployments/warp_routes/USDC/appchain-base-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0xFA3198ecF05303a6d96E57a45E6c815055D255b1"
- addressOrDenom: "0x675C3ce7F43b00045a4Dab954AF36160fb57cB45"
chainName: appchain
connections:
- token: ethereum|base|0x5C85B5F1446F27f4F71B8EE1Df2075f361054533
- token: ethereum|base|0xF6B933267d0aC9e08c4904FB39fa047eD7b6a814
decimals: 6
logoURI: /deployments/warp_routes/USDC/logo.svg
name: USD Coin
standard: EvmHypSynthetic
symbol: USDC
- addressOrDenom: "0x5C85B5F1446F27f4F71B8EE1Df2075f361054533"
- addressOrDenom: "0xF6B933267d0aC9e08c4904FB39fa047eD7b6a814"
chainName: base
collateralAddressOrDenom: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
connections:
- token: ethereum|appchain|0xFA3198ecF05303a6d96E57a45E6c815055D255b1
- token: ethereum|appchain|0x675C3ce7F43b00045a4Dab954AF36160fb57cB45
decimals: 6
logoURI: /deployments/warp_routes/USDC/logo.svg
name: USD Coin
Expand Down
Loading