From 3454a1a31052a5996ed05709526a6d691c58cfda Mon Sep 17 00:00:00 2001 From: Sam Mason de Caires Date: Tue, 23 Sep 2025 14:02:59 +0100 Subject: [PATCH 1/2] Add SYND token --- data/SYND/data.json | 22 ++++++++++++++++++++++ data/SYND/logo.svg | 4 ++++ 2 files changed, 26 insertions(+) create mode 100644 data/SYND/data.json create mode 100644 data/SYND/logo.svg diff --git a/data/SYND/data.json b/data/SYND/data.json new file mode 100644 index 000000000..7f4e19810 --- /dev/null +++ b/data/SYND/data.json @@ -0,0 +1,22 @@ +{ + "name": "Syndicate", + "symbol": "SYND", + "decimals": 18, + "description": "Syndicate is infrastructure for building and scaling appchains with programmable onchain sequencers.", + "website": "https://syndicate.io", + "twitter": "@syndicateio", + "tokens": { + "ethereum": { + "address": "0x1bAB804803159aD84b8854581AA53AC72455614E" + }, + "sepolia": { + "address": "0x55f6e82a8BF5736d46837246DcBEAf7e61b3c27C" + }, + "base": { + "address": "0x11dC28D01984079b7efE7763b533e6ed9E3722B9" + }, + "base-sepolia": { + "address": "0x234Faa9cdeE5822767076495A9E258Dd8F21fFD8" + } + } +} \ No newline at end of file diff --git a/data/SYND/logo.svg b/data/SYND/logo.svg new file mode 100644 index 000000000..27e4f1f42 --- /dev/null +++ b/data/SYND/logo.svg @@ -0,0 +1,4 @@ + + + + From ea7e48a8b4f7bdddeb23ba19d472bf2b0381a84d Mon Sep 17 00:00:00 2001 From: Sam Mason de Caires Date: Thu, 16 Oct 2025 19:24:28 +0100 Subject: [PATCH 2/2] Update overrides for testnet chains --- data/SYND/data.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/data/SYND/data.json b/data/SYND/data.json index 7f4e19810..c657aee71 100644 --- a/data/SYND/data.json +++ b/data/SYND/data.json @@ -10,13 +10,21 @@ "address": "0x1bAB804803159aD84b8854581AA53AC72455614E" }, "sepolia": { - "address": "0x55f6e82a8BF5736d46837246DcBEAf7e61b3c27C" + "address": "0x55f6e82a8BF5736d46837246DcBEAf7e61b3c27C", + "overrides": { + "name": "Testnet Syndicate ", + "symbol": "TestnetSYND" + } }, "base": { "address": "0x11dC28D01984079b7efE7763b533e6ed9E3722B9" }, "base-sepolia": { - "address": "0x234Faa9cdeE5822767076495A9E258Dd8F21fFD8" + "address": "0x234Faa9cdeE5822767076495A9E258Dd8F21fFD8", + "overrides": { + "name": "Testnet Syndicate ", + "symbol": "TestnetSYND" + } } } } \ No newline at end of file