From 1b51dbe5b9c8c50c371d78f60c571f99feb4c66c Mon Sep 17 00:00:00 2001 From: James william Date: Sat, 14 Jun 2025 16:27:40 +0530 Subject: [PATCH] Create dapp.config.json.txt Add Sonicxswap configuration for DexGuru listing --- dapps/sonicxswap/dapp.config.json.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dapps/sonicxswap/dapp.config.json.txt diff --git a/dapps/sonicxswap/dapp.config.json.txt b/dapps/sonicxswap/dapp.config.json.txt new file mode 100644 index 0000000..e9154ab --- /dev/null +++ b/dapps/sonicxswap/dapp.config.json.txt @@ -0,0 +1,16 @@ +{ + "name": "SonicXSwap", + "factory_address": "0x0569F2A6B281b139bC164851cf86E4a792ca6e81", + "router_address": "0x8885b3cfF909e129d9F8f75b196503F4F8B1A351", + "chain_id": 146, + "type": "uniswap_v2", + "supported_tokens": [ + { + "address": "0x008d9c24266e09D26655395bd47B5F53BbCA8AFF", + "symbol": "SX", + "decimals": 18 + } + ], + "logo_url": "https://i.postimg.cc/htgbCTc1/Sonicswap-dp.png", + "website": "https://www.sonicxswap.com/" +} \ No newline at end of file