From 404fc098fa2367eb9db3ab024bd2b23cbe1b2bd3 Mon Sep 17 00:00:00 2001 From: Le <6251863+ltyu@users.noreply.github.com> Date: Thu, 24 Jul 2025 18:02:17 -0400 Subject: [PATCH 1/3] Add bridge and warpRoute limits for oxaut --- deployments/warp_routes/oXAUT/production-deploy.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deployments/warp_routes/oXAUT/production-deploy.yaml b/deployments/warp_routes/oXAUT/production-deploy.yaml index 33eed0f61..9c084958e 100644 --- a/deployments/warp_routes/oXAUT/production-deploy.yaml +++ b/deployments/warp_routes/oXAUT/production-deploy.yaml @@ -4,6 +4,17 @@ avalanche: collateralToken: "0x5bE94B17112B8F18eA9Ac8e559377B467556a3c3" token: "0x30974f73A4ac9E606Ed80da928e454977ac486D2" type: xERC20 + xERC20: + extraBridges: + - limits: + burn: "100000000000" + mint: "100000000000" + type: wonderland + lockbox: "0x18e25Ac83477d7013D43174508B7AE7EC2CE2e08" + warpRouteLimits: + burn: "200000000000" + mint: "200000000000" + type: wonderland celo: owner: "0x879038d6Fc9F6D5e2BA73188bd078486d77e1156" ownerOverrides: From a0cb1ad99a8844a2c986746cd380faaa044c88f8 Mon Sep 17 00:00:00 2001 From: Le <6251863+ltyu@users.noreply.github.com> Date: Thu, 24 Jul 2025 18:05:25 -0400 Subject: [PATCH 2/3] Revert to 20m and 10m limits --- deployments/warp_routes/oXAUT/production-deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deployments/warp_routes/oXAUT/production-deploy.yaml b/deployments/warp_routes/oXAUT/production-deploy.yaml index 9c084958e..d37358f1d 100644 --- a/deployments/warp_routes/oXAUT/production-deploy.yaml +++ b/deployments/warp_routes/oXAUT/production-deploy.yaml @@ -7,13 +7,13 @@ avalanche: xERC20: extraBridges: - limits: - burn: "100000000000" - mint: "100000000000" + burn: "10000000000000" + mint: "10000000000000" type: wonderland lockbox: "0x18e25Ac83477d7013D43174508B7AE7EC2CE2e08" warpRouteLimits: - burn: "200000000000" - mint: "200000000000" + burn: "20000000000000" + mint: "20000000000000" type: wonderland celo: owner: "0x879038d6Fc9F6D5e2BA73188bd078486d77e1156" From 89372c7c24455ba37a032b400a4da4a43b015c82 Mon Sep 17 00:00:00 2001 From: Le Yu <6251863+ltyu@users.noreply.github.com> Date: Fri, 25 Jul 2025 10:56:49 -0400 Subject: [PATCH 3/3] Update type to standard --- deployments/warp_routes/oXAUT/production-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/warp_routes/oXAUT/production-deploy.yaml b/deployments/warp_routes/oXAUT/production-deploy.yaml index d37358f1d..8a5277364 100644 --- a/deployments/warp_routes/oXAUT/production-deploy.yaml +++ b/deployments/warp_routes/oXAUT/production-deploy.yaml @@ -9,12 +9,12 @@ avalanche: - limits: burn: "10000000000000" mint: "10000000000000" - type: wonderland + type: standard lockbox: "0x18e25Ac83477d7013D43174508B7AE7EC2CE2e08" warpRouteLimits: burn: "20000000000000" mint: "20000000000000" - type: wonderland + type: standard celo: owner: "0x879038d6Fc9F6D5e2BA73188bd078486d77e1156" ownerOverrides: