Skip to content

Commit

Permalink
update testnet xtoken bridge name
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Apr 9, 2024
1 parent 9cdd02a commit 31eb0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apollo/src/xtoken/transfer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export class TransferService extends BaseTransferServiceT2 {
chainId: 43,
chain: 'pangolin-dvm',
url: this.darwiniaEthereumBackingUrl,
bridge: 'xtokenbridge',
bridge: 'xtoken-pangolin-sepolia',
symbols: [
{
key: 'PRING',
Expand All @@ -196,7 +196,7 @@ export class TransferService extends BaseTransferServiceT2 {
chainId: 11155111,
chain: 'sepolia',
url: this.darwiniaEthereumIssuingUrl,
bridge: 'xtokenbridge',
bridge: 'xtoken-pangolin-sepolia',
symbols: [
{
key: 'PRING',
Expand Down

0 comments on commit 31eb0f4

Please sign in to comment.