@bloom-trade/finance-connector
Version:
Is a package entended to be used with multiple web3 and web2 providers to interact with blockchains.
113 lines (112 loc) • 3.81 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.contracts = void 0;
exports.contracts = {
tokens: [
{
token: 'USDT',
networks: [
{
chain: 'goerli',
address: '0x509Ee0d083DdF8AC028f2a56731412edD63223B9',
decimalPosition: 18,
},
{
chain: 'erc20',
address: '0xdAC17F958D2ee523a2206206994597C13D831ec7',
decimalPosition: 18,
},
{
chain: 'fuji',
address: '0xAFDa926d549a67229D8DB529638E0BAFCDb66458',
decimalPosition: 18,
},
{
chain: 'mumbai',
address: '0xA02f6adc7926efeBBd59Fd43A84f4E0c0c91e832',
decimalPosition: 6,
},
{
chain: 'polygon',
address: '0xc2132D05D31c914a87C6611C10748AEb04B58e8F',
decimalPosition: 6,
},
{
chain: 'avax',
address: '0xc7198437980c041c805A1EDcbA50c1Ce5db95118',
decimalPosition: 6,
},
],
},
{
token: 'DAI',
networks: [
{
chain: 'goerli',
address: '0x11fE4B6AE13d2a6055C8D9cF65c55bac32B5d844',
decimalPosition: 18,
},
{
chain: 'erc20',
address: '0x6B175474E89094C44Da98b954EedeAC495271d0F',
decimalPosition: 18,
},
{
chain: 'fuji',
address: '0x34B6C87bb59Eb37EFe35C8d594a234Cd8C654D50',
decimalPosition: 18,
},
{
chain: 'mumbai',
address: '0x001B3B4d0F3714Ca98ba10F6042DaEbF0B1B7b6F',
decimalPosition: 18,
},
{
chain: 'polygon',
address: '0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063',
decimalPosition: 6,
},
{
chain: 'avax',
address: '0xd586E7F844cEa2F87f50152665BCbc2C279D8d70',
decimalPosition: 18,
},
],
},
{
token: 'USDC',
networks: [
{
chain: 'goerli',
address: '0x07865c6E87B9F70255377e024ace6630C1Eaa37F',
decimalPosition: 6,
},
{
chain: 'erc20',
address: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
decimalPosition: 6,
},
{
chain: 'fuji',
address: '0x5425890298aed601595a70AB815c96711a31Bc65',
decimalPosition: 18,
},
{
chain: 'mumbai',
address: '0xe6b8a5CF854791412c1f6EFC7CAf629f5Df1c747',
decimalPosition: 6,
},
{
chain: 'polygon',
address: '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174',
decimalPosition: 6,
},
{
chain: 'avax',
address: '0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E',
decimalPosition: 6,
},
],
},
],
};