Skip to content

Commit

Permalink
Update legacy config
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Nov 6, 2023
1 parent e83a3f8 commit a322c74
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/legacy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,11 @@ export const METAPORT_CONFIG: interfaces.MetaportConfig = {
'big-majestic-oval-SKALE': {
erc20: {
trt: {
address: '0xbb2c9411079c6ddCd19c74e8442f77b70Ae74267',
address: '0xbb2c9411079c6ddcd19c74e8442f77b70ae74267',
chains: {
'international-villainous-zaurak': {}
'international-villainous-zaurak': {
clone: true
}
}
}
}
Expand Down Expand Up @@ -105,7 +107,7 @@ export const METAPORT_CONFIG: interfaces.MetaportConfig = {
}
},
trt: {
address: '0x45f7CA2Ace063867E8E1378F0f2cFa86D8f591DE',
address: '0x45f7ca2ace063867e8e1378f0f2cfa86d8f591de',
chains: {
'big-majestic-oval-SKALE': {}
}
Expand Down

0 comments on commit a322c74

Please sign in to comment.