Skip to content

Commit

Permalink
add guard contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Apr 1, 2024
1 parent bc8376f commit a6cf69d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions apollo/src/guard/guard.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,18 @@ export class GuardService {
{
fromChain: 'darwinia-dvm',
toChain: 'ethereum',
bridge: 'helix-sub2ethv2(lock)',
bridge: 'xtoken-darwinia-dvm',
chainId: 1,
depositor: null,
contract: '0x61B6B8c7C00aA7F060a2BEDeE6b11927CC9c3eF1',
depositor: '0xDc0C760c0fB4672D06088515F6446a71Df0c64C1',
contract: '0x4CA75992d2750BEC270731A72DfDedE6b9E71cC7',
},
{
fromChain: 'ethereum',
toChain: 'darwinia-dvm',
bridge: 'xtoken-ethereum',
chainId: 46,
depositor: '0x2B496f19A420C02490dB859fefeCCD71eDc2c046',
contract: '0x4CA75992d2750BEC270731A72DfDedE6b9E71cC7',
}
];

Expand Down

0 comments on commit a6cf69d

Please sign in to comment.