From 532d4befe95384d0e105bfe3845ce510e7d0673c Mon Sep 17 00:00:00 2001 From: Digit Soul <141704620+DGSInfra@users.noreply.github.com> Date: Sun, 5 May 2024 07:56:11 +0700 Subject: [PATCH 1/6] Update eip155-363636.json update explorer to dgs smarthchain 2 info --- _data/chains/eip155-363636.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-363636.json b/_data/chains/eip155-363636.json index 55590b39ba0f..3e9775b6d6bc 100644 --- a/_data/chains/eip155-363636.json +++ b/_data/chains/eip155-363636.json @@ -12,5 +12,11 @@ "infoURL": "", "shortName": "DS2", "chainId": 363636, - "networkId": 363636 + "networkId": 363636, + "explorers": [ + { + "name": "Digit Soul Smart Chain 2 Block Explorer", + "url": "https://dgs-exp.digitsoul.co.th", + } + ] } From 2614ba4ec3d057d4a76d7114a27c1d08b5fd601b Mon Sep 17 00:00:00 2001 From: Digit Soul <141704620+DGSInfra@users.noreply.github.com> Date: Tue, 7 May 2024 13:56:01 +0700 Subject: [PATCH 2/6] Update eip155-363636.json change syntax --- _data/chains/eip155-363636.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/_data/chains/eip155-363636.json b/_data/chains/eip155-363636.json index 3e9775b6d6bc..3f887ccda456 100644 --- a/_data/chains/eip155-363636.json +++ b/_data/chains/eip155-363636.json @@ -14,9 +14,10 @@ "chainId": 363636, "networkId": 363636, "explorers": [ - { - "name": "Digit Soul Smart Chain 2 Block Explorer", - "url": "https://dgs-exp.digitsoul.co.th", - } - ] -} + { + "name": "DGSscan", + "url": "https://dgs-exp.digitsoul.co.th", + "standard": "none" + } + ] + } From c14d13e3409ce31a91828bab166778570cb2874c Mon Sep 17 00:00:00 2001 From: Digit Soul <141704620+DGSInfra@users.noreply.github.com> Date: Tue, 7 May 2024 14:09:58 +0700 Subject: [PATCH 3/6] Update eip155-363636.json --- _data/chains/eip155-363636.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-363636.json b/_data/chains/eip155-363636.json index 3f887ccda456..2601e159b834 100644 --- a/_data/chains/eip155-363636.json +++ b/_data/chains/eip155-363636.json @@ -19,5 +19,5 @@ "url": "https://dgs-exp.digitsoul.co.th", "standard": "none" } - ] - } + ] +} From 3393b389824833bde84bc345a30bc371bda7bd99 Mon Sep 17 00:00:00 2001 From: Digit Soul <141704620+DGSInfra@users.noreply.github.com> Date: Tue, 7 May 2024 14:43:23 +0700 Subject: [PATCH 4/6] Update eip155-363636.json change standard from none to eip3091 --- _data/chains/eip155-363636.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-363636.json b/_data/chains/eip155-363636.json index 2601e159b834..d01f3ed08256 100644 --- a/_data/chains/eip155-363636.json +++ b/_data/chains/eip155-363636.json @@ -17,7 +17,7 @@ { "name": "DGSscan", "url": "https://dgs-exp.digitsoul.co.th", - "standard": "none" + "standard": "EIP3091" } ] } From 5a57eeeb495ade9c61a8e7715d4d585d6b16a7c2 Mon Sep 17 00:00:00 2001 From: Digit Soul <141704620+DGSInfra@users.noreply.github.com> Date: Tue, 7 May 2024 14:46:10 +0700 Subject: [PATCH 5/6] Update eip155-363636.json --- _data/chains/eip155-363636.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-363636.json b/_data/chains/eip155-363636.json index d01f3ed08256..5c4158e3c821 100644 --- a/_data/chains/eip155-363636.json +++ b/_data/chains/eip155-363636.json @@ -15,7 +15,7 @@ "networkId": 363636, "explorers": [ { - "name": "DGSscan", + "name": "dgs-exp", "url": "https://dgs-exp.digitsoul.co.th", "standard": "EIP3091" } From bdc83bbc99cba9bc116072e3df82358839d6e8bc Mon Sep 17 00:00:00 2001 From: Digit Soul <141704620+DGSInfra@users.noreply.github.com> Date: Sat, 11 May 2024 07:16:14 +0700 Subject: [PATCH 6/6] Update eip155-363636.json --- _data/chains/eip155-363636.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_data/chains/eip155-363636.json b/_data/chains/eip155-363636.json index 5c4158e3c821..f0419501956d 100644 --- a/_data/chains/eip155-363636.json +++ b/_data/chains/eip155-363636.json @@ -14,10 +14,10 @@ "chainId": 363636, "networkId": 363636, "explorers": [ - { - "name": "dgs-exp", - "url": "https://dgs-exp.digitsoul.co.th", - "standard": "EIP3091" - } + { + "name": "Digit Soul Explorer", + "url": "https://dgs-exp.digitsoul.co.th", + "standard": "EIP3091" + } ] }