Skip to content

Instantly share code, notes, and snippets.

@mostafa6765
Last active April 26, 2025 16:07
Show Gist options
  • Save mostafa6765/85c380f1c2bdf6cc80e1ea4e4b0f1c0d to your computer and use it in GitHub Desktop.
Save mostafa6765/85c380f1c2bdf6cc80e1ea4e4b0f1c0d to your computer and use it in GitHub Desktop.
const evmNetworks = [
{
blockExplorerUrls: ['https://aeneid.storyscan.xyz/'],
chainId: 1315,
chainName: 'Story Aeneid Testnet',
iconUrls: ['https://media.licdn.com/dms/image/v2/D560BAQETSfgkG58gHw/company-logo_200_200/company-logo_200_200/0/1724557429772/story_protocol_logo?e=1750896000&v=beta&t=QQsJwW1WDaDa7A7USrjfuTCMawNMyDs4MMNRihDfd1Q'], // Add icon URL if available
name: 'Story Aeneid Testnet',
nativeCurrency: {
decimals: 18,
name: 'IP',
symbol: 'IP',
iconUrl: '', // Add icon URL if available
},
networkId: 1315,
rpcUrls: ['https://aeneid.storyrpc.io/'],
vanityName: 'Story Aeneid Testnet',
},
{
blockExplorerUrls: ['https://mainnet.storyscan.xyz/'],
chainId: 1514,
chainName: 'Story Mainnet',
iconUrls: ['https://media.licdn.com/dms/image/v2/D560BAQETSfgkG58gHw/company-logo_200_200/company-logo_200_200/0/1724557429772/story_protocol_logo?e=1750896000&v=beta&t=QQsJwW1WDaDa7A7USrjfuTCMawNMyDs4MMNRihDfd1Q'], // Add icon URL if available
name: 'Story Mainnet',
nativeCurrency: {
decimals: 18,
name: 'IP',
symbol: 'IP',
iconUrl: '', // Add icon URL if available
},
networkId: 1514,
rpcUrls: ['https://mainnet.storyrpc.io/'],
vanityName: 'Story Mainnet',
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment