Open 0xemrekaya opened 8 months ago
Hi,
{ "ethereum": 101, "arbitrum": 110, "optimism": 111, "goerli-mainnet": 154, "sepolia-mainnet": 161 }
is written as Chain IDs but these are endpoint ids. Writing as chain id can confuse me and other developers.
chainIds.json
endpointIds.json
CHAIN_IDS
ENDPOINT_IDS
I just replaced them.
cc: @sirarthurmoney and @TRileySchwarz
Hi,
is written as Chain IDs but these are endpoint ids. Writing as chain id can confuse me and other developers.
chainIds.json
toendpointIds.json
CHAIN_IDS
toENDPOINT_IDS
I just replaced them.