@syncswap/sdk
Version:
SyncSwap TypeScript SDK for building DeFi applications
84 lines • 4 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
"tokens": [
{
"symbol": "WETH",
"name": "Wrapped Ether",
"address": "0x1e347256309b4764edd8d7bdf4aa4ecb62b58320",
"bridgable": false,
"metadata": {
"about": "Wrapped ETH (WETH) is an ERC-20 token that represents ETH and is pegged 1:1 to the value of ETH. It can be used to interact with DeFi protocols and applications whereas ETH, by itself, can not be used in many dApps. WETH is a special version of the native ETH and can be wrapped or unwrapped in a 1:1 fixed ratio anytime.",
"links": {
"website": {
"name": "weth.io",
"link": "https://weth.io/"
}
}
}
},
{
"symbol": "USDC",
"name": "USDC",
"address": "0x5b3a8e694765ef08304034ce2283ae31684ba6c2",
"decimals": 6,
"metadata": {
"about": "USDC (USD Coin) is a cryptocurrency that is fully backed by the US dollar through cash and cash-equivalent asset reserves. As a stablecoin, the value of one USDC is kept roughly equal to the price of the US dollar because it can be redeemed for a dollar through the company that issues it.\n\nUSDC.e is the USDC bridged from the Ethereum, and every USDC.e on zkSync Era is 1:1 backed by the USDC token on Ethereum Mainnet locked in the zkSync official bridge contract.",
"links": {
"website": {
"name": "circle.com",
"link": "https://www.circle.com/en/usdc"
},
"twitter": {
"name": "@circle",
"link": "https://twitter.com/circle"
},
"coingecko": {
"link": "https://www.coingecko.com/en/coins/usdc"
}
}
}
},
{
"symbol": "USDT",
"name": "Tether USD",
"address": "0x97d7e6e29606edd7b6620d359813dc8058600372",
"decimals": 6,
"metadata": {
"about": "Tether (USDT) is a cryptocurrency with a value meant to mirror the value of the U.S. dollar. The idea was to create a stable cryptocurrency that can be used like digital dollars. Coins that serve this purpose of being a stable dollar substitute are called “stable coins.” Tether is the most popular stable coin and even acts as a dollar replacement on many popular exchanges.\n\nUSDT is bridged from the Ethereum, and every USDT on zkSync Era is 1:1 backed by the USDT token on Ethereum Mainnet locked in the zkSync official bridge contract.",
"links": {
"website": {
"name": "tether.to",
"link": "https://tether.to/"
},
"twitter": {
"name": "@Tether_to",
"link": "https://twitter.com/Tether_to"
},
"coingecko": {
"link": "https://www.coingecko.com/en/coins/tether"
}
}
}
},
{
"symbol": "TTA",
"name": "Test Token A",
"address": "0x786fa003352ba38b858b500e9b3273be5ed9c92a",
"bridgable": false
},
{
"symbol": "TTB",
"name": "Test Token B",
"address": "0xe0ef1c039a36ec77339e7277ecd4d48e57b61eec",
"bridgable": false
},
{
"symbol": "TTC",
"name": "Test Token C",
"address": "0xa774350f47195e337eb49ba9c2196bfc6e5ed529",
"bridgable": false
}
]
};
//# sourceMappingURL=zkCandyMainnet.js.map