From 15509aef95ca4cc6fd851533ed5e2be7d0af9cc0 Mon Sep 17 00:00:00 2001 From: Bladepool <110131993+bladepool@users.noreply.github.com> Date: Fri, 13 Jan 2023 05:08:52 -0500 Subject: [PATCH] Update to Tres Leches Blockchain [New RPC, New Website] (#2126) * 6066 and 6065 blockchain adding 6066 mainnet and 6065 testnet * update currency on 6066 and 6065 * Tres Leches Blockchain * Update Tres Leches * Delete QmRPqcydsXUhdN6aom9MrCJyGM9aXaBA1qP6oBvwb37i9h * Create eip155-6065.json * Update eip155-6065.json * Updating Native Symbol to TRESL Updating Native Symbol to TRESL * update shortname to match symbol * Update Symbol and Correct Format * update Symbol and format * updated shortname * New RPC and Currency Name Updating Brand and new RPC * update Co-authored-by: Bladepool <100499358+CFG-NINJA@users.noreply.github.com> Co-authored-by: ligi --- _data/chains/eip155-6065.json | 6 +++--- _data/chains/eip155-6066.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_data/chains/eip155-6065.json b/_data/chains/eip155-6065.json index a04386bc..1cda1890 100644 --- a/_data/chains/eip155-6065.json +++ b/_data/chains/eip155-6065.json @@ -1,14 +1,14 @@ { - "name": "Tres Leches Testnet", + "name": "Tres Testnet", "chain": "TresLeches", "rpc": ["https://rpc-test.tresleches.finance/"], "faucets": ["http://faucet.tresleches.finance:8080"], "nativeCurrency": { - "name": "Tres Leches", + "name": "TRES", "symbol": "TRES", "decimals": 18 }, - "infoURL": "https://tresleches.finance", + "infoURL": "https://treschain.com", "shortName": "TRESTEST", "chainId": 6065, "networkId": 6065, diff --git a/_data/chains/eip155-6066.json b/_data/chains/eip155-6066.json index 0caa663c..0449b8b6 100644 --- a/_data/chains/eip155-6066.json +++ b/_data/chains/eip155-6066.json @@ -1,14 +1,14 @@ { - "name": "Tres Leches Mainnet", + "name": "Tres Mainnet", "chain": "TresLeches", - "rpc": ["https://rpc.tresleches.finance/"], + "rpc": ["https://rpc.tresleches.finance/", "https://rpc.treschain.io/"], "faucets": [], "nativeCurrency": { - "name": "Tres Leches", + "name": "TRES", "symbol": "TRES", "decimals": 18 }, - "infoURL": "https://tresleches.finance", + "infoURL": "https://treschain.com", "shortName": "TRESMAIN", "chainId": 6066, "networkId": 6066,