fix aurora

This commit is contained in:
Evan Gray 2022-05-08 11:12:44 -04:00 committed by Evan Gray
parent e9134925a9
commit 87c70dc31d
4 changed files with 31 additions and 31 deletions

View File

@ -9,8 +9,8 @@ CHAIN_IDS_TO_NAMES = OrderedDict([
(5, 'matic'),
(6, 'avax'),
(7, 'oasis'),
(9, 'aurora'),
(10, 'ftm'),
(11, 'aurora'),
])
CHAIN_NAMES_TO_IDS = OrderedDict([(v, k) for (k, v) in CHAIN_IDS_TO_NAMES.items()])

View File

@ -147,6 +147,13 @@ MARKETS = {
"link": "https://app.gemkeeper.finance/#/swap"
},
#######################
# 9. aurora markets
#######################
"trisolaris": {
"name": "Trisolaris",
"link": "https://www.trisolaris.io/"
},
#######################
# 10. fantom markets
#######################
"beethovenx": {
@ -161,11 +168,4 @@ MARKETS = {
"name": "Excalibur",
"link": "https://app.excalibur.exchange/"
},
#######################
# 11. aurora markets
#######################
"trisolaris": {
"name": "Trisolaris",
"link": "https://www.trisolaris.io/"
},
}

View File

@ -200,13 +200,13 @@ TOKENS = {
"address": "0x1d1149a53deB36F2836Ae7877c9176413aDfA4A8",
"decimals": 6
},
"ftm": {
"address": "0xb8398DA4FB3BC4306B9D9d9d13d9573e7d0E299f",
"decimals": 6
},
"aurora": {
"address": "0xDd1DaFedeBa5F9851C4F4a2876E0f3aF3c774B1A",
"decimals": 6
},
"ftm": {
"address": "0xb8398DA4FB3BC4306B9D9d9d13d9573e7d0E299f",
"decimals": 6
}
},
"sourceDecimals": 6
@ -1931,13 +1931,13 @@ TOKENS = {
"address": "0xa1E73c01E0cF7930F5e91CB291031739FE5Ad6C2",
"decimals": 6
},
"ftm": {
"address": "0x846e4D51d7E2043C1a87E0Ab7490B93FB940357b",
"decimals": 6
},
"aurora": {
"address": "0x8D07bBb478B84f7E940e97C8e9cF7B3645166b03",
"decimals": 6
},
"ftm": {
"address": "0x846e4D51d7E2043C1a87E0Ab7490B93FB940357b",
"decimals": 6
}
},
"sourceDecimals": 6
@ -1981,13 +1981,13 @@ TOKENS = {
"address": "0x4F43717B20ae319Aa50BC5B2349B93af5f7Ac823",
"decimals": 6
},
"ftm": {
"address": "0x593AE1d34c8BD7587C11D539E4F42BFf242c82Af",
"decimals": 6
},
"aurora": {
"address": "0x12302fbE05a7e833f87d4B7843F58d19BE4FdE3B",
"decimals": 6
},
"ftm": {
"address": "0x593AE1d34c8BD7587C11D539E4F42BFf242c82Af",
"decimals": 6
}
},
"sourceDecimals": 6
@ -2470,6 +2470,11 @@ TOKENS = {
}
},
#################
# 9. Aurora native
#################
"aurora": {
},
#################
# 10. Fantom native
#################
"ftm": {
@ -2483,10 +2488,5 @@ TOKENS = {
"destinations": {},
"sourceDecimals": 18
}
},
#################
# 10. Aurora native
#################
"aurora": {
}
}

View File

@ -19,8 +19,8 @@
"5": { "$ref": "#/$defs/tokenSourceChain" },
"6": { "$ref": "#/$defs/tokenSourceChain" },
"7": { "$ref": "#/$defs/tokenSourceChain" },
"10": { "$ref": "#/$defs/tokenSourceChain" },
"11": { "$ref": "#/$defs/tokenSourceChain" }
"9": { "$ref": "#/$defs/tokenSourceChain" },
"10": { "$ref": "#/$defs/tokenSourceChain" }
},
"additionalProperties": false
},
@ -35,8 +35,8 @@
"5": { "$ref": "#/$defs/tokenMarketSourceChain" },
"6": { "$ref": "#/$defs/tokenMarketSourceChain" },
"7": { "$ref": "#/$defs/tokenMarketSourceChain" },
"10": { "$ref": "#/$defs/tokenMarketSourceChain" },
"11": { "$ref": "#/$defs/tokenMarketSourceChain" }
"9": { "$ref": "#/$defs/tokenMarketSourceChain" },
"10": { "$ref": "#/$defs/tokenMarketSourceChain" }
},
"additionalProperties": false
}
@ -88,8 +88,8 @@
"5": { "$ref": "#/$defs/tokenMarketTargetChain" },
"6": { "$ref": "#/$defs/tokenMarketTargetChain" },
"7": { "$ref": "#/$defs/tokenMarketTargetChain" },
"10": { "$ref": "#/$defs/tokenMarketTargetChain" },
"11": { "$ref": "#/$defs/tokenMarketSourceChain" }
"9": { "$ref": "#/$defs/tokenMarketSourceChain" },
"10": { "$ref": "#/$defs/tokenMarketTargetChain" }
},
"additionalProperties": false
},