Skip to content

Commit 80eaefd

Browse files
author
sungdark
committed
feat: add UUSD and UBQ tokens to CowSwap default list
Add Ubiquity Dollar (UUSD) and Ubiquity (UBQ) tokens for Ethereum Mainnet (chainId 1) and Gnosis Chain (chainId 100). Addresses: - UUSD on Ethereum: 0xb6919Ef2ee4aFC163BC954C5678e2BB570c2D103 - UBQ on Ethereum: 0x4e38D89362f7e5db0096CE44ebD021c3962aA9a0 - UUSD on Gnosis: 0xc6ed4f520f6a4e4dc27273509239b7f8a68d2068 - UBQ on Gnosis: 0x4e38D89362f7e5db0096CE44ebD021c3962aA9a0 Refs: - devpool-directory/devpool-directory#5850 - ubiquity/ubiquity-dollar#984
1 parent daff397 commit 80eaefd

1 file changed

Lines changed: 35 additions & 3 deletions

File tree

src/public/CowSwap.json

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2086,8 +2086,8 @@
20862086
},
20872087
{
20882088
"address": "0x0200c29006150606b650577bbe7b6248f58470c1",
2089-
"symbol": "USD\u20ae0",
2090-
"name": "USD\u20ae0",
2089+
"symbol": "USD₮0",
2090+
"name": "USD₮0",
20912091
"decimals": 6,
20922092
"chainId": 57073,
20932093
"logoURI": "https://files.cow.fi/token-lists/images/57073/0x0200c29006150606b650577bbe7b6248f58470c1/logo.png"
@@ -2147,6 +2147,38 @@
21472147
"decimals": 18,
21482148
"chainId": 59144,
21492149
"logoURI": "https://files.cow.fi/token-lists/images/59144/0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f/logo.png"
2150+
},
2151+
{
2152+
"address": "0xc6ed4f520f6a4e4dc27273509239b7f8a68d2068",
2153+
"symbol": "UUSD",
2154+
"name": "Ubiquity Dollar",
2155+
"decimals": 18,
2156+
"chainId": 100,
2157+
"logoURI": "https://raw.githubusercontent.com/ubiquity/ubiquity-dollar/development/packages/dapp/public/tokens-icons/usdc.png"
2158+
},
2159+
{
2160+
"address": "0xb6919Ef2ee4aFC163BC954C5678e2BB570c2D103",
2161+
"symbol": "UUSD",
2162+
"name": "Ubiquity Dollar",
2163+
"decimals": 18,
2164+
"chainId": 1,
2165+
"logoURI": "https://raw.githubusercontent.com/ubiquity/ubiquity-dollar/development/packages/dapp/public/tokens-icons/usdc.png"
2166+
},
2167+
{
2168+
"address": "0x4e38D89362f7e5db0096CE44ebD021c3962aA9a0",
2169+
"symbol": "UBQ",
2170+
"name": "Ubiquity",
2171+
"decimals": 18,
2172+
"chainId": 1,
2173+
"logoURI": "https://raw.githubusercontent.com/ubiquity/ubiquity-dollar/development/packages/dapp/public/tokens-icons/ubq.png"
2174+
},
2175+
{
2176+
"address": "0x4e38D89362f7e5db0096CE44ebD021c3962aA9a0",
2177+
"symbol": "UBQ",
2178+
"name": "Ubiquity",
2179+
"decimals": 18,
2180+
"chainId": 100,
2181+
"logoURI": "https://raw.githubusercontent.com/ubiquity/ubiquity-dollar/development/packages/dapp/public/tokens-icons/ubq.png"
21502182
}
21512183
]
2152-
}
2184+
}

0 commit comments

Comments
 (0)