Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 47d0448

Browse files
sleepycorgi1evan-gray
authored andcommitted
Update token_data.py
Updated token list with new tokens on ETH, APT, CELO, FANTOM, ARBITRUM
1 parent 1cee8b3 commit 47d0448

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

src/config/token_data.py

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,13 @@
513513
},
514514
"sourceDecimals": 18
515515
},
516+
"BICO": {
517+
"symbol": "BICO",
518+
"sourceAddress": "0xf17e65822b568b3903685a7c9f496cf7656cc6c2",
519+
"coingeckoId": "biconomy",
520+
"destinations": {},
521+
"sourceDecimals": 18
522+
},
516523
"BUSDet": {
517524
"symbol": "BUSDet",
518525
"name": "Binance USD (Portal from Ethereum)",
@@ -2506,6 +2513,13 @@
25062513
},
25072514
"sourceDecimals": 6
25082515
},
2516+
"sAVAX": {
2517+
"symbol": "sAVAX",
2518+
"sourceAddress": "0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE",
2519+
"coingeckoId": "benqi-liquid-staked-avax",
2520+
"destinations": {},
2521+
"sourceDecimals": 6
2522+
},
25092523
},
25102524
#################
25112525
# 7. Oasis native
@@ -2562,6 +2576,15 @@
25622576
"logo": "https://assets.coingecko.com/coins/images/4001/small/Fantom.png",
25632577
"destinations": {},
25642578
"sourceDecimals": 18
2579+
},
2580+
"USDC": {
2581+
"symbol": "USDC",
2582+
"name": " USD Coin (Portal from Fantom)",
2583+
"markets": {},
2584+
"sourceAddress": "0x04068DA6C83AFCFA0e13ba15A6696662335D5B75",
2585+
"coingeckoId": "usd-coin",
2586+
"destinations": {},
2587+
"sourceDecimals": 18
25652588
}
25662589
},
25672590
#################
@@ -2615,6 +2638,14 @@
26152638
},
26162639
},
26172640
},
2641+
"CELO": {
2642+
"symbol": "CELO",
2643+
"name": "Celo (Wormhole)",
2644+
"sourceAddress": "0x471ece3750da237f93b8e339c536989b8978a438",
2645+
"coingeckoId": "celo",
2646+
"markets": {},
2647+
"destinations": {},
2648+
}
26182649
},
26192650
#################
26202651
# 15. Near native
@@ -2662,11 +2693,39 @@
26622693
# 22. Aptos native
26632694
#################
26642695
"aptos": {
2696+
"APT": {
2697+
"symbol": "APT",
2698+
"name": "APT (Portal)",
2699+
"markets": {},
2700+
"sourceAddress": "0x1::aptos_coin::AptosCoin",
2701+
"coingeckoId": "aptos",
2702+
"logo": "",
2703+
"destinations": {},
2704+
"sourceDecimals": 18
2705+
}
26652706
},
26662707
#################
26672708
# 23. Arbitrum native
26682709
#################
26692710
"arbitrum": {
2711+
"USDC": {
2712+
"symbol": "USDC",
2713+
"name": " USD Coin (Portal from Arbitrum)",
2714+
"markets": {},
2715+
"sourceAddress": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
2716+
"coingeckoId": "usd-coin",
2717+
"destinations": {},
2718+
"sourceDecimals": 18
2719+
},
2720+
"arb": {
2721+
"symbol": "ARB",
2722+
"name": " USD Coin (Portal from Arbitrum)",
2723+
"markets": {},
2724+
"sourceAddress": "0x912CE59144191C1204E64559FE8253a0e49E6548",
2725+
"coingeckoId": "arbitrum",
2726+
"destinations": {},
2727+
"sourceDecimals": 18
2728+
}
26702729
},
26712730
#################
26722731
# 24. Optimism native

0 commit comments

Comments
 (0)