From 2464a6cd929910bd0aa5a60ff8013daeea8b05ae Mon Sep 17 00:00:00 2001 From: Ihor Kishko <31137740+kishkoigor@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:40:16 +0200 Subject: [PATCH] Rename SAMB2 in config --- contracts/configs/test.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contracts/configs/test.json b/contracts/configs/test.json index c1142e99..e7735b03 100644 --- a/contracts/configs/test.json +++ b/contracts/configs/test.json @@ -37,8 +37,8 @@ }, "SAMB2": { "isActive": true, - "name": "Synthetic Amber", - "symbol": "SAMB", + "name": "AirDAO", + "symbol": "AMB", "logo": "https://media-exp1.licdn.com/dms/image/C560BAQFuR2Fncbgbtg/company-logo_200_200/0/1636390910839?e=2159024400&v=beta&t=W0WA5w02tIEH859mVypmzB_FPn29tS5JqTEYr4EYvps", "networks": { "amb": { @@ -162,4 +162,4 @@ } } } -} \ No newline at end of file +}