From b63ca5531fbf006b712032c24a14c1347f8eb8cc Mon Sep 17 00:00:00 2001 From: Kwonhyukjoon Date: Tue, 12 Nov 2024 17:53:36 +0900 Subject: [PATCH] Update json with fantom --- chain/fantom/assets_2.json | 13 ++++++++ chain/fantom/param_2.json | 65 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 chain/fantom/assets_2.json create mode 100644 chain/fantom/param_2.json diff --git a/chain/fantom/assets_2.json b/chain/fantom/assets_2.json new file mode 100644 index 000000000..a32ac5fb3 --- /dev/null +++ b/chain/fantom/assets_2.json @@ -0,0 +1,13 @@ +[ + { + "type": "native", + "denom": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee", + "name" : "Fantom", + "symbol": "FTM", + "description": "Fantom Native Coin", + "decimals": 18, + "image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/fantom/asset/ftm.png", + "coinGeckoId": "fantom" + } +] + diff --git a/chain/fantom/param_2.json b/chain/fantom/param_2.json new file mode 100644 index 000000000..8581fbe17 --- /dev/null +++ b/chain/fantom/param_2.json @@ -0,0 +1,65 @@ +{ + "chain_id_evm" : "0xfa", + "chain_name": "Fantom", + "chain_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/fantom/resource/chain_fantom.png", + "main_asset_denom" : "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee", + "main_asset_symbol" : "FTM", + "main_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/fantom/asset/ftm.png", + "gas_asset_denom" : "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee", + "gas_asset_symbol" : "FTM", + "gas_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/fantom/asset/ftm.png", + "origin_genesis_time" : "2019-12-27T13:00:00Z", + "is_support_mobile_wallet": true, + "is_support_moblie_dapp" : true, + "is_support_extension_wallet": true, + "is_support_erc20" : true, + "chain_type": [ + "evm" + ], + "evm_fee_info" : { + "is_eip1559": true, + "simulated_gas_multiply" : 1.3 + }, + "evm_rpc_endpoint" : [ + { + "provider": "Fantom", + "url": "https://rpc.ftm.tools" + }, + { + "provider": "Ankr", + "url": "https://rpc.ankr.com/fantom" + }, + { + "provider": "Drpc", + "url": "https://fantom.drpc.org" + }, + { + "provider": "Publicnode", + "url": "https://fantom-rpc.publicnode.com" + } + ], + "explorer" : { + "name": "Ftmscan", + "url": "https://ftmscan.com/", + "account": "https://ftmscan.com/address/${address}", + "tx": "https://ftmscan.com/tx/${hash}" + }, + "about" : { + "website" : "https://fantom.foundation/", + "docs": "https://docs.fantom.foundation/", + "github" : "https://github.com/Fantom-Foundation", + "blog" : "https://blog.fantom.foundation/", + "reddit" : "https://www.reddit.com/r/FantomFoundation/", + "instagram" : "https://www.instagram.com/fantom.fdn/", + "youtube" : "https://www.youtube.com/channel/UC0T0nLjwUaLDiSONLBxY8IQ", + "twitter" : "https://x.com/FantomFDN", + "telegram" : "https://t.me/Fantom_English", + "discord" : "https://discord.com/invite/STrtzvaUTe", + "coingecko" : "fantom" + }, + "description" : { + "ko" : "Fantom은 레이어 1 EVM 호환 블록체인으로, 프로젝트들이 탈중앙화 애플리케이션(dApp)을 개발하고, 개인 간 금융 거래를 수행할 수 있는 안전하고 효율적인 스마트 계약 플랫폼을 구축하는 것을 목표로 하고 있습니다.", + "en" : "Fantom is a Layer 1, EVM-compatible blockchain designed to provide a secure and efficient smart contract platform for projects to develop decentralized applications (dApps) and conduct peer-to-peer financial transactions.", + "ja" : "ファントム(Fantom)は、Layer 1 の EVM 互換ブロックチェーンで、プロジェクトが分散型アプリケーション(dApp)を開発し、ピアツーピアでの金融取引を行うための安全で効率的なスマートコントラクトプラットフォームを提供することを目指しています。" + } +}