Skip to content

Commit

Permalink
Add URUS on ETH/BSC to allowlist (#5141)
Browse files Browse the repository at this point in the history
* Add URUS on ETH/BSC

* fix: update URUS config

* fix: add aurox mainnet representation

---------

Co-authored-by: just-a-node <[email protected]>
  • Loading branch information
AuroxDeFi and just-a-node authored Nov 30, 2023
1 parent ab4251b commit 7300638
Showing 1 changed file with 18 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,24 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
},
},
},
{
name: "URUS",
canonical: {
domain: "11111",
address: "0x21d3a2faA153168C46Ac1428A84BdD859490505F",
decimals: 18,
},
representations: {
"6648936": {
local: "0x21d3a2faA153168C46Ac1428A84BdD859490505F",
adopted: "0x21d3a2faA153168C46Ac1428A84BdD859490505F",
},
"6450786": {
local: "0x21d3a2faA153168C46Ac1428A84BdD859490505F",
adopted: "0x21d3a2faA153168C46Ac1428A84BdD859490505F",
},
},
},
{
name: "xGrumpy Cat",
canonical: {
Expand Down Expand Up @@ -527,28 +545,23 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
{
name: "xIXT",
canonical: {
// Pseudo-canonical domain
domain: "11111",
address: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
decimals: 18,
},
representations: {
/// POLYGON
"1886350457": {
local: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
adopted: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
},
/// MAINNET
"6648936": {
local: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
adopted: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
},
/// ARBITRUM
"1634886255": {
local: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
adopted: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
},
// BINANCE
"6450786": {
local: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
adopted: "0x8b04bf3358B88e3630aa64C1c76FF3B6C699C6a7",
Expand Down

0 comments on commit 7300638

Please sign in to comment.