From 27e5f285ecb95b60d7e4777d98f5e9a2a5d623fc Mon Sep 17 00:00:00 2001 From: Dogerman Date: Mon, 11 Aug 2025 14:43:25 +0330 Subject: [PATCH 1/4] Create eip155-1122.json Add DogermanCoin Localnet (1122) --- _data/chains/eip155-1122.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _data/chains/eip155-1122.json diff --git a/_data/chains/eip155-1122.json b/_data/chains/eip155-1122.json new file mode 100644 index 000000000000..ee489a24fc92 --- /dev/null +++ b/_data/chains/eip155-1122.json @@ -0,0 +1,18 @@ +{ + "name": "DogermanCoin Localnet", + "chain": "DGM-local", + "rpc": [ + "http://127.0.0.1:8545" + ], + "faucets": [], + "nativeCurrency": { + "name": "DogermanCoin", + "symbol": "DGM", + "decimals": 18 + }, + "infoURL": "https://dogermancoin.com", + "shortName": "dgml", + "chainId": 1122, + "networkId": 1122, + "explorers": [] +} From 422acbc58f9dc46dd8ef6f93aa898463b33d3275 Mon Sep 17 00:00:00 2001 From: Dogerman Date: Tue, 12 Aug 2025 12:20:55 +0330 Subject: [PATCH 2/4] Update eip155-1122.json Update DogermanCoin Mainnet & Localnet JSON with new RPC endpoints and IP --- _data/chains/eip155-1122.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-1122.json b/_data/chains/eip155-1122.json index ee489a24fc92..6e4834b2fa83 100644 --- a/_data/chains/eip155-1122.json +++ b/_data/chains/eip155-1122.json @@ -1,8 +1,15 @@ { "name": "DogermanCoin Localnet", "chain": "DGM-local", + "icon": "dogerman", "rpc": [ - "http://127.0.0.1:8545" + "http://94.75.226.218:19332", + "http://94.75.226.218/node-localnet", + "http://94.75.226.218/localrpc", + "http://94.75.226.218/wallet", + "http://94.75.226.218/api", + "http://94.75.226.218/support", + "http://94.75.226.218/status" ], "faucets": [], "nativeCurrency": { @@ -11,8 +18,16 @@ "decimals": 18 }, "infoURL": "https://dogermancoin.com", - "shortName": "dgml", + "shortName": "dgm-local", "chainId": 1122, "networkId": 1122, - "explorers": [] + "apis": [ + { "name": "Localnet RPC", "url": "http://94.75.226.218:19332" }, + { "name": "Node Localnet", "url": "http://94.75.226.218/node-localnet" }, + { "name": "Local RPC", "url": "http://94.75.226.218/localrpc" }, + { "name": "Wallet RPC", "url": "http://94.75.226.218/wallet" }, + { "name": "Public API", "url": "http://94.75.226.218/api" }, + { "name": "Support", "url": "http://94.75.226.218/support" }, + { "name": "Status Page", "url": "http://94.75.226.218/status" } + ] } From 4fc7161e509954ae346178c96e6e777efc0e3612 Mon Sep 17 00:00:00 2001 From: Dogerman Date: Tue, 12 Aug 2025 12:22:24 +0330 Subject: [PATCH 3/4] Update eip155-1122.json Update DogermanCoin Localnet JSON with new RPC endpoints and IP From 920d7ee5d4361c20a43872660f6749f80a42596c Mon Sep 17 00:00:00 2001 From: Dogerman Date: Tue, 12 Aug 2025 15:24:20 +0330 Subject: [PATCH 4/4] Update eip155-1122.json Localnet: RPC port -> 11332, P2P port -> 11333, explorer -> :8081, update apis.json --- _data/chains/eip155-1122.json | 69 ++++++++++++++++++++++++++--------- 1 file changed, 51 insertions(+), 18 deletions(-) diff --git a/_data/chains/eip155-1122.json b/_data/chains/eip155-1122.json index 6e4834b2fa83..ba9728321ccb 100644 --- a/_data/chains/eip155-1122.json +++ b/_data/chains/eip155-1122.json @@ -1,33 +1,66 @@ { "name": "DogermanCoin Localnet", - "chain": "DGM-local", + "chain": "DGM-LOCAL", "icon": "dogerman", "rpc": [ - "http://94.75.226.218:19332", - "http://94.75.226.218/node-localnet", - "http://94.75.226.218/localrpc", - "http://94.75.226.218/wallet", - "http://94.75.226.218/api", - "http://94.75.226.218/support", - "http://94.75.226.218/status" + "http://94.75.226.218:11332", + "http://94.75.226.218:11332/node", + "http://94.75.226.218:11332/wallet", + "http://94.75.226.218:11332/api", + "http://94.75.226.218:11332/localrpc", + "http://94.75.226.218:11332/node-mainnet", + "http://94.75.226.218:11332/node-localnet", + "http://94.75.226.218:11332/support", + "http://94.75.226.218:11332/status" + ], + "p2p": [ + "94.75.226.218:11333" + ], + "faucets": [ + { + "name": "DogermanCoin Localnet Faucet", + "url": "https://dogermancoin.com/faucet-localnet" + } ], - "faucets": [], "nativeCurrency": { - "name": "DogermanCoin", - "symbol": "DGM", + "name": "DogermanCoin Test Token", + "symbol": "tDGM", "decimals": 18 }, "infoURL": "https://dogermancoin.com", "shortName": "dgm-local", "chainId": 1122, "networkId": 1122, + "explorers": [ + { + "name": "DogermanCoin Localnet Explorer", + "url": "http://94.75.226.218:8081", + "standard": "EIP3091" + } + ], "apis": [ - { "name": "Localnet RPC", "url": "http://94.75.226.218:19332" }, - { "name": "Node Localnet", "url": "http://94.75.226.218/node-localnet" }, - { "name": "Local RPC", "url": "http://94.75.226.218/localrpc" }, - { "name": "Wallet RPC", "url": "http://94.75.226.218/wallet" }, - { "name": "Public API", "url": "http://94.75.226.218/api" }, - { "name": "Support", "url": "http://94.75.226.218/support" }, - { "name": "Status Page", "url": "http://94.75.226.218/status" } + { "name": "Localnet RPC", "url": "http://94.75.226.218:11332" }, + { "name": "Node", "url": "http://94.75.226.218:11332/node" }, + { "name": "Wallet RPC", "url": "http://94.75.226.218:11332/wallet" }, + { "name": "Public API", "url": "http://94.75.226.218:11332/api" }, + { "name": "Local RPC", "url": "http://94.75.226.218:11332/localrpc" }, + { "name": "Node Mainnet", "url": "http://94.75.226.218:11332/node-mainnet" }, + { "name": "Node Localnet", "url": "http://94.75.226.218:11332/node-localnet" }, + { "name": "Support", "url": "http://94.75.226.218:11332/support" }, + { "name": "Status Page", "url": "http://94.75.226.218:11332/status" } + ], + "features": [ + "EVM-compatible", + "Instant block confirmation for tests", + "Multi-currency wallet integration", + "Public/Private RPC endpoints", + "Custom explorer", + "Developer testing environment" + ], + "social": [ + { + "name": "GitHub", + "url": "https://github.com/dogermancoin/dogermancoin.git" + } ] }