Skip to content

Commit

Permalink
Enable WETH, WBNB on testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
SvineruS committed Feb 16, 2024
1 parent 37c66d7 commit 7111bb7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions contracts/configs/legacy/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"bsc": "0x5B7eC4D70Df5Cc1e4E5dFF97b0d9aCc35908C33f",
"eth": "0x5731311327A62B67E25a4d99270483bf35F46Ab4"
},
"nativeAnalog": ""
"nativeAnalog": "AMB"
},
"SAMB2": {
"isActive": true,
"name": "Synthetic Amber 2",
"symbol": "SAMB2",
"name": "Synthetic Amber",
"symbol": "SAMB",
"denomination": 18,
"decimals": {
"amb": 18,
Expand All @@ -54,7 +54,7 @@
"nativeAnalog": "AMB"
},
"WETH": {
"isActive": false,
"isActive": true,
"name": "Wrapped Ether",
"symbol": "WETH",
"denomination": 18,
Expand All @@ -67,13 +67,13 @@
"eth"
],
"addresses": {
"amb": "",
"amb": "0xFB8cB8084C428345555E630c0FB0d86A7D033045",
"eth": "0x5ECfeaD3d77F6814D189F6209ea27eCD1c00D45a"
},
"nativeAnalog": "ETH"
},
"WBNB": {
"isActive": false,
"isActive": true,
"name": "Wrapped BNB",
"symbol": "WBNB",
"denomination": 18,
Expand All @@ -86,7 +86,7 @@
"bsc"
],
"addresses": {
"amb": "",
"amb": "0x7809b228731E144f243b3Bb79441938aa0885506",
"bsc": "0x3050A5cBe1ec89917933476a99962A40e802B89C"
},
"nativeAnalog": "BNB"
Expand Down Expand Up @@ -155,4 +155,4 @@
"nativeAnalog": ""
}
}
}
}
8 changes: 4 additions & 4 deletions contracts/configs/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
}
},
"WETH": {
"isActive": false,
"isActive": true,
"name": "Wrapped Ether",
"symbol": "WETH",
"logo": "https://ethereum.org/static/bfc04ac72981166c740b189463e1f74c/448ee/eth-diamond-black-white.webp",
"networks": {
"amb": {
"address": "",
"address": "0xFB8cB8084C428345555E630c0FB0d86A7D033045",
"denomination": 18,
"isPrimary": false
},
Expand All @@ -79,13 +79,13 @@
}
},
"WBNB": {
"isActive": false,
"isActive": true,
"name": "Wrapped BNB",
"symbol": "WBNB",
"logo": "https://bscscan.com/token/images/binance_32.png",
"networks": {
"amb": {
"address": "",
"address": "0x7809b228731E144f243b3Bb79441938aa0885506",
"denomination": 18,
"isPrimary": false
},
Expand Down
2 changes: 1 addition & 1 deletion contracts/scripts/legacy_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ function mapToLegacyToken(newToken: Token) {
return legacyToken;
}

mapToLegacyConfig("main")
mapToLegacyConfig("test")

0 comments on commit 7111bb7

Please sign in to comment.