Skip to content

Commit

Permalink
chore: update assets & routes
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 14, 2025
1 parent fa93f44 commit dfc3e9d
Show file tree
Hide file tree
Showing 6 changed files with 570 additions and 8 deletions.
4 changes: 2 additions & 2 deletions scripts/chain-configs/soneium/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions scripts/chain-configs/soneium/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
},
chainId,
publicRpcUrl: "https://rpc.soneium.org",
blockTimeSeconds: 15,
tokens: [],
blockTimeSeconds: 2,
tokens: ["WETH", "USDC.e"],
enableCCTP: false,
} as ChainConfig;
4 changes: 2 additions & 2 deletions src/assets/chain-logos/soneium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/constants/chains/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ export const cher = {
constructExplorerLink: (txHash: string) => `${cher.explorerUrl}/tx/${txHash}`,
nativeCurrencySymbol: "ETH",
customRpcUrl: process.env.REACT_APP_CHAIN_1868_PROVIDER_URL,
pollingInterval: 15000,
pollingInterval: 2000,
};

export const worldChain = {
Expand Down
24 changes: 23 additions & 1 deletion src/data/chains_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,22 @@
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/scripts/chain-configs/soneium/assets/logo.svg",
"spokePool": "0x3baD7AD0728f9917d1Bf08af5782dCbD516cDd96",
"spokePoolBlock": 1709997,
"inputTokens": [],
"inputTokens": [
{
"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": "0xbA9986D2381edf1DA03B0B9c1f8b00dc4AacC369",
"symbol": "USDC.e",
"name": "USD Coin (bridged)",
"decimals": 6,
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/usdc.svg"
}
],
"outputTokens": [
{
"address": "0x4200000000000000000000000000000000000006",
Expand All @@ -1588,6 +1603,13 @@
"name": "Ether",
"decimals": 18,
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/eth.svg"
},
{
"address": "0xbA9986D2381edf1DA03B0B9c1f8b00dc4AacC369",
"symbol": "USDC.e",
"name": "USD Coin (bridged)",
"decimals": 6,
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/usdc.svg"
}
]
}
Expand Down
Loading

0 comments on commit dfc3e9d

Please sign in to comment.