Fix viction USDT address (#3473)

### Description

Somehow the wrong viction USDT address was in the address artifacts
pull/3471/head
Yorke Rhodes 8 months ago committed by GitHub
parent d224c060d4
commit a153a034c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      typescript/infra/config/environments/mainnet3/warp/viction-USDT-addresses.json
  2. 2
      typescript/infra/config/environments/mainnet3/warp/viction-ethereum-USDT-deployments.yaml
  3. 2
      typescript/infra/scripts/warp-routes/helm.ts

@ -4,7 +4,7 @@
"HypERC20Collateral": "0x4221a16A01F61c2b38A03C52d828a7041f6AAA49"
},
"viction": {
"router": "0xea820f9BCFD5E16a0dd42071EB61A29874Ad81A4",
"HypERC20": "0xea820f9BCFD5E16a0dd42071EB61A29874Ad81A4"
"router": "0x48083c69f5a42c6b69abbad48ae195bd36770ee2",
"HypERC20": "0x48083c69f5a42c6b69abbad48ae195bd36770ee2"
}
}

@ -16,7 +16,7 @@ data:
viction:
protocolType: ethereum
type: synthetic
hypAddress: '0xea820f9BCFD5E16a0dd42071EB61A29874Ad81A4'
hypAddress: '0x48083c69f5a42c6b69abbad48ae195bd36770ee2'
name: USDT
symbol: USDT
decimals: 6

@ -30,7 +30,7 @@ function getWarpRoutesHelmValues(configFilePath: string) {
const values = {
image: {
repository: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '9b69b34-20240221-172841',
tag: '09344fc-20240321-203114',
},
configFilePath: configFilePath,
};

Loading…
Cancel
Save