Skip to content

Commit

Permalink
Add new tokens to portal
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Aug 27, 2024
1 parent 73e5b7c commit 2eb82a2
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions config/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,26 @@ export const METAPORT_CONFIG: interfaces.MetaportConfig = {
name: "PAX Gold",
symbol: "PAXG",
iconUrl: "https://assets.coingecko.com/coins/images/9519/standard/paxgold.png"
},
link: {
name: "ChainLink Token",
symbol: "LINK"
},
pepe: {
name: "Pepe",
symbol: "PEPE",
iconUrl: "https://assets.coingecko.com/coins/images/29850/standard/pepe-token.jpeg"
},
cgt: {
name: "Curio Gas Token",
symbol: "CGT",
iconUrl: "https://assets.coingecko.com/coins/images/37476/standard/Screenshot_2024-05-04_004346.png"
},
wct1: {
name: "Wrapped Curio Ferrari F12tdf",
symbol: "wCT1",
iconUrl: "https://s2.coinmarketcap.com/static/img/coins/64x64/12648.png",
decimals: "2"
}
},
"connections": {
Expand Down Expand Up @@ -174,6 +194,30 @@ export const METAPORT_CONFIG: interfaces.MetaportConfig = {
"elated-tan-skat": {}
}
},
link: {
address: '0x514910771af9ca656af840dff83e8264ecf986ca',
chains: {
"elated-tan-skat": {}
}
},
pepe: {
address: '0x6982508145454ce325ddbe47a25d4ec3d2311933',
chains: {
"elated-tan-skat": {}
}
},
cgt: {
address: '0x0E186357c323c806C1efdad36D217F7a54b63D18',
chains: {
"elated-tan-skat": {}
}
},
wct1: {
address: '0x46683747B55C4A0fF783B1A502cE682eB819eb75',
chains: {
"elated-tan-skat": {}
}
},
dai: {
address: '0x6B175474E89094C44Da98b954EedeAC495271d0F',
chains: {
Expand Down Expand Up @@ -317,6 +361,38 @@ export const METAPORT_CONFIG: interfaces.MetaportConfig = {
}
}
},
link: {
address: '0x688B6B03E3ff9E9b38a9a05cCDC653D37e13fbE0',
chains: {
"mainnet": {
clone: true
}
}
},
pepe: {
address: '0x95DEFbe12A9ef1A2B5372cbDd8aDd5ddC29CF247',
chains: {
"mainnet": {
clone: true
}
}
},
cgt: {
address: '0xf97a23a0E49e5E0028F8Ce89F7be9a9FD5942Cf6',
chains: {
"mainnet": {
clone: true
}
}
},
wct1: {
address: '0xF9c46D87b25E772BEaA2349EA49C46d7CB4d2B29',
chains: {
"mainnet": {
clone: true
}
}
},
dai: {
address: '0xD05C4be5f3be302d376518c9492EC0147Fa5A718',
chains: {
Expand Down

0 comments on commit 2eb82a2

Please sign in to comment.