feat: Add Avalanche#201
Conversation
| publicRPC: "https://api.avax.network/ext/bc/C/rpc", | ||
| blockExplorer: "https://snowscan.xyz", | ||
| cctpDomain: 1, // V1? | ||
| oftEid: PRODUCTION_OFT_EIDs.AVALANCHE, |
There was a problem hiding this comment.
Avalanche is an OFT chain, but there is no USDT(0) nor WBTC oft tokens. Should we explore others?
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0a48fbdfc8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| [CHAIN_IDs.AVALANCHE]: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7", | ||
| [CHAIN_IDs.MAINNET]: "0x85f138bfEE4ef8e540890CFb48F620571d67Eda3", | ||
| }, | ||
| coingeckoId: "avalanche", |
There was a problem hiding this comment.
Set AVAX CoinGecko ID to avalanche-2
The new AVAX token entry uses coingeckoId: "avalanche", but CoinGecko’s AVAX page exposes API ID avalanche-2; consumers that call CoinGecko with this field (e.g., /simple/price?ids=...) will fail to resolve AVAX pricing or get empty results, so Avalanche support will ship with broken price lookups.
Useful? React with 👍 / 👎.
| nativeToken: "AVAX", | ||
| publicRPC: "https://api.avax.network/ext/bc/C/rpc", | ||
| blockExplorer: "https://snowscan.xyz", | ||
| cctpDomain: 1, |
There was a problem hiding this comment.
Wow - I almost thought this was a typo, but it checks out. Avalanche is a CCTP OG.
There was a problem hiding this comment.
Yea, i checked it few times just to be sure 🤣
|
@codex review |
|
Codex Review: Didn't find any major issues. Hooray! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
No description provided.