add address lookups by source chain

This commit is contained in:
Keone Hon 2021-12-29 09:07:27 -08:00 committed by keone
parent e983adb954
commit ef84de4ee2
8 changed files with 161 additions and 11 deletions

View File

@ -10,6 +10,13 @@ Known token addresses by destination chain:
* [Polygon](src/dest_polygon.md)
* [Avalanche](src/dest_avalanche.md)
Resultant wrapped-asset addresses by source chain:
* [Solana](src/source_solana.md)
* [Ethereum](src/source_ethereum.md)
* [BSC](src/source_bsc.md)
* [Terra](src/source_terra.md)
* [Polygon](src/source_polygon.md)
* [Avalanche](src/source_avalanche.md)
## Update instructions
* [Update instructions](updating.md)

View File

@ -54,6 +54,8 @@ def _link_coingecko(name, coingecko_id):
def _link_source_address(source_chain, source_addr):
if source_addr is None:
return ''
source_contract = "%s/address/%s" % (SOURCE_INFO[source_chain][2] , source_addr)
return "[%s](%s)" % (source_addr, source_contract)
@ -64,7 +66,7 @@ def _get_markets_cell(markets_list):
return ''
def get_df(dest):
def get_dest_df(dest):
tokens = {}
for source_chain, chain_tokens in sorted(TOKENS.items()):
for coin, entry in chain_tokens.items():
@ -86,23 +88,23 @@ def get_df(dest):
return pd.DataFrame(tokens.values())
def get_df_solana(dest):
def get_dest_df_solana():
with open(SOLANA_DATA_PATH, 'r') as f:
TOKENS = json.load(f)
df = pd.DataFrame(TOKENS.values())
base_df = get_df('sol')
base_df = get_dest_df('sol')
sym_markets = dict(zip(base_df['symbol'].values, base_df['markets'].values))
df['markets'] = [sym_markets.get(s, '') for s in df['symbol'].values]
return df
def gen_markdown(dest):
def gen_dest_info(dest):
dest_full = SOURCE_INFO[dest][0]
if dest == 'sol':
df = get_df_solana(dest)
df = get_dest_df_solana()
else:
df = get_df(dest)
df = get_dest_df(dest)
if df.shape[0] == 0:
print('no tokens for dest=%s' % dest)
@ -131,9 +133,11 @@ def gen_markdown(dest):
df = df.drop(['coingeckoId'], axis=1)
# reorder for readability
order = ['symbol', 'name', 'address', 'origin', 'sourceAddress',
'markets', 'serumAddressUSDC', 'serumAddressUSDT', 'symbol_reprise']
df = df[[c for c in order if c in df.columns]]
txt = df.to_markdown(index=False).replace('symbol_reprise', 'symbol')
header = """
Known tokens (wormholed to %s)
@ -145,9 +149,64 @@ Known tokens (wormholed to %s)
print('wrote %s' % outpath)
def get_source_df(source):
chain_tokens = TOKENS[source]
tokens = {}
for coin, entry in chain_tokens.items():
entry = copy.deepcopy(entry)
for dest in CHAIN_NAMES_TO_IDS.keys():
if dest == source:
continue
entry['%sAddress' % dest] = entry['destAddresses'].get(dest, None)
if 'markets' in entry:
entry['%sMarkets' % dest] = entry['markets'].get(dest, None)
else:
entry['%sMarkets' % dest] = None
tokens[coin] = entry
return pd.DataFrame(tokens.values()).sort_values(by='symbol')
def gen_source_info(source):
source_full = SOURCE_INFO[source][0]
df = get_source_df(source)
if df.shape[0] == 0:
print('no tokens for source=%s' % source)
return
df['name'] = [_link_coingecko(n, c) for (n, c) in zip(df['name'].values, df['coingeckoId'].values)]
df['sourceAddress'] = [_link_source_address(source, x) for x in df['sourceAddress'].values]
for dest in CHAIN_NAMES_TO_IDS.keys():
if dest == source:
continue
df['%sAddress' % dest] = [_link_source_address(dest, x) for x in df['%sAddress' % dest].values]
df['%sMarkets' % dest] = [_get_markets_cell(x) for x in df['%sMarkets' % dest].values]
df['symbol_reprise'] = df['symbol']
df = df.drop(['coingeckoId'], axis=1)
# reorder for readability
order = ['symbol', 'name', 'sourceAddress']
for dest in CHAIN_NAMES_TO_IDS:
order.extend(['%sAddress' % dest, '%sMarkets' % dest])
order.append('symbol_reprise')
df = df[[c for c in order if c in df.columns]]
txt = df.to_markdown(index=False).replace('symbol_reprise', 'symbol')
header = """
Resultant wrapped-asset addresses (wormholing from %s)
===================================
""" % source_full
outpath = os.path.join(dir_path, 'source_%s.md' % source_full.lower())
with open(outpath, 'w') as f:
f.write(header + '\n' + txt)
print('wrote %s' % outpath)
def gen_markets_json():
output = OrderedDict()
output['markets'] = MARKETS
# tokens: {sourceChain -> {addr -> {symbol, logo}}}
@ -205,12 +264,12 @@ def gen_markets_json():
print('wrote %s' % outpath)
def gen_outputs():
for dest in ['sol', 'eth', 'bsc', 'terra', 'avax', 'matic']:
gen_markdown(dest)
for chain in ['sol', 'eth', 'bsc', 'terra', 'avax', 'matic']:
gen_dest_info(chain)
gen_source_info(chain)
gen_markets_json()
if __name__ == "__main__":
gen_outputs()
gen_markets_json()

8
src/source_avalanche.md Normal file
View File

@ -0,0 +1,8 @@
Resultant wrapped-asset addresses (wormholing from Avalanche)
===================================
| symbol | name | sourceAddress | solAddress | solMarkets | ethAddress | ethMarkets | terraAddress | terraMarkets | bscAddress | bscMarkets | maticAddress | maticMarkets | symbol |
|:---------|:-----------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------|:-------------|:----------------------------------------------------------------------------------------------------------------------|:-------------|:-------------------------------------------------------------------------------------------------------------------------------------------|:---------------|:---------------------------------------------------------------------------------------------------------------------|:-------------|:-------------------------------------------------------------------------------------------------------------------------|:---------------|:-----------------|
| AVAX | [AVAX (Wormhole)](http://coingecko.com/en/coins/avalanche) | [0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7](https://snowtrace.io/address/0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7) | [KgV1GvrHQmRBY8sHQQeUKwTm2r2h8t4C8qt12Cw1HVE](https://solscan.io/address/KgV1GvrHQmRBY8sHQQeUKwTm2r2h8t4C8qt12Cw1HVE) | | [0x85f138bfEE4ef8e540890CFb48F620571d67Eda3](https://etherscan.io/address/0x85f138bfEE4ef8e540890CFb48F620571d67Eda3) | | [terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m](https://finder.terra.money/columbus-5/address/terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m) | | [0x96412902aa9aFf61E13f085e70D3152C6ef2a817](https://bscscan.com/address/0x96412902aa9aFf61E13f085e70D3152C6ef2a817) | | [0x7Bb11E7f8b10E9e571E5d8Eace04735fDFB2358a](https://polygonscan.com/address/0x7Bb11E7f8b10E9e571E5d8Eace04735fDFB2358a) | | AVAX |
| JOE | [JoeToken (Wormhole)](http://coingecko.com/en/coins/joe) | [0x6e84a6216ea6dacc71ee8e6b0a5b7322eebc0fdd](https://snowtrace.io/address/0x6e84a6216ea6dacc71ee8e6b0a5b7322eebc0fdd) | [CriXdFS9iRAYbGEQiTcUqbWwG9RBmYt5B6LwTnoJ61Sm](https://solscan.io/address/CriXdFS9iRAYbGEQiTcUqbWwG9RBmYt5B6LwTnoJ61Sm) | | | | | | | | | | JOE |

11
src/source_bsc.md Normal file
View File

@ -0,0 +1,11 @@
Resultant wrapped-asset addresses (wormholing from BSC)
===================================
| symbol | name | sourceAddress | solAddress | solMarkets | ethAddress | ethMarkets | terraAddress | terraMarkets | maticAddress | maticMarkets | avaxAddress | avaxMarkets | symbol |
|:---------|:-----------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------|:------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------|:---------------|:---------------|:-----------------------------------------|:----------------------------------------------------------------------------------------------------------------------|:--------------|:-----------------|
| BNB | [Binance Coin (Wormhole)](http://coingecko.com/en/coins/binance-coin) | [0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c](https://bscscan.com/address/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c) | [9gP2kCy3wA1ctvYWQk75guqXuHfrEomqydHLtcTCqiLa](https://solscan.io/address/9gP2kCy3wA1ctvYWQk75guqXuHfrEomqydHLtcTCqiLa) | [mercurial](https://mercurial.finance/), [atrix](https://app.atrix.finance/) | [0x418D75f65a02b3D53B2418FB8E1fe493759c7605](https://etherscan.io/address/0x418D75f65a02b3D53B2418FB8E1fe493759c7605) | | [terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8](https://finder.terra.money/columbus-5/address/terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8) | | | [quickswap](https://quickswap.exchange/) | [0x442F7f22b1EE2c842bEAFf52880d4573E9201158](https://snowtrace.io/address/0x442F7f22b1EE2c842bEAFf52880d4573E9201158) | | BNB |
| BUSDbs | [Binance USD (Wormhole from BSC)](http://coingecko.com/en/coins/binance-usd) | [0xe9e7cea3dedca5984780bafc599bd69add087d56](https://bscscan.com/address/0xe9e7cea3dedca5984780bafc599bd69add087d56) | [5RpUwQ8wtdPCZHhu6MERp2RGrpobsbZ6MH5dDHkUjs2](https://solscan.io/address/5RpUwQ8wtdPCZHhu6MERp2RGrpobsbZ6MH5dDHkUjs2) | [saber](https://www.saber.so/), [mercurial](https://mercurial.finance/), [sunny](https://app.sunny.ag/) | [0x7B4B0B9b024109D182dCF3831222fbdA81369423](https://etherscan.io/address/0x7B4B0B9b024109D182dCF3831222fbdA81369423) | [uniswap](https://app.uniswap.org/) | [terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd](https://finder.terra.money/columbus-5/address/terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd) | | | [quickswap](https://quickswap.exchange/) | [0xA41a6c7E25DdD361343e8Cb8cFa579bbE5eEdb7a](https://snowtrace.io/address/0xA41a6c7E25DdD361343e8Cb8cFa579bbE5eEdb7a) | | BUSDbs |
| CAKE | [PancakeSwap Token (Wormhole)](http://coingecko.com/en/coins/pancakeswap) | [0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82](https://bscscan.com/address/0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82) | | | [J8LKx7pr9Zxh9nMhhT7X3EBmj5RzuhFrHKyJAe2F2i9S](https://etherscan.io/address/J8LKx7pr9Zxh9nMhhT7X3EBmj5RzuhFrHKyJAe2F2i9S) | | [terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av](https://finder.terra.money/columbus-5/address/terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av) | | | | [0x98a4d09036Cc5337810096b1D004109686E56Afc](https://snowtrace.io/address/0x98a4d09036Cc5337810096b1D004109686E56Afc) | | CAKE |
| USDCbs | [USD Coin (Wormhole from BSC)](http://coingecko.com/en/coins/usd-coin) | [0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d](https://bscscan.com/address/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d) | [FCqfQSujuPxy6V42UvafBhsysWtEq1vhjfMN1PUbgaxA](https://solscan.io/address/FCqfQSujuPxy6V42UvafBhsysWtEq1vhjfMN1PUbgaxA) | [saber](https://www.saber.so/), [mercurial](https://mercurial.finance/), [sunny](https://app.sunny.ag/) | [0x7cd167B101D2808Cfd2C45d17b2E7EA9F46b74B6](https://etherscan.io/address/0x7cd167B101D2808Cfd2C45d17b2E7EA9F46b74B6) | | [terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu](https://finder.terra.money/columbus-5/address/terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu) | | | | [0x6145E8a910aE937913426BF32De2b26039728ACF](https://snowtrace.io/address/0x6145E8a910aE937913426BF32De2b26039728ACF) | | USDCbs |
| USDTbs | [Tether USD (Wormhole from BSC)](http://coingecko.com/en/coins/tether) | [0x55d398326f99059fF775485246999027B3197955](https://bscscan.com/address/0x55d398326f99059fF775485246999027B3197955) | [8qJSyQprMC57TWKaYEmetUR3UUiTP2M3hXdcvFhkZdmv](https://solscan.io/address/8qJSyQprMC57TWKaYEmetUR3UUiTP2M3hXdcvFhkZdmv) | [saber](https://www.saber.so/), [mercurial](https://mercurial.finance/) | [0xDe60aDfDdAAbaAAC3dAFa57B26AcC91Cb63728c4](https://etherscan.io/address/0xDe60aDfDdAAbaAAC3dAFa57B26AcC91Cb63728c4) | | [terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd](https://finder.terra.money/columbus-5/address/terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd) | | | | [0xA67BCC0D06d7d13A13A2AE30bF30f1B434f5a28B](https://snowtrace.io/address/0xA67BCC0D06d7d13A13A2AE30bF30f1B434f5a28B) | | USDTbs |

33
src/source_ethereum.md Normal file
View File

@ -0,0 +1,33 @@
Resultant wrapped-asset addresses (wormholing from Ethereum)
===================================
| symbol | name | sourceAddress | solAddress | solMarkets | terraAddress | terraMarkets | bscAddress | bscMarkets | maticAddress | maticMarkets | avaxAddress | avaxMarkets | symbol |
|:---------|:----------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------|:---------------------------------------------------------------------------------------------------------------------|:------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------|:----------------------------------------------------------------------------------------------------------------------|:--------------|:-----------------|
| 1SOL | [1sol.io (Wormhole)](http://coingecko.com/en/coins/1sol) | [0x009178997aff09a67d4caccfeb897fb79d036214](https://etherscan.io/address/0x009178997aff09a67d4caccfeb897fb79d036214) | [4ThReWAbAVZjNVgs5Ui9Pk3cZ5TYaD9u6Y89fp6EFzoF](https://solscan.io/address/4ThReWAbAVZjNVgs5Ui9Pk3cZ5TYaD9u6Y89fp6EFzoF) | | | | | | | | | | 1SOL |
| AXSet | [Axie Infinity Shard (Wormhole from Ethereum)](http://coingecko.com/en/coins/axie-infinity) | [0xbb0e17ef65f82ab018d8edd776e8dd940327b28b](https://etherscan.io/address/0xbb0e17ef65f82ab018d8edd776e8dd940327b28b) | [HysWcbHiYY9888pHbaqhwLYZQeZrcQMXKQWRqS7zcPK5](https://solscan.io/address/HysWcbHiYY9888pHbaqhwLYZQeZrcQMXKQWRqS7zcPK5) | [raydium](https://raydium.io/swap/), [francium](https://francium.io/app/invest/farm) | | | [0x556b60c53fbC1518Ad17E03d52E47368dD4d81B3](https://bscscan.com/address/0x556b60c53fbC1518Ad17E03d52E47368dD4d81B3) | | | | | | AXSet |
| BUSDet | [Binance USD (Wormhole from Ethereum)](http://coingecko.com/en/coins/binance-usd) | [0x4fabb145d64652a948d72533023f6e7a623c7c53](https://etherscan.io/address/0x4fabb145d64652a948d72533023f6e7a623c7c53) | [33fsBLA8djQm82RpHmE3SuVrPGtZBWNYExsEUeKX1HXX](https://solscan.io/address/33fsBLA8djQm82RpHmE3SuVrPGtZBWNYExsEUeKX1HXX) | [saber](https://www.saber.so/), [sunny](https://app.sunny.ag/) | | | [0x035de3679E692C471072d1A09bEb9298fBB2BD31](https://bscscan.com/address/0x035de3679E692C471072d1A09bEb9298fBB2BD31) | | | | | | BUSDet |
| DAI | [DAI (Wormhole)](http://coingecko.com/en/coins/dai) | [0x6b175474e89094c44da98b954eedeac495271d0f](https://etherscan.io/address/0x6b175474e89094c44da98b954eedeac495271d0f) | [EjmyN6qEC1Tf1JxiG1ae7UTJhUxSwk1TCWNWqxWV4J6o](https://solscan.io/address/EjmyN6qEC1Tf1JxiG1ae7UTJhUxSwk1TCWNWqxWV4J6o) | [saber](https://www.saber.so/), [mercurial](https://mercurial.finance/), [jupiter](https://jup.ag/), [sunny](https://app.sunny.ag/) | [terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95](https://finder.terra.money/columbus-5/address/terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95) | | [0x3413a030EF81a3dD5a302F4B4D11d911e12ed337](https://bscscan.com/address/0x3413a030EF81a3dD5a302F4B4D11d911e12ed337) | | | | | | DAI |
| DYDX | [dYdX (Wormhole)](http://coingecko.com/en/coins/dydx) | [0x92d6c1e31e14520e676a687f0a93788b716beff5](https://etherscan.io/address/0x92d6c1e31e14520e676a687f0a93788b716beff5) | [4Hx6Bj56eGyw8EJrrheM6LBQAvVYRikYCWsALeTrwyRU](https://solscan.io/address/4Hx6Bj56eGyw8EJrrheM6LBQAvVYRikYCWsALeTrwyRU) | [raydium](https://raydium.io/swap/), [francium](https://francium.io/app/invest/farm) | | | | | | | | | DYDX |
| ETH | [Ether (Wormhole)](http://coingecko.com/en/coins/ether) | [0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2](https://etherscan.io/address/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2) | [7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs](https://solscan.io/address/7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs) | [orca](https://www.orca.so/), [saber](https://www.saber.so/), [tulip](https://tulip.garden/), [port finance](https://mainnet.port.finance/#/markets), [sunny](https://app.sunny.ag/), [francium](https://francium.io/app/invest/farm), [atrix](https://app.atrix.finance/) | [terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r](https://finder.terra.money/columbus-5/address/terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r) | [loop markets](https://dex.loop.markets/) | [0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA](https://bscscan.com/address/0x4DB5a66E937A9F4473fA95b1cAF1d1E1D62E29EA) | [pancakeswap](https://pancakeswap.finance/swap) | [0x11CD37bb86F65419713f30673A480EA33c826872](https://polygonscan.com/address/0x11CD37bb86F65419713f30673A480EA33c826872) | [quickswap](https://quickswap.exchange/) | [0x8b82A291F83ca07Af22120ABa21632088fC92931](https://snowtrace.io/address/0x8b82A291F83ca07Af22120ABa21632088fC92931) | | ETH |
| FRAX | [Frax (Wormhole)](http://coingecko.com/en/coins/frax) | [0x853d955acef822db058eb8505911ed77f175b99e](https://etherscan.io/address/0x853d955acef822db058eb8505911ed77f175b99e) | [FR87nWEUxVgerFGhZM8Y4AggKGLnaXswr1Pd8wZ4kZcp](https://solscan.io/address/FR87nWEUxVgerFGhZM8Y4AggKGLnaXswr1Pd8wZ4kZcp) | [saber](https://www.saber.so/), [sunny](https://app.sunny.ag/) | | | | | | | | | FRAX |
| FTT | [FTX Token (Wormhole)](http://coingecko.com/en/coins/ftx-token) | [0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9](https://etherscan.io/address/0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9) | [EzfgjvkSwthhgHaceR3LnKXUoRkP6NUhfghdaHAj1tUv](https://solscan.io/address/EzfgjvkSwthhgHaceR3LnKXUoRkP6NUhfghdaHAj1tUv) | [saber](https://www.saber.so/), [almond](https://almond.so/), [tulip](https://tulip.garden/), [mercurial](https://mercurial.finance/), [sunny](https://app.sunny.ag/) | | | [0x49BA054B9664e99ac335667a917c63bB94332E84](https://bscscan.com/address/0x49BA054B9664e99ac335667a917c63bB94332E84) | | | | | | FTT |
| FXS | [Frax Share (Wormhole)](http://coingecko.com/en/coins/frax-share) | [0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0](https://etherscan.io/address/0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0) | [6LX8BhMQ4Sy2otmAWj7Y5sKd9YTVVUgfMsBzT6B9W7ct](https://solscan.io/address/6LX8BhMQ4Sy2otmAWj7Y5sKd9YTVVUgfMsBzT6B9W7ct) | | | | | | | | | | FXS |
| HBTC | [Huobi BTC (Wormhole)](http://coingecko.com/en/coins/huobi-btc) | [0x0316eb71485b0ab14103307bf65a021042c6d380](https://etherscan.io/address/0x0316eb71485b0ab14103307bf65a021042c6d380) | [7dVH61ChzgmN9BwG4PkzwRP8PbYwPJ7ZPNF2vamKT2H8](https://solscan.io/address/7dVH61ChzgmN9BwG4PkzwRP8PbYwPJ7ZPNF2vamKT2H8) | [saber](https://www.saber.so/) | | | | | | | | | HBTC |
| HUSD | [HUSD Stablecoin (Wormhole)](http://coingecko.com/en/coins/husd) | [0xdf574c24545e5ffecb9a659c229253d4111d87e1](https://etherscan.io/address/0xdf574c24545e5ffecb9a659c229253d4111d87e1) | [7VQo3HFLNH5QqGtM8eC3XQbPkJUu7nS9LeGWjerRh5Sw](https://solscan.io/address/7VQo3HFLNH5QqGtM8eC3XQbPkJUu7nS9LeGWjerRh5Sw) | [saber](https://www.saber.so/), [sunny](https://app.sunny.ag/) | | | | | | | | | HUSD |
| LDO | [Lido DAO (Wormhole)](http://coingecko.com/en/coins/lido-dao) | [0x5a98fcbea516cf06857215779fd812ca3bef1b32](https://etherscan.io/address/0x5a98fcbea516cf06857215779fd812ca3bef1b32) | [HZRCwxP2Vq9PCpPXooayhJ2bxTpo5xfpQrwB1svh332p](https://solscan.io/address/HZRCwxP2Vq9PCpPXooayhJ2bxTpo5xfpQrwB1svh332p) | | [terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z](https://finder.terra.money/columbus-5/address/terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z) | | [0x986854779804799C1d68867F5E03e601E781e41b](https://bscscan.com/address/0x986854779804799C1d68867F5E03e601E781e41b) | | | | | | LDO |
| LINK | [Chainlink (Wormhole)](http://coingecko.com/en/coins/chainlink) | [0x514910771af9ca656af840dff83e8264ecf986ca](https://etherscan.io/address/0x514910771af9ca656af840dff83e8264ecf986ca) | [2wpTofQ8SkACrkZWrZDjXPitYa8AwWgX8AfxdeBRRVLX](https://solscan.io/address/2wpTofQ8SkACrkZWrZDjXPitYa8AwWgX8AfxdeBRRVLX) | | [terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym](https://finder.terra.money/columbus-5/address/terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym) | | | | | | | | LINK |
| MANA | [Decentraland (Wormhole)](http://coingecko.com/en/coins/decentraland) | [0x0F5D2fB29fb7d3CFeE444a200298f468908cC942](https://etherscan.io/address/0x0F5D2fB29fb7d3CFeE444a200298f468908cC942) | [7dgHoN8wBZCc5wbnQ2C47TDnBMAxG4Q5L3KjP67z8kNi](https://solscan.io/address/7dgHoN8wBZCc5wbnQ2C47TDnBMAxG4Q5L3KjP67z8kNi) | [raydium](https://raydium.io/swap/), [francium](https://francium.io/app/invest/farm) | | | | | | | | | MANA |
| MIMet | [Magic Internet Money (Wormhole from Ethereum)](http://coingecko.com/en/coins/magic-internet-money) | [0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3](https://etherscan.io/address/0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3) | [HRQke5DKdDo3jV7wnomyiM8AA3EzkVnxMDdo2FQ5XUe1](https://solscan.io/address/HRQke5DKdDo3jV7wnomyiM8AA3EzkVnxMDdo2FQ5XUe1) | | [terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y](https://finder.terra.money/columbus-5/address/terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y) | | | | | | | | MIMet |
| SAND | [The Sandbox (Wormhole)](http://coingecko.com/en/coins/the-sandbox) | [0x3845badAde8e6dFF049820680d1F14bD3903a5d0](https://etherscan.io/address/0x3845badAde8e6dFF049820680d1F14bD3903a5d0) | [49c7WuCZkQgc3M4qH8WuEUNXfgwupZf1xqWkDQ7gjRGt](https://solscan.io/address/49c7WuCZkQgc3M4qH8WuEUNXfgwupZf1xqWkDQ7gjRGt) | [raydium](https://raydium.io/swap/), [francium](https://francium.io/app/invest/farm) | | | | | | | | | SAND |
| SHIB | [Shiba Inu (Wormhole)](http://coingecko.com/en/coins/shiba-inu) | [0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce](https://etherscan.io/address/0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce) | [CiKu4eHsVrc1eueVQeHn7qhXTcVu95gSQmBpX4utjL9z](https://solscan.io/address/CiKu4eHsVrc1eueVQeHn7qhXTcVu95gSQmBpX4utjL9z) | [raydium](https://raydium.io/swap/), [francium](https://francium.io/app/invest/farm) | [terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd](https://finder.terra.money/columbus-5/address/terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd) | | [0xb1547683DA678f2e1F003A780143EC10Af8a832B](https://bscscan.com/address/0xb1547683DA678f2e1F003A780143EC10Af8a832B) | | | | | | SHIB |
| SRMet | [Serum (Wormhole from Ethereum)](http://coingecko.com/en/coins/serum) | [0x476c5e26a75bd202a9683ffd34359c0cc15be0ff](https://etherscan.io/address/0x476c5e26a75bd202a9683ffd34359c0cc15be0ff) | [xnorPhAzWXUczCP3KjU5yDxmKKZi5cSbxytQ1LgE3kG](https://solscan.io/address/xnorPhAzWXUczCP3KjU5yDxmKKZi5cSbxytQ1LgE3kG) | [saber](https://www.saber.so/), [almond](https://almond.so/) | | | [0xd63CDf02853D759831550fAe7dF8FFfE0B317b39](https://bscscan.com/address/0xd63CDf02853D759831550fAe7dF8FFfE0B317b39) | | | | | | SRMet |
| SUSHI | [SushiToken (Wormhole)](http://coingecko.com/en/coins/sushi) | [0x6b3595068778dd592e39a122f4f5a5cf09c90fe2](https://etherscan.io/address/0x6b3595068778dd592e39a122f4f5a5cf09c90fe2) | [ChVzxWRmrTeSgwd3Ui3UumcN8KX7VK3WaD4KGeSKpypj](https://solscan.io/address/ChVzxWRmrTeSgwd3Ui3UumcN8KX7VK3WaD4KGeSKpypj) | [raydium](https://raydium.io/swap/), [tulip](https://tulip.garden/), [francium](https://francium.io/app/invest/farm), [atrix](https://app.atrix.finance/) | [terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a](https://finder.terra.money/columbus-5/address/terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a) | | [0x3524fd7488fdb1F4723BBc22C9cbD1Bf89f46E3B](https://bscscan.com/address/0x3524fd7488fdb1F4723BBc22C9cbD1Bf89f46E3B) | | | | | | SUSHI |
| UNI | [Uniswap (Wormhole)](http://coingecko.com/en/coins/uniswap) | [0x1f9840a85d5af5bf1d1762f925bdaddc4201f984](https://etherscan.io/address/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984) | [8FU95xFJhUUkyyCLU13HSzDLs7oC4QZdXQHL6SCeab36](https://solscan.io/address/8FU95xFJhUUkyyCLU13HSzDLs7oC4QZdXQHL6SCeab36) | [raydium](https://raydium.io/swap/), [tulip](https://tulip.garden/), [francium](https://francium.io/app/invest/farm) | [terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf](https://finder.terra.money/columbus-5/address/terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf) | | | | | | | | UNI |
| USDCet | [USD Coin (Wormhole from Ethereum)](http://coingecko.com/en/coins/usd-coin) | [0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48](https://etherscan.io/address/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48) | [A9mUU4qviSctJVPJdBJWkb28deg915LYJKrzQ19ji3FM](https://solscan.io/address/A9mUU4qviSctJVPJdBJWkb28deg915LYJKrzQ19ji3FM) | [saber](https://www.saber.so/), [mercurial](https://mercurial.finance/), [jupiter](https://jup.ag/), [sunny](https://app.sunny.ag/) | [terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06](https://finder.terra.money/columbus-5/address/terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06) | | [0xB04906e95AB5D797aDA81508115611fee694c2b3](https://bscscan.com/address/0xB04906e95AB5D797aDA81508115611fee694c2b3) | [pancakeswap](https://pancakeswap.finance/swap) | | [quickswap](https://quickswap.exchange/) | [0xB24CA28D4e2742907115fECda335b40dbda07a4C](https://snowtrace.io/address/0xB24CA28D4e2742907115fECda335b40dbda07a4C) | | USDCet |
| USDK | [USDK (Wormhole)](http://coingecko.com/en/coins/usdk) | [0x1c48f86ae57291f7686349f12601910bd8d470bb](https://etherscan.io/address/0x1c48f86ae57291f7686349f12601910bd8d470bb) | [43m2ewFV5nDepieFjT9EmAQnc1HRtAF247RBpLGFem5F](https://solscan.io/address/43m2ewFV5nDepieFjT9EmAQnc1HRtAF247RBpLGFem5F) | [saber](https://www.saber.so/), [sunny](https://app.sunny.ag/) | | | | | | | | | USDK |
| USDTet | [Tether USD (Wormhole from Ethereum)](http://coingecko.com/en/coins/tether) | [0xdac17f958d2ee523a2206206994597c13d831ec7](https://etherscan.io/address/0xdac17f958d2ee523a2206206994597c13d831ec7) | [Dn4noZ5jgGfkntzcQSUZ8czkreiZ1ForXYoV2H8Dm7S1](https://solscan.io/address/Dn4noZ5jgGfkntzcQSUZ8czkreiZ1ForXYoV2H8Dm7S1) | [saber](https://www.saber.so/), [mercurial](https://mercurial.finance/), [jupiter](https://jup.ag/), [sunny](https://app.sunny.ag/) | [terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva](https://finder.terra.money/columbus-5/address/terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva) | | [0x524bC91Dc82d6b90EF29F76A3ECAaBAffFD490Bc](https://bscscan.com/address/0x524bC91Dc82d6b90EF29F76A3ECAaBAffFD490Bc) | [pancakeswap](https://pancakeswap.finance/swap) | [0x9417669fBF23357D2774e9D421307bd5eA1006d2](https://polygonscan.com/address/0x9417669fBF23357D2774e9D421307bd5eA1006d2) | [quickswap](https://quickswap.exchange/) | | | USDTet |
| WBTC | [Wrapped BTC (Wormhole)](http://coingecko.com/en/coins/wrapped-bitcoin) | [0x2260fac5e5542a773aa44fbcfedf7c193bc2c599](https://etherscan.io/address/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599) | [3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh](https://solscan.io/address/3NZ9JMVBmGAqocybic2c7LQCJScmgsAZ6vQqTDzcqmJh) | | [terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55](https://finder.terra.money/columbus-5/address/terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55) | [loop markets](https://dex.loop.markets/) | | | [0x5D49c278340655B56609FdF8976eb0612aF3a0C3](https://polygonscan.com/address/0x5D49c278340655B56609FdF8976eb0612aF3a0C3) | | | | WBTC |
| gOHM | [Governance OHM (Wormhole)](http://coingecko.com/en/coins/governance-ohm) | [0x0ab87046fbb341d058f17cbc4c1133f25a20a52f](https://etherscan.io/address/0x0ab87046fbb341d058f17cbc4c1133f25a20a52f) | [FUGsN8H74WjRBBMfQWcf9Kk32gebA9VnNaGxqwcVvUW7](https://solscan.io/address/FUGsN8H74WjRBBMfQWcf9Kk32gebA9VnNaGxqwcVvUW7) | | [terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3](https://finder.terra.money/columbus-5/address/terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3) | | | | | | | | gOHM |
| ibBTC | [Interest Bearing Bitcoin (Wormhole)](http://coingecko.com/en/coins/interest-bearing-bitcoin) | [0xc4e15973e6ff2a35cc804c2cf9d2a1b817a8b40f](https://etherscan.io/address/0xc4e15973e6ff2a35cc804c2cf9d2a1b817a8b40f) | [Bzq68gAVedKqQkQbsM28yQ4LYpc2VComDUD9wJBywdTi](https://solscan.io/address/Bzq68gAVedKqQkQbsM28yQ4LYpc2VComDUD9wJBywdTi) | [saber](https://www.saber.so/) | | | | | | | | | ibBTC |
| stETH | [Lido Staked Ether (Wormhole)](http://coingecko.com/en/coins/lido-staked-ether) | [0xae7ab96520de3a18e5e111b5eaab095312d7fe84](https://etherscan.io/address/0xae7ab96520de3a18e5e111b5eaab095312d7fe84) | [H2mf9QNdU2Niq6QR7367Ua2trBsvscLyX5bz7R3Pw5sE](https://solscan.io/address/H2mf9QNdU2Niq6QR7367Ua2trBsvscLyX5bz7R3Pw5sE) | | [terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d](https://finder.terra.money/columbus-5/address/terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d) | | | | | | | | stETH |

9
src/source_polygon.md Normal file
View File

@ -0,0 +1,9 @@
Resultant wrapped-asset addresses (wormholing from Polygon)
===================================
| symbol | name | sourceAddress | solAddress | solMarkets | ethAddress | ethMarkets | terraAddress | terraMarkets | bscAddress | bscMarkets | avaxAddress | avaxMarkets | symbol |
|:---------|:---------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------|:-------------------------------|:----------------------------------------------------------------------------------------------------------------------|:------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------|:---------------|:---------------------------------------------------------------------------------------------------------------------|:------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------|:--------------|:-----------------|
| MATICpo | [MATIC (Wormhole from Polygon)](http://coingecko.com/en/coins/polygon) | [0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270](https://polygonscan.com/address/0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270) | [Gz7VkD4MacbEB6yC5XD3HcumEiYx2EtDYYrfikGsvopG](https://solscan.io/address/Gz7VkD4MacbEB6yC5XD3HcumEiYx2EtDYYrfikGsvopG) | | [0x7c9f4C87d911613Fe9ca58b579f737911AAD2D43](https://etherscan.io/address/0x7c9f4C87d911613Fe9ca58b579f737911AAD2D43) | [uniswap](https://app.uniswap.org/) | [terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8](https://finder.terra.money/columbus-5/address/terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8) | | [0xc836d8dC361E44DbE64c4862D55BA041F88Ddd39](https://bscscan.com/address/0xc836d8dC361E44DbE64c4862D55BA041F88Ddd39) | [pancakeswap](https://pancakeswap.finance/swap) | [0xf2f13f0B7008ab2FA4A2418F4ccC3684E49D20Eb](https://snowtrace.io/address/0xf2f13f0B7008ab2FA4A2418F4ccC3684E49D20Eb) | | MATICpo |
| USDCpo | [USD Coin (PoS) (Wormhole from Polygon)](http://coingecko.com/en/coins/usd-coin) | [0x2791bca1f2de4661ed88a30c99a7a9449aa84174](https://polygonscan.com/address/0x2791bca1f2de4661ed88a30c99a7a9449aa84174) | [E2VmbootbVCBkMNNxKQgCLMS1X3NoGMaYAsufaAsf7M](https://solscan.io/address/E2VmbootbVCBkMNNxKQgCLMS1X3NoGMaYAsufaAsf7M) | [saber](https://www.saber.so/) | [0x566957eF80F9fd5526CD2BEF8BE67035C0b81130](https://etherscan.io/address/0x566957eF80F9fd5526CD2BEF8BE67035C0b81130) | [uniswap](https://app.uniswap.org/) | [terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x](https://finder.terra.money/columbus-5/address/terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x) | | [0x672147dD47674757C457eB155BAA382cc10705Dd](https://bscscan.com/address/0x672147dD47674757C457eB155BAA382cc10705Dd) | [pancakeswap](https://pancakeswap.finance/swap) | [0x543672E9CBEC728CBBa9C3Ccd99ed80aC3607FA8](https://snowtrace.io/address/0x543672E9CBEC728CBBa9C3Ccd99ed80aC3607FA8) | | USDCpo |
| USDTpo | [Tether USD (PoS) (Wormhole from Polygon)](http://coingecko.com/en/coins/tether) | [0xc2132d05d31c914a87c6611c10748aeb04b58e8f](https://polygonscan.com/address/0xc2132d05d31c914a87c6611c10748aeb04b58e8f) | [5goWRao6a3yNC4d6UjMdQxonkCMvKBwdpubU3qhfcdf1](https://solscan.io/address/5goWRao6a3yNC4d6UjMdQxonkCMvKBwdpubU3qhfcdf1) | [saber](https://www.saber.so/) | | | | | | | | | USDTpo |

15
src/source_solana.md Normal file
View File

@ -0,0 +1,15 @@
Resultant wrapped-asset addresses (wormholing from Solana)
===================================
| symbol | name | sourceAddress | ethAddress | ethMarkets | terraAddress | terraMarkets | bscAddress | bscMarkets | maticAddress | maticMarkets | avaxAddress | avaxMarkets | symbol |
|:---------|:------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------|:------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------|:---------------|:---------------------------------------------------------------------------------------------------------------------|:------------------------------------------------|:---------------|:-----------------------------------------|:----------------------------------------------------------------------------------------------------------------------|:--------------|:-----------------|
| ATLAS | [Star Atlas (Wormhole)](http://coingecko.com/en/coins/star-atlas) | [ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx](https://solscan.io/address/ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx) | [0xb9F747162AB1E95d07361f9048BcDF6eDdA9eEA7](https://etherscan.io/address/0xb9F747162AB1E95d07361f9048BcDF6eDdA9eEA7) | | [terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc](https://finder.terra.money/columbus-5/address/terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc) | | [0x83850D97018f665EB746FBb8f18351e977d1b0D6](https://bscscan.com/address/0x83850D97018f665EB746FBb8f18351e977d1b0D6) | [pancakeswap](https://pancakeswap.finance/swap) | | | | | ATLAS |
| AURY | [Aurory (Wormhole)](http://coingecko.com/en/coins/aurory) | [AURYydfxJib1ZkTir1Jn1J9ECYUtjb6rKQVmtYaixWPP](https://solscan.io/address/AURYydfxJib1ZkTir1Jn1J9ECYUtjb6rKQVmtYaixWPP) | | | | | [0xF5a367b7809e5683538C93Ce638B9258A0B88271](https://bscscan.com/address/0xF5a367b7809e5683538C93Ce638B9258A0B88271) | [pancakeswap](https://pancakeswap.finance/swap) | | | | | AURY |
| RAY | [Raydium (Wormhole)](http://coingecko.com/en/coins/raydium) | [4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R](https://solscan.io/address/4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R) | [0xE617dd80c621a5072bD8cBa65E9d76c07327004d](https://etherscan.io/address/0xE617dd80c621a5072bD8cBa65E9d76c07327004d) | | [terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q](https://finder.terra.money/columbus-5/address/terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q) | | [0x13b6A55662f6591f8B8408Af1C73B017E32eEdB8](https://bscscan.com/address/0x13b6A55662f6591f8B8408Af1C73B017E32eEdB8) | [pancakeswap](https://pancakeswap.finance/swap) | | | | | RAY |
| SBR | [Saber (Wormhole)](http://coingecko.com/en/coins/saber) | [0x75344E5693ed5ecAdF4f292fFeb866c2cF8afCF1](https://solscan.io/address/0x75344E5693ed5ecAdF4f292fFeb866c2cF8afCF1) | | | [terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc](https://finder.terra.money/columbus-5/address/terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc) | | [0x75344E5693ed5ecAdF4f292fFeb866c2cF8afCF1](https://bscscan.com/address/0x75344E5693ed5ecAdF4f292fFeb866c2cF8afCF1) | | | | | | SBR |
| SOL | [SOL (Wormhole)](http://coingecko.com/en/coins/solana) | [So11111111111111111111111111111111111111112](https://solscan.io/address/So11111111111111111111111111111111111111112) | [0xD31a59c85aE9D8edEFeC411D448f90841571b89c](https://etherscan.io/address/0xD31a59c85aE9D8edEFeC411D448f90841571b89c) | [uniswap](https://app.uniswap.org/) | [terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk](https://finder.terra.money/columbus-5/address/terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk) | | [0xfA54fF1a158B5189Ebba6ae130CEd6bbd3aEA76e](https://bscscan.com/address/0xfA54fF1a158B5189Ebba6ae130CEd6bbd3aEA76e) | [pancakeswap](https://pancakeswap.finance/swap) | | [quickswap](https://quickswap.exchange/) | [0xFE6B19286885a4F7F55AdAD09C3Cd1f906D2478F](https://snowtrace.io/address/0xFE6B19286885a4F7F55AdAD09C3Cd1f906D2478F) | | SOL |
| SRMso | [Serum (Wormhole from Solana)](http://coingecko.com/en/coins/serum) | [SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt](https://solscan.io/address/SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt) | [0xE3ADAA4fb7c92AB833Ee08B3561D9c434aA2A3eE](https://etherscan.io/address/0xE3ADAA4fb7c92AB833Ee08B3561D9c434aA2A3eE) | | [terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c](https://finder.terra.money/columbus-5/address/terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c) | | [0x12BeffdCEcb547640DC30e1495E4B9cdc21922b4](https://bscscan.com/address/0x12BeffdCEcb547640DC30e1495E4B9cdc21922b4) | | | | | | SRMso |
| USDCso | [USD Coin (Wormhole from Solana)](http://coingecko.com/en/coins/usd-coin) | [EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v](https://solscan.io/address/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v) | [0x41f7B8b9b897276b7AAE926a9016935280b44E97](https://etherscan.io/address/0x41f7B8b9b897276b7AAE926a9016935280b44E97) | [uniswap](https://app.uniswap.org/) | [terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4](https://finder.terra.money/columbus-5/address/terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4) | | [0x91Ca579B0D47E5cfD5D0862c21D5659d39C8eCf0](https://bscscan.com/address/0x91Ca579B0D47E5cfD5D0862c21D5659d39C8eCf0) | [pancakeswap](https://pancakeswap.finance/swap) | | [quickswap](https://quickswap.exchange/) | [0x0950Fc1AD509358dAeaD5eB8020a3c7d8b43b9DA](https://snowtrace.io/address/0x0950Fc1AD509358dAeaD5eB8020a3c7d8b43b9DA) | | USDCso |
| USDTso | [Tether USD (Wormhole from Solana)](http://coingecko.com/en/coins/tether) | [Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB](https://solscan.io/address/Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB) | [0x1CDD2EaB61112697626F7b4bB0e23Da4FeBF7B7C](https://etherscan.io/address/0x1CDD2EaB61112697626F7b4bB0e23Da4FeBF7B7C) | [uniswap](https://app.uniswap.org/) | [terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5](https://finder.terra.money/columbus-5/address/terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5) | | [0x49d5cC521F75e13fa8eb4E89E9D381352C897c96](https://bscscan.com/address/0x49d5cC521F75e13fa8eb4E89E9D381352C897c96) | [pancakeswap](https://pancakeswap.finance/swap) | | [quickswap](https://quickswap.exchange/) | [0xF0FF231e3F1A50F83136717f287ADAB862f89431](https://snowtrace.io/address/0xF0FF231e3F1A50F83136717f287ADAB862f89431) | | USDTso |
| mSOL | [Marinade staked SOL (Wormhole)](http://coingecko.com/en/coins/marinade-staked-sol) | [mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So](https://solscan.io/address/mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So) | [0x756bFb452cFE36A5Bc82e4F5f4261A89a18c242b](https://etherscan.io/address/0x756bFb452cFE36A5Bc82e4F5f4261A89a18c242b) | | [terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y](https://finder.terra.money/columbus-5/address/terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y) | | | | | | | | mSOL |

8
src/source_terra.md Normal file
View File

@ -0,0 +1,8 @@
Resultant wrapped-asset addresses (wormholing from Terra)
===================================
| symbol | name | sourceAddress | solAddress | solMarkets | ethAddress | ethMarkets | bscAddress | bscMarkets | maticAddress | maticMarkets | avaxAddress | avaxMarkets | symbol |
|:---------|:------------------------------------------------------------|:-------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------|:------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------|:----------------------------------------------------------------------------------------------------------------------|:--------------|:-----------------|
| LUNA | [LUNA (Wormhole)](http://coingecko.com/en/coins/terra-luna) | [uluna](https://finder.terra.money/columbus-5/address/uluna) | [F6v4wfAdJB8D8p77bMXZgYt8TDKsYxLYxH5AFhUkYx9W](https://solscan.io/address/F6v4wfAdJB8D8p77bMXZgYt8TDKsYxLYxH5AFhUkYx9W) | [saber](https://www.saber.so/), [mercurial](https://mercurial.finance/), [sunny](https://app.sunny.ag/) | [0xbd31ea8212119f94a611fa969881cba3ea06fa3d](https://etherscan.io/address/0xbd31ea8212119f94a611fa969881cba3ea06fa3d) | [uniswap](https://app.uniswap.org/) | [0x156ab3346823B651294766e23e6Cf87254d68962](https://bscscan.com/address/0x156ab3346823B651294766e23e6Cf87254d68962) | | [0x9cd6746665D9557e1B9a775819625711d0693439](https://polygonscan.com/address/0x9cd6746665D9557e1B9a775819625711d0693439) | [quickswap](https://quickswap.exchange/) | [0x70928E5B188def72817b7775F0BF6325968e563B](https://snowtrace.io/address/0x70928E5B188def72817b7775F0BF6325968e563B) | | LUNA |
| UST | [UST (Wormhole)](http://coingecko.com/en/coins/terra-usd) | [uusd](https://finder.terra.money/columbus-5/address/uusd) | [9vMJfxuKxXBoEa7rM12mYLMwTacLMLDJqHozw96WQL8i](https://solscan.io/address/9vMJfxuKxXBoEa7rM12mYLMwTacLMLDJqHozw96WQL8i) | [saber](https://www.saber.so/), [mercurial](https://mercurial.finance/), [jupiter](https://jup.ag/), [aldrin](https://dex.aldrin.com/pools), [sunny](https://app.sunny.ag/), [apricot](https://app.apricot.one/) | [0xa693B19d2931d498c5B318dF961919BB4aee87a5](https://etherscan.io/address/0xa693B19d2931d498c5B318dF961919BB4aee87a5) | [curve](https://curve.fi/), [uniswap](https://app.uniswap.org/) | [0x3d4350cD54aeF9f9b2C29435e0fa809957B3F30a](https://bscscan.com/address/0x3d4350cD54aeF9f9b2C29435e0fa809957B3F30a) | [pancakeswap](https://pancakeswap.finance/swap) | [0xE6469Ba6D2fD6130788E0eA9C0a0515900563b59](https://polygonscan.com/address/0xE6469Ba6D2fD6130788E0eA9C0a0515900563b59) | [quickswap](https://quickswap.exchange/) | [0xb599c3590F42f8F995ECfa0f85D2980B76862fc1](https://snowtrace.io/address/0xb599c3590F42f8F995ECfa0f85D2980B76862fc1) | | UST |