From 0eda532a4c151167ffdd18651c415b9385378cb7 Mon Sep 17 00:00:00 2001 From: mosfundcom Date: Mon, 30 Mar 2026 15:54:13 +0700 Subject: [PATCH 1/6] Create eip155-22779011.json --- _data/chains/eip155-22779011.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 _data/chains/eip155-22779011.json diff --git a/_data/chains/eip155-22779011.json b/_data/chains/eip155-22779011.json new file mode 100644 index 000000000000..1c2ea7381b81 --- /dev/null +++ b/_data/chains/eip155-22779011.json @@ -0,0 +1,27 @@ +{ + "name": "MOS CHAIN", + "title": "MOS CHAIN TESTNET", + "chain": "MOS", + "rpc": [ + "https://rpc.moschain.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "MOS CHAIN", + "symbol": "MOS", + "decimals": 18 + }, + "infoURL": "https://moschain.io/", + "shortName": "Mos", + "chainId": 22779011, + "networkId": 22779011, + "icon": "mos", + "explorers": [ + { + "name": "Explorer website", + "url": "https://mosscan.io/", + "icon": "mos", + "standard": "EIP3091" + } + ] +} From 36eba6367c577253c3c2fbf2919ae22510220c07 Mon Sep 17 00:00:00 2001 From: mosfundcom Date: Mon, 30 Mar 2026 15:54:38 +0700 Subject: [PATCH 2/6] Create mos.json --- _data/chains/mos.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _data/chains/mos.json diff --git a/_data/chains/mos.json b/_data/chains/mos.json new file mode 100644 index 000000000000..68f8f686b35e --- /dev/null +++ b/_data/chains/mos.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreih4txgnmh4fa4sesghntqpvhmpc4kwetmv2bvgi3ravsvaqh5ehc4", + "width": 400, + "height": 400, + "format": "jpg" + } +] From 0a536bb9266dbe62d1f5d4189d4df1abd2a3f2ee Mon Sep 17 00:00:00 2001 From: mosfundcom Date: Wed, 1 Apr 2026 09:37:41 +0700 Subject: [PATCH 3/6] Update eip155-22779011.json --- _data/chains/eip155-22779011.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/_data/chains/eip155-22779011.json b/_data/chains/eip155-22779011.json index 1c2ea7381b81..bab3fe9c0e5f 100644 --- a/_data/chains/eip155-22779011.json +++ b/_data/chains/eip155-22779011.json @@ -1,6 +1,5 @@ { - "name": "MOS CHAIN", - "title": "MOS CHAIN TESTNET", + "name": "MosChain Testnet", "chain": "MOS", "rpc": [ "https://rpc.moschain.io" @@ -12,15 +11,14 @@ "decimals": 18 }, "infoURL": "https://moschain.io/", - "shortName": "Mos", + "shortName": "mos", "chainId": 22779011, "networkId": 22779011, - "icon": "mos", + "icon": "Mos", "explorers": [ { - "name": "Explorer website", + "name": "Explorer website (Blockscout)", "url": "https://mosscan.io/", - "icon": "mos", "standard": "EIP3091" } ] From c22b365903fc801a2bbdbab5f04b97585815e579 Mon Sep 17 00:00:00 2001 From: mosfundcom Date: Wed, 1 Apr 2026 09:38:51 +0700 Subject: [PATCH 4/6] Rename mos.json to Mos.json --- _data/chains/{mos.json => Mos.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _data/chains/{mos.json => Mos.json} (100%) diff --git a/_data/chains/mos.json b/_data/chains/Mos.json similarity index 100% rename from _data/chains/mos.json rename to _data/chains/Mos.json From 42795f2ba55edc14873e6fb8edc378d8049d2e0c Mon Sep 17 00:00:00 2001 From: mosfundcom Date: Thu, 2 Apr 2026 12:51:58 +0700 Subject: [PATCH 5/6] Create Mos.json --- _data/icons/Mos.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _data/icons/Mos.json diff --git a/_data/icons/Mos.json b/_data/icons/Mos.json new file mode 100644 index 000000000000..68f8f686b35e --- /dev/null +++ b/_data/icons/Mos.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreih4txgnmh4fa4sesghntqpvhmpc4kwetmv2bvgi3ravsvaqh5ehc4", + "width": 400, + "height": 400, + "format": "jpg" + } +] From ed98028c16e13fa86e3cf1ebd73e5f462e517b00 Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 3 Apr 2026 10:20:20 +0700 Subject: [PATCH 6/6] Update schema json mos --- _data/chains/Mos.json | 8 -------- _data/chains/eip155-22779011.json | 15 +++++++-------- 2 files changed, 7 insertions(+), 16 deletions(-) delete mode 100644 _data/chains/Mos.json diff --git a/_data/chains/Mos.json b/_data/chains/Mos.json deleted file mode 100644 index 68f8f686b35e..000000000000 --- a/_data/chains/Mos.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "url": "ipfs://bafkreih4txgnmh4fa4sesghntqpvhmpc4kwetmv2bvgi3ravsvaqh5ehc4", - "width": 400, - "height": 400, - "format": "jpg" - } -] diff --git a/_data/chains/eip155-22779011.json b/_data/chains/eip155-22779011.json index bab3fe9c0e5f..e86e4494f2c8 100644 --- a/_data/chains/eip155-22779011.json +++ b/_data/chains/eip155-22779011.json @@ -1,9 +1,8 @@ { - "name": "MosChain Testnet", + "name": "MOS CHAIN", + "title": "MOS CHAIN TESTNET", "chain": "MOS", - "rpc": [ - "https://rpc.moschain.io" - ], + "rpc": ["https://rpc.moschain.io"], "faucets": [], "nativeCurrency": { "name": "MOS CHAIN", @@ -11,14 +10,14 @@ "decimals": 18 }, "infoURL": "https://moschain.io/", - "shortName": "mos", + "shortName": "mostestnet", "chainId": 22779011, "networkId": 22779011, - "icon": "Mos", + "icon": "mos", "explorers": [ { - "name": "Explorer website (Blockscout)", - "url": "https://mosscan.io/", + "name": "Explorer website", + "url": "https://mosscan.io", "standard": "EIP3091" } ]