Skip to content

Commit 14d6326

Browse files
Redeploy liquid staking with new token symbol
1 parent 65d1440 commit 14d6326

File tree

4 files changed

+35
-20
lines changed

4 files changed

+35
-20
lines changed

.openzeppelin/unknown-16718.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,21 @@
3030
"address": "0x0762D0c76a9E8627F1f3a2CC7AD1B98ef5e88920",
3131
"txHash": "0x9a73aabac388d0f7f8957880d320ac4b3c4cd4c2596aa50c481513b590493214",
3232
"kind": "uups"
33+
},
34+
{
35+
"address": "0xD0442B6d4cCf2fEe0B48bc1be607390F4f8EB987",
36+
"txHash": "0x3d2ddce1080f57dad6b17ff6afe17ab0ed5919c3486cbbdea6dd3cd13c66a61d",
37+
"kind": "uups"
38+
},
39+
{
40+
"address": "0x96c2fa84eca1cF0e227FE212E8AE548AFC7a5f39",
41+
"txHash": "0xa7570b93606b9091ea55f2c6a3294dd6b31df683332e4e76877d023b68264e7d",
42+
"kind": "uups"
43+
},
44+
{
45+
"address": "0xBda7cf631Db4535A500ED16Dd98099C04e66F1d5",
46+
"txHash": "0xf4eae93087cf867804b7e0abcc7b3c1cd301d4b322b5ebef0bc145bf31ad8331",
47+
"kind": "uups"
3348
}
3449
],
3550
"impls": {

contracts/staking/liquid/StAMB.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ contract StAMB is ERC20, AccessControl {
1414
mapping(address => uint) public obtainedAt;
1515
mapping(address => uint) public holdingTime;
1616

17-
constructor() ERC20("Staked AMB", "StAMB") {
17+
constructor() ERC20("Staked AMB", "stAMB") {
1818
_setupRole(DEFAULT_ADMIN_ROLE, msg.sender);
1919
}
2020

deployments/16718.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@
12681268
"fullyQualifiedName": "contracts/multisig/Multisig.sol:Multisig"
12691269
},
12701270
"Ecosystem_LiquidPool_Multisig": {
1271-
"address": "0x66265B2b42D888e33865D8BE06532aA33B6c8c7A",
1271+
"address": "0x623f45fBCFa5f3B5eD518C7Ef753307dc438EF2C",
12721272
"abi": [
12731273
"constructor(address[] _signers, bool[] isInitiatorFlags, uint256 _threshold, address owner)",
12741274
"event Confirmation(address indexed sender, uint256 indexed txId)",
@@ -1304,11 +1304,11 @@
13041304
"function transferOwnership(address newOwner)",
13051305
"function withdraw(address to, uint256 amount)"
13061306
],
1307-
"deployTx": "0x2e1bd0c9d33dab66c1f785cab5531f47cf0a5f07fe609794ec39a82417cab3b7",
1307+
"deployTx": "0xbf8c044cb7912e481a2f3f59ed126c6403dd81cd46873c800e3a1c2be0301ad1",
13081308
"fullyQualifiedName": "contracts/multisig/Multisig.sol:Multisig"
13091309
},
13101310
"Ecosystem_LiquidNodesManager_RewardsBank": {
1311-
"address": "0xB5b1A828CBA94691F90F574BcEf6FE6e7ec39468",
1311+
"address": "0xA53444cb6Eb61c915F27Cc4eF8576500fC187B24",
13121312
"abi": [
13131313
"constructor()",
13141314
"event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)",
@@ -1324,11 +1324,11 @@
13241324
"function withdrawAmb(address addressTo, uint256 amount)",
13251325
"function withdrawErc20(address tokenAddress, address addressTo, uint256 amount)"
13261326
],
1327-
"deployTx": "0xb533a2f63b819ee7155f0ca4cd5536eccecbbc0ce4cbcbfa4703dcfe7ec51adf",
1327+
"deployTx": "0x9d2bc0418dbb7a72db054f078cbf0f8e2aa28df33acb757d0915b3f6d2305334",
13281328
"fullyQualifiedName": "contracts/funds/RewardsBank.sol:RewardsBank"
13291329
},
13301330
"Ecosystem_LiquidNodesManager_Treasury": {
1331-
"address": "0x49cDB61d4a830262F6D6b2d673590dceE73d5567",
1331+
"address": "0x29ADdcdDed146B8764825555AdB47Bf4784997bF",
13321332
"abi": [
13331333
"constructor(address owner, uint256 _fee)",
13341334
"event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)",
@@ -1341,11 +1341,11 @@
13411341
"function transferOwnership(address newOwner)",
13421342
"function withdraw(address addressTo, uint256 amount)"
13431343
],
1344-
"deployTx": "0x4493301627574af0b9a4753beebda5bbc22cdb6455b8c24bb528857d8b6d3e3d",
1344+
"deployTx": "0x2a82ece37847b0bb0d06b54e57dcdb8eb52b070db573c9f0d7834292a3dfdaf7",
13451345
"fullyQualifiedName": "contracts/finance/Treasury.sol:Treasury"
13461346
},
13471347
"Ecosystem_LiquidNodesManager_TreasuryFees": {
1348-
"address": "0x52C449cb329162EE293C4d0A821c033c48Ca73DB",
1348+
"address": "0xee0dD0af0757DaBC46ea2fE6Dc75e17046617a66",
13491349
"abi": [
13501350
"constructor(address owner, uint256 _fee)",
13511351
"event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)",
@@ -1358,11 +1358,11 @@
13581358
"function transferOwnership(address newOwner)",
13591359
"function withdraw(address addressTo, uint256 amount)"
13601360
],
1361-
"deployTx": "0xc6af9072f3a82b28f980fcfc1f93b7c6561d6438cc6161e57501c0cdd724674c",
1361+
"deployTx": "0xcc7b242045acf553330b5bc46de124f8e5aab484d0bf4877658cae71e04e3354",
13621362
"fullyQualifiedName": "contracts/finance/Treasury.sol:Treasury"
13631363
},
13641364
"Ecosystem_LiquidPool_RewardsBank": {
1365-
"address": "0x1ABFCf23f5B50a881b33638c72631EBf8FdD41dC",
1365+
"address": "0xEaFb27cF593609885856F68CC74524aBec81C5c8",
13661366
"abi": [
13671367
"constructor()",
13681368
"event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)",
@@ -1378,11 +1378,11 @@
13781378
"function withdrawAmb(address addressTo, uint256 amount)",
13791379
"function withdrawErc20(address tokenAddress, address addressTo, uint256 amount)"
13801380
],
1381-
"deployTx": "0xabad2043fa3082d440adf4fc5ec5fbabba550c66395e743c364adaee414bf5da",
1381+
"deployTx": "0x811e0a7f40520ec231871ba6b7560b373b2759a4d7bd520773efbdd99a85782b",
13821382
"fullyQualifiedName": "contracts/funds/RewardsBank.sol:RewardsBank"
13831383
},
13841384
"Ecosystem_LiquidPool_StAMB": {
1385-
"address": "0x1D8d610EB47CC4a5802dFC271BC97eceb91552Eb",
1385+
"address": "0x2834C436d04ED155e736F994c1F3a0d05C4A8dE4",
13861386
"abi": [
13871387
"constructor()",
13881388
"event Approval(address indexed owner, address indexed spender, uint256 value)",
@@ -1417,11 +1417,11 @@
14171417
"function transfer(address to, uint256 amount) returns (bool)",
14181418
"function transferFrom(address from, address to, uint256 amount) returns (bool)"
14191419
],
1420-
"deployTx": "0x90d02fa5d0096ded851ca098abe7776a165fb17efacc29b2274f74e4eaf6b9a4",
1420+
"deployTx": "0x1705263ad6adf4f1f87f62f87e73950b9bb69070a518062ee75fb399f7aa6d9d",
14211421
"fullyQualifiedName": "contracts/staking/liquid/StAMB.sol:StAMB"
14221422
},
14231423
"Ecosystem_LiquidPool_StakingTiers": {
1424-
"address": "0x9307745FE4839A7AC424D6591f5c8C4c52275eA0",
1424+
"address": "0xD0442B6d4cCf2fEe0B48bc1be607390F4f8EB987",
14251425
"abi": [
14261426
"event AdminChanged(address previousAdmin, address newAdmin)",
14271427
"event BeaconUpgraded(address indexed beacon)",
@@ -1449,15 +1449,15 @@
14491449
"function upgradeTo(address newImplementation)",
14501450
"function upgradeToAndCall(address newImplementation, bytes data) payable"
14511451
],
1452-
"deployTx": "0xde53b73898e107a820febb4ad3a6365dc2218f879412d04cc2404d9805fe50fd",
1452+
"deployTx": "0x3d2ddce1080f57dad6b17ff6afe17ab0ed5919c3486cbbdea6dd3cd13c66a61d",
14531453
"fullyQualifiedName": "contracts/staking/liquid/StakingTiers.sol:StakingTiers",
14541454
"proxy": {
14551455
"implementation": "0x220bB4D0d16AA509D126907d3fAe4EF55bE7316C",
14561456
"fullyQualifiedName": "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol:ERC1967Proxy"
14571457
}
14581458
},
14591459
"Ecosystem_LiquidNodesManager": {
1460-
"address": "0xF5fF89dC2ff597CA58ab9b0E73424fC85eCfb2C1",
1460+
"address": "0x96c2fa84eca1cF0e227FE212E8AE548AFC7a5f39",
14611461
"abi": [
14621462
"event AddNodeRequest(uint256 indexed requestId, uint256 indexed nodeId, uint256 stake)",
14631463
"event AdminChanged(address previousAdmin, address newAdmin)",
@@ -1502,15 +1502,15 @@
15021502
"function upgradeToAndCall(address newImplementation, bytes data) payable",
15031503
"function validatorSet() view returns (address)"
15041504
],
1505-
"deployTx": "0xd606d010959559d463118f1601d417b5ae69a0c7875d9117a1b4eadc28d48cb5",
1505+
"deployTx": "0xa7570b93606b9091ea55f2c6a3294dd6b31df683332e4e76877d023b68264e7d",
15061506
"fullyQualifiedName": "contracts/staking/liquid/LiquidNodesManager.sol:LiquidNodesManager",
15071507
"proxy": {
15081508
"implementation": "0xC54450028dAE52c1DC1bb9Dabe553457eABd4Aa3",
15091509
"fullyQualifiedName": "@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol:ERC1967Proxy"
15101510
}
15111511
},
15121512
"Ecosystem_LiquidPool": {
1513-
"address": "0x0762D0c76a9E8627F1f3a2CC7AD1B98ef5e88920",
1513+
"address": "0xBda7cf631Db4535A500ED16Dd98099C04e66F1d5",
15141514
"abi": [
15151515
"event AdminChanged(address previousAdmin, address newAdmin)",
15161516
"event BeaconUpgraded(address indexed beacon)",
@@ -1565,7 +1565,7 @@
15651565
"function upgradeTo(address newImplementation)",
15661566
"function upgradeToAndCall(address newImplementation, bytes data) payable"
15671567
],
1568-
"deployTx": "0x9a73aabac388d0f7f8957880d320ac4b3c4cd4c2596aa50c481513b590493214",
1568+
"deployTx": "0xf4eae93087cf867804b7e0abcc7b3c1cd301d4b322b5ebef0bc145bf31ad8331",
15691569
"fullyQualifiedName": "contracts/staking/liquid/LiquidPool.sol:LiquidPool",
15701570
"proxy": {
15711571
"implementation": "0xeAAd95c57BC920A175767f1b6187820B193E0889",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airdao/airdao-node-contracts",
3-
"version": "1.3.20",
3+
"version": "1.3.21",
44
"main": "./dist/src/index.js",
55
"types": "./dist/src/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)