From f364a8a4bf64df5f5c2e3fd97df5d3c2fcb3548d Mon Sep 17 00:00:00 2001 From: TheGreatAxios Date: Thu, 19 Dec 2024 07:24:33 -0800 Subject: [PATCH] Add Unipoly to Mainet Config --- config/mainnet.ts | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/config/mainnet.ts b/config/mainnet.ts index f4c1bab..e462966 100644 --- a/config/mainnet.ts +++ b/config/mainnet.ts @@ -138,6 +138,11 @@ export const METAPORT_CONFIG: interfaces.MetaportConfig = { symbol: 'SKIVVY', decimals: '8', iconUrl: 'https://s2.coinmarketcap.com/static/img/coins/64x64/3441.png' + }, + unipoly: { + name: 'Unipoly', + symbol: 'UNP', + iconUrl: 'https://s2.coinmarketcap.com/static/img/coins/64x64/28735.png' } }, connections: { @@ -314,6 +319,12 @@ export const METAPORT_CONFIG: interfaces.MetaportConfig = { } } }, + unipoly: { + address: '0x23d7Ff057c696fEE679c60cEf61Fee6614218f04', + chains: { + 'elated-tan-skat': {} + } + } } }, 'elated-tan-skat': { @@ -548,7 +559,15 @@ export const METAPORT_CONFIG: interfaces.MetaportConfig = { clone: true } } - } + }, + unipoly: { + address: '0x7cA58393EB55aeC51204f2370c1B9cCCAa9D9784', + chains: { + mainnet: { + clone: true + } + } + }, } }, 'honorable-steel-rasalhague': {