Skip to content

Commit

Permalink
chore: Enable Optimism Sepolia ETH/WETH/USDC routes (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Nov 14, 2024
1 parent 74a687c commit 4fe3f0e
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/chain-configs/optimism-sepolia/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
},
chainId,
publicRpcUrl: "https://sepolia.optimism.io",
tokens: [],
tokens: ["ETH", "WETH", "USDC"],
enableCCTP: false,
swapTokens: [],
} as ChainConfig;
48 changes: 46 additions & 2 deletions src/data/chains_11155111.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,52 @@
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/scripts/chain-configs/optimism/assets/logo.svg",
"spokePool": "0x4e8E101924eDE233C13e2D8622DC8aED2872d505",
"spokePoolBlock": 7762656,
"inputTokens": [],
"outputTokens": []
"inputTokens": [
{
"address": "0x4200000000000000000000000000000000000006",
"symbol": "ETH",
"name": "Ether",
"decimals": 18,
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/eth.svg"
},
{
"address": "0x4200000000000000000000000000000000000006",
"symbol": "WETH",
"name": "Wrapped Ether",
"decimals": 18,
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/weth.svg"
},
{
"address": "0x5fd84259d66Cd46123540766Be93DFE6D43130D7",
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/usdc.svg"
}
],
"outputTokens": [
{
"address": "0x4200000000000000000000000000000000000006",
"symbol": "WETH",
"name": "Wrapped Ether",
"decimals": 18,
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/weth.svg"
},
{
"address": "0x4200000000000000000000000000000000000006",
"symbol": "ETH",
"name": "Ether",
"decimals": 18,
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/eth.svg"
},
{
"address": "0x5fd84259d66Cd46123540766Be93DFE6D43130D7",
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/usdc.svg"
}
]
},
{
"chainId": 919,
Expand Down
Loading

0 comments on commit 4fe3f0e

Please sign in to comment.