From 7fcaa8f60997fcc0656dc7dbe254fa7f40fb59c2 Mon Sep 17 00:00:00 2001 From: mauricio-b-r <51832161+mauricio-b-r@users.noreply.github.com> Date: Thu, 11 May 2023 16:37:33 -0300 Subject: [PATCH] Create eip155-274.json (#2809) * Create eip155-274.json * Update eip155-274.json --- _data/chains/eip155-274.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _data/chains/eip155-274.json diff --git a/_data/chains/eip155-274.json b/_data/chains/eip155-274.json new file mode 100644 index 00000000..4084e74e --- /dev/null +++ b/_data/chains/eip155-274.json @@ -0,0 +1,26 @@ +{ + "name": "LaChain", + "chain": "LaChain", + "rpc": [ + "https://rpc1.mainnet.lachain.network", + "https://rpc2.mainnet.lachain.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "LaCoin", + "symbol": "LAC", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }], + "infoURL": "", + "shortName": "lachain", + "chainId": 274, + "networkId": 274, + "explorers": [ + { + "name": "LaChain Explorer", + "url": "https://explorer.lachain.network", + "standard": "EIP3091" + } + ] +}