LayerZero-Labs / mainnet-testnet-bridge

356 stars 122 forks source link

fix: use Endpoint ID instead of Chain ID #37

Open 0xemrekaya opened 8 months ago

0xemrekaya commented 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.

I just replaced them.

0xemrekaya commented 8 months ago

cc: @sirarthurmoney and @TRileySchwarz