@pontem/coins-registry
Advanced tools
Comparing version 2.1.3 to 2.1.4
{ | ||
"name": "@pontem/coins-registry", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Liquidswap coins & pools registry", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -150,2 +150,11 @@ [ | ||
"chainId": 1, | ||
"name": "Thala Token", | ||
"decimals": 8, | ||
"symbol": "THL", | ||
"type": "0x07fd500c11216f0fe3095d0c4b8aa4d64a4e2e04f83758462f2b127255643615::thl_coin::THL", | ||
"order": 1000 | ||
}, | ||
{ | ||
"source": "partners", | ||
"chainId": 1, | ||
"name": "AptSwap Governance Token", | ||
@@ -281,11 +290,2 @@ "decimals": 8, | ||
{ | ||
"source": "partners", | ||
"chainId": 1, | ||
"name": "Thala Token", | ||
"decimals": 8, | ||
"symbol": "THL", | ||
"type": "0x07fd500c11216f0fe3095d0c4b8aa4d64a4e2e04f83758462f2b127255643615::thl_coin::THL", | ||
"order": 50 | ||
}, | ||
{ | ||
"source": "aptos", | ||
@@ -292,0 +292,0 @@ "name": "Aptos Coin", |
@@ -136,3 +136,3 @@ [ | ||
{ | ||
"coinX": "0x7fd500c11216f0fe3095d0c4b8aa4d64a4e2e04f83758462f2b127255643615::thl_coin::THL", | ||
"coinX": "0x07fd500c11216f0fe3095d0c4b8aa4d64a4e2e04f83758462f2b127255643615::thl_coin::THL", | ||
"coinY": "0x1::aptos_coin::AptosCoin", | ||
@@ -139,0 +139,0 @@ "curve": "unstable", |
937146