Skip to content

Commit

Permalink
fix: allow USDC.e -> USDC
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <[email protected]>
  • Loading branch information
james-a-morris committed Jan 29, 2025
1 parent 311b34c commit 07c863c
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/extern-configs/hyperliquid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export default {
grayscaleLogoPath: "./assets/grayscale-logo.svg",
publicRpcUrl: "https://arbitrum.publicnode.com",
intermediaryChain: CHAIN_IDs.ARBITRUM,
tokens: ["USDC"],
tokens: ["USDC", "USDC.e"],
} as ExternalProjectConfig;
60 changes: 60 additions & 0 deletions src/data/routes_1_0xc186fA914353c44b2E33eBE05f21846F1048bEda.json
Original file line number Diff line number Diff line change
Expand Up @@ -4600,6 +4600,18 @@
"isNative": false,
"l1TokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
},
{
"fromChain": 324,
"toChain": 42161,
"fromTokenAddress": "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4",
"toTokenAddress": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"fromSpokeAddress": "0xE0B015E54d54fc84a6cB9B666099c46adE9335FF",
"fromTokenSymbol": "USDC.e",
"toTokenSymbol": "USDC",
"isNative": false,
"l1TokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"externalProjectId": "hyperliquid"
},
{
"fromChain": 8453,
"toChain": 1,
Expand Down Expand Up @@ -6108,6 +6120,18 @@
"isNative": false,
"l1TokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
},
{
"fromChain": 59144,
"toChain": 42161,
"fromTokenAddress": "0x176211869cA2b568f2A7D4EE941E073a821EE1ff",
"toTokenAddress": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"fromSpokeAddress": "0x7E63A5f1a8F0B4d0934B2f2327DAED3F6bb2ee75",
"fromTokenSymbol": "USDC.e",
"toTokenSymbol": "USDC",
"isNative": false,
"l1TokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"externalProjectId": "hyperliquid"
},
{
"fromChain": 34443,
"toChain": 1,
Expand Down Expand Up @@ -6834,6 +6858,18 @@
"isNative": false,
"l1TokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
},
{
"fromChain": 34443,
"toChain": 42161,
"fromTokenAddress": "0xd988097fb8612cc24eeC14542bC03424c656005f",
"toTokenAddress": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"fromSpokeAddress": "0x3baD7AD0728f9917d1Bf08af5782dCbD516cDd96",
"fromTokenSymbol": "USDC.e",
"toTokenSymbol": "USDC",
"isNative": false,
"l1TokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"externalProjectId": "hyperliquid"
},
{
"fromChain": 81457,
"toChain": 1,
Expand Down Expand Up @@ -10311,6 +10347,18 @@
"isNative": false,
"l1TokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
},
{
"fromChain": 480,
"toChain": 42161,
"fromTokenAddress": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
"toTokenAddress": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"fromSpokeAddress": "0x09aea4b2242abC8bb4BB78D537A67a245A7bEC64",
"fromTokenSymbol": "USDC.e",
"toTokenSymbol": "USDC",
"isNative": false,
"l1TokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"externalProjectId": "hyperliquid"
},
{
"fromChain": 41455,
"toChain": 1,
Expand Down Expand Up @@ -11454,6 +11502,18 @@
"toTokenSymbol": "ETH",
"isNative": true,
"l1TokenAddress": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
},
{
"fromChain": 1868,
"toChain": 42161,
"fromTokenAddress": "0xbA9986D2381edf1DA03B0B9c1f8b00dc4AacC369",
"toTokenAddress": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"fromSpokeAddress": "0x3baD7AD0728f9917d1Bf08af5782dCbD516cDd96",
"fromTokenSymbol": "USDC.e",
"toTokenSymbol": "USDC",
"isNative": false,
"l1TokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"externalProjectId": "hyperliquid"
}
],
"swapRoutes": [
Expand Down

0 comments on commit 07c863c

Please sign in to comment.