Skip to content

Commit

Permalink
feat: update adamant-wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Jan 30, 2024
1 parent 9450334 commit 2c59a86
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adamant-wallets
9 changes: 9 additions & 0 deletions src/components/icons/cryptos/GtIcon.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<template>
<g>
<path
d="M479.8,143.2l-145,76.2v88.4l49.9-26.5v51.2l-140.5,81.1l-112.9-65.2c-17.1-9.9-27.6-28.1-27.6-47.8V170.2
l116.6-67.3c14.8-8.6,33.1-8.6,47.9,0l116.6,67.3L456,129L274.4,24.1c-18.8-10.8-41.9-10.8-60.6,0L32.2,129v212.7
c0,19.8,10.6,38.1,27.7,48L244.1,496l183.9-106.2c17.3-10,27.9-28.4,27.9-48.4v-98.1l23.8-12.6L479.8,143.2L479.8,143.2z"
/>
</g>
</template>
17 changes: 16 additions & 1 deletion src/lib/constants/cryptos/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,21 @@
"type": "ERC20",
"fees": "ethereum"
},
"GT": {
"symbol": "GT",
"name": "Gate",
"decimals": 8,
"contractId": "0xe66747a101bff2dba3697199dcce5b743b454759",
"createCoin": false,
"cryptoTransferDecimals": 6,
"defaultVisibility": true,
"defaultGasLimit": 58000,
"defaultOrdinalLevel": 100,
"status": "active",
"mainCoin": "ETH",
"type": "ERC20",
"fees": "ethereum"
},
"SKL": {
"symbol": "SKL",
"name": "SKALE",
Expand Down Expand Up @@ -592,4 +607,4 @@
"type": "ERC20",
"fees": "ethereum"
}
}
}

0 comments on commit 2c59a86

Please sign in to comment.