Skip to content

Commit

Permalink
Add Unipoly to Mainet Config
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatAxios committed Dec 19, 2024
1 parent af19471 commit f364a8a
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion config/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ export const METAPORT_CONFIG: interfaces.MetaportConfig = {
symbol: 'SKIVVY',
decimals: '8',
iconUrl: 'https://s2.coinmarketcap.com/static/img/coins/64x64/3441.png'
},
unipoly: {
name: 'Unipoly',
symbol: 'UNP',
iconUrl: 'https://s2.coinmarketcap.com/static/img/coins/64x64/28735.png'
}
},
connections: {
Expand Down Expand Up @@ -314,6 +319,12 @@ export const METAPORT_CONFIG: interfaces.MetaportConfig = {
}
}
},
unipoly: {
address: '0x23d7Ff057c696fEE679c60cEf61Fee6614218f04',
chains: {
'elated-tan-skat': {}
}
}
}
},
'elated-tan-skat': {
Expand Down Expand Up @@ -548,7 +559,15 @@ export const METAPORT_CONFIG: interfaces.MetaportConfig = {
clone: true
}
}
}
},
unipoly: {
address: '0x7cA58393EB55aeC51204f2370c1B9cCCAa9D9784',
chains: {
mainnet: {
clone: true
}
}
},
}
},
'honorable-steel-rasalhague': {
Expand Down

0 comments on commit f364a8a

Please sign in to comment.