Skip to content

Commit

Permalink
Prepare SAMB2 to deploy in main/eth network
Browse files Browse the repository at this point in the history
  • Loading branch information
SvineruS committed Jan 16, 2024
1 parent 6adb777 commit b8d252e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions contracts/configs/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,30 @@
}
}
},
"SAMB2": {
"isActive": true,
"name": "Synthetic Amber",
"symbol": "SAMB",
"logo": "https://media-exp1.licdn.com/dms/image/C560BAQFuR2Fncbgbtg/company-logo_200_200/0/1636390910839?e=2159024400&v=beta&t=W0WA5w02tIEH859mVypmzB_FPn29tS5JqTEYr4EYvps",
"networks": {
"amb": {
"address": "0x2b2d892C3fe2b4113dd7aC0D2c1882AF202FB28F",
"denomination": 18,
"isPrimary": true,
"nativeCoin": "AMB"
},
"bsc": {
"address": "",
"denomination": 18,
"isPrimary": false
},
"eth": {
"address": "DEPLOY",
"denomination": 18,
"isPrimary": false
}
}
},
"WETH": {
"isActive": false,
"name": "Wrapped Ether",
Expand Down

0 comments on commit b8d252e

Please sign in to comment.