Skip to content

Commit

Permalink
chore: updates kado list
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 20, 2024
1 parent 3b19c4d commit ff4cba6
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/swapkit/tokens/src/tokenLists/kado.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const list = {
decimals: 8,
identifier: "BTC.BTC",
logoURI: "",
symbol: "BTC",
ticker: "BTC",
},
{
Expand All @@ -25,6 +26,7 @@ export const list = {
decimals: 18,
identifier: "ETH.ETH",
logoURI: "",
symbol: "ETH",
ticker: "ETH",
},
{
Expand All @@ -33,6 +35,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.USD",
logoURI: "",
symbol: "USD",
ticker: "USD",
},
{
Expand All @@ -41,6 +44,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.CAD",
logoURI: "",
symbol: "CAD",
ticker: "CAD",
},
{
Expand All @@ -49,6 +53,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.GBP",
logoURI: "",
symbol: "GBP",
ticker: "GBP",
},
{
Expand All @@ -57,6 +62,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.EUR",
logoURI: "",
symbol: "EUR",
ticker: "EUR",
},
{
Expand All @@ -65,6 +71,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.MXN",
logoURI: "",
symbol: "MXN",
ticker: "MXN",
},
{
Expand All @@ -73,6 +80,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.COP",
logoURI: "",
symbol: "COP",
ticker: "COP",
},
{
Expand All @@ -81,6 +89,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.INR",
logoURI: "",
symbol: "INR",
ticker: "INR",
},
{
Expand All @@ -89,6 +98,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.CHF",
logoURI: "",
symbol: "CHF",
ticker: "CHF",
},
{
Expand All @@ -97,6 +107,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.AUD",
logoURI: "",
symbol: "AUD",
ticker: "AUD",
},
{
Expand All @@ -105,6 +116,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.ARS",
logoURI: "",
symbol: "ARS",
ticker: "ARS",
},
{
Expand All @@ -113,6 +125,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.BRL",
logoURI: "",
symbol: "BRL",
ticker: "BRL",
},
{
Expand All @@ -121,6 +134,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.CLP",
logoURI: "",
symbol: "CLP",
ticker: "CLP",
},
{
Expand All @@ -129,6 +143,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.JPY",
logoURI: "",
symbol: "JPY",
ticker: "JPY",
},
{
Expand All @@ -137,6 +152,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.KRW",
logoURI: "",
symbol: "KRW",
ticker: "KRW",
},
{
Expand All @@ -145,6 +161,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.PEN",
logoURI: "",
symbol: "PEN",
ticker: "PEN",
},
{
Expand All @@ -153,6 +170,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.PHP",
logoURI: "",
symbol: "PHP",
ticker: "PHP",
},
{
Expand All @@ -161,6 +179,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.SGD",
logoURI: "",
symbol: "SGD",
ticker: "SGD",
},
{
Expand All @@ -169,6 +188,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.TRY",
logoURI: "",
symbol: "TRY",
ticker: "TRY",
},
{
Expand All @@ -177,6 +197,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.UYU",
logoURI: "",
symbol: "UYU",
ticker: "UYU",
},
{
Expand All @@ -185,6 +206,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.TWD",
logoURI: "",
symbol: "TWD",
ticker: "TWD",
},
{
Expand All @@ -193,6 +215,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.VND",
logoURI: "",
symbol: "VND",
ticker: "VND",
},
{
Expand All @@ -201,6 +224,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.CRC",
logoURI: "",
symbol: "CRC",
ticker: "CRC",
},
{
Expand All @@ -209,6 +233,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.SEK",
logoURI: "",
symbol: "SEK",
ticker: "SEK",
},
{
Expand All @@ -217,6 +242,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.PLN",
logoURI: "",
symbol: "PLN",
ticker: "PLN",
},
{
Expand All @@ -225,6 +251,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.DKK",
logoURI: "",
symbol: "DKK",
ticker: "DKK",
},
{
Expand All @@ -233,6 +260,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.NOK",
logoURI: "",
symbol: "NOK",
ticker: "NOK",
},
{
Expand All @@ -241,6 +269,7 @@ export const list = {
decimals: 2,
identifier: "FIAT.NZD",
logoURI: "",
symbol: "NZD",
ticker: "NZD",
},
],
Expand Down

0 comments on commit ff4cba6

Please sign in to comment.