From 60961d61a328e637ca86b5a5ebc5cd5a74fae9ce Mon Sep 17 00:00:00 2001 From: baymax19 Date: Tue, 9 Jul 2024 12:50:15 +0530 Subject: [PATCH 1/4] update: Matchain mainnet info --- _data/chains/eip155-698.json | 26 ++++++++++++++++++++++++++ _data/icons/matchain.json | 9 +++++++++ 2 files changed, 35 insertions(+) create mode 100644 _data/chains/eip155-698.json create mode 100644 _data/icons/matchain.json diff --git a/_data/chains/eip155-698.json b/_data/chains/eip155-698.json new file mode 100644 index 000000000000..895c0e5eda3b --- /dev/null +++ b/_data/chains/eip155-698.json @@ -0,0 +1,26 @@ +{ + "name": "Matchain", + "chain": "Matchain", + "icon": "matchain", + "rpc": [ + "https://rpc.matchscan.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "Matchain Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.matchain.io", + "shortName": "eth", + "chainId": 698, + "networkId": 698, + "explorers": [ + { + "name": "Matchscan", + "url": "https://lisbon.matchscan.io", + "standard": "EIP3091", + "icon": "matchain" + } + ] +} diff --git a/_data/icons/matchain.json b/_data/icons/matchain.json new file mode 100644 index 000000000000..0cb2945b3dd7 --- /dev/null +++ b/_data/icons/matchain.json @@ -0,0 +1,9 @@ +[ + { + "url": "ipfs://QmZgMD4PkQH41AvzRX83Ea2gPaayUc8RPZ9s5hJhDCuQ2h", + "width": 512, + "height": 512, + "format": "png" + } + ] + \ No newline at end of file From aae150a2301abbf0a59b1071c59a85d8db210604 Mon Sep 17 00:00:00 2001 From: baymax19 Date: Tue, 9 Jul 2024 18:14:44 +0530 Subject: [PATCH 2/4] fix : short name --- _data/chains/eip155-698.json | 4 ++-- _data/icons/matchain.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-698.json b/_data/chains/eip155-698.json index 895c0e5eda3b..e6b4d5d23fe2 100644 --- a/_data/chains/eip155-698.json +++ b/_data/chains/eip155-698.json @@ -12,7 +12,7 @@ "decimals": 18 }, "infoURL": "https://www.matchain.io", - "shortName": "eth", + "shortName": "matchain", "chainId": 698, "networkId": 698, "explorers": [ @@ -23,4 +23,4 @@ "icon": "matchain" } ] -} +} \ No newline at end of file diff --git a/_data/icons/matchain.json b/_data/icons/matchain.json index 0cb2945b3dd7..4cb38a9770ab 100644 --- a/_data/icons/matchain.json +++ b/_data/icons/matchain.json @@ -5,5 +5,4 @@ "height": 512, "format": "png" } - ] - \ No newline at end of file +] \ No newline at end of file From 5d4f564b72640d357c1d0be68b1f53a3297656c1 Mon Sep 17 00:00:00 2001 From: baymax19 <39290834+baymax19@users.noreply.github.com> Date: Thu, 15 Aug 2024 21:01:46 +0800 Subject: [PATCH 3/4] update machain and matchain testnet --- _data/chains/eip155-698.json | 12 +++++------- _data/chains/eip155-699.json | 24 ++++++++++++++++++++++++ _data/icons/matchain.json | 14 +++++++------- 3 files changed, 36 insertions(+), 14 deletions(-) create mode 100644 _data/chains/eip155-699.json diff --git a/_data/chains/eip155-698.json b/_data/chains/eip155-698.json index e6b4d5d23fe2..85e50c2228be 100644 --- a/_data/chains/eip155-698.json +++ b/_data/chains/eip155-698.json @@ -2,13 +2,11 @@ "name": "Matchain", "chain": "Matchain", "icon": "matchain", - "rpc": [ - "https://rpc.matchscan.io" - ], + "rpc": ["https://rpc.matchain.io"], "faucets": [], "nativeCurrency": { - "name": "Matchain Ether", - "symbol": "ETH", + "name": "BNB", + "symbol": "BNB", "decimals": 18 }, "infoURL": "https://www.matchain.io", @@ -18,9 +16,9 @@ "explorers": [ { "name": "Matchscan", - "url": "https://lisbon.matchscan.io", + "url": "https://matchscan.io", "standard": "EIP3091", "icon": "matchain" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-699.json b/_data/chains/eip155-699.json new file mode 100644 index 000000000000..c3d5694c5ec6 --- /dev/null +++ b/_data/chains/eip155-699.json @@ -0,0 +1,24 @@ +{ + "name": "Matchain Testnet", + "chain": "Matchain", + "icon": "matchain", + "rpc": ["https://testnet-rpc.matchain.io"], + "faucets": [], + "nativeCurrency": { + "name": "BNB", + "symbol": "BNB", + "decimals": 18 + }, + "infoURL": "https://www.matchain.io", + "shortName": "matchain", + "chainId": 699, + "networkId": 699, + "explorers": [ + { + "name": "Matchscan Testnet", + "url": "https://testnet.matchscan.io", + "standard": "EIP3091", + "icon": "matchainTestnet" + } + ] +} diff --git a/_data/icons/matchain.json b/_data/icons/matchain.json index 4cb38a9770ab..eadec6466d28 100644 --- a/_data/icons/matchain.json +++ b/_data/icons/matchain.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmZgMD4PkQH41AvzRX83Ea2gPaayUc8RPZ9s5hJhDCuQ2h", - "width": 512, - "height": 512, - "format": "png" - } -] \ No newline at end of file + { + "url": "ipfs://QmdGWNf6Tmq7Wn4TbJEDBHMZCGfYgsvmmYnFqYdE4CJTRn", + "width": 393, + "height": 412, + "format": "png" + } +] From ddca34351226822f7d07b562e902df605e3cb022 Mon Sep 17 00:00:00 2001 From: baymax19 <39290834+baymax19@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:02:11 +0800 Subject: [PATCH 4/4] change icon --- _data/chains/eip155-699.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-699.json b/_data/chains/eip155-699.json index c3d5694c5ec6..0eb21afa75f4 100644 --- a/_data/chains/eip155-699.json +++ b/_data/chains/eip155-699.json @@ -18,7 +18,7 @@ "name": "Matchscan Testnet", "url": "https://testnet.matchscan.io", "standard": "EIP3091", - "icon": "matchainTestnet" + "icon": "matchain" } ] }