From f6968d6dc4cfec0f0876acb1e7a49524ac277fe3 Mon Sep 17 00:00:00 2001 From: Bastian Date: Sun, 10 Nov 2024 16:07:39 +0300 Subject: [PATCH] Add UTU Coin to standard bridge for lisk and lisk-sepolia. --- data/UTU/data.json | 30 ++++++++++++++++++++++++++++++ data/UTU/logo.svg | 1 + 2 files changed, 31 insertions(+) create mode 100644 data/UTU/data.json create mode 100644 data/UTU/logo.svg diff --git a/data/UTU/data.json b/data/UTU/data.json new file mode 100644 index 000000000..44104f9b8 --- /dev/null +++ b/data/UTU/data.json @@ -0,0 +1,30 @@ +{ + "name": "UTU Coin", + "symbol": "UTU", + "decimals": 18, + "description": "UTU Coin is the utility token of the UTU decentralised reputation protocol.", + "website": "https://utu.io", + "twitter": "@UTUtrust", + "tokens": { + "ethereum": { + "address": "0xa58a4f5c4Bb043d2CC1E170613B74e767c94189B" + }, + "sepolia": { + "address": "0xC3586558ddb1Cc6C7c5338691842b8d5F47D253d", + "overrides": { + "name": "UTUCoinMock", + "symbol": "UTUM" + } + }, + "lisk": { + "address": "0x5dc70C31cc67867c1DB8E697E3D9a680f77f0924" + }, + "lisk-sepolia": { + "address": "0x05f47FDe56DfBA3E3692445c9b9C17B2128c1531", + "overrides": { + "name": "UTUCoinMock", + "symbol": "UTUM" + } + } + } +} diff --git a/data/UTU/logo.svg b/data/UTU/logo.svg new file mode 100644 index 000000000..b8513071e --- /dev/null +++ b/data/UTU/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file