Skip to content

Commit

Permalink
Radar token update (#4892)
Browse files Browse the repository at this point in the history
* Radar token update

* update address for xerc20

* xRADAR added

---------

Co-authored-by: Prathmesh <[email protected]>
  • Loading branch information
Sonmezturk and prathmeshkhandelwal1 authored Oct 20, 2023
1 parent a803141 commit 9f23ddb
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,22 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
},
},
},
{
name: "xRADAR",
canonical: {
domain: "6648936",
address: "0x202426c15a18a0e0fE3294415E66421891E2EB7C",
decimals: 18,
cap: utils.parseUnits("10000000", 18).toString(),
},
representations: {
/// BSC
"6450786": {
local: "0x489580eB70a50515296eF31E8179fF3e77E24965",
adopted: "0x489580eB70a50515296eF31E8179fF3e77E24965",
},
},
},
{
name: "NEXT",
canonical: {
Expand Down

0 comments on commit 9f23ddb

Please sign in to comment.