Skip to content

Commit

Permalink
add: Manta tokens LAB.m and TIA
Browse files Browse the repository at this point in the history
  • Loading branch information
coccoinomane committed Apr 19, 2024
1 parent 4721857 commit e64a00e
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/web3core/seeds/contracts/manta_contract_seeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@
"chain": "manta",
}

tia: ContractFields = {
"name": "tia",
"desc": "Celestia Token",
"type": "erc20",
"address": "0x6Fae4D9935E2fcb11fC79a64e917fb2BF14DaFaa",
"chain": "manta",
}

dai: ContractFields = {
"name": "dai",
"desc": "DAI Maker stablecoin",
Expand Down Expand Up @@ -74,6 +82,14 @@
"chain": "manta",
}

labm: ContractFields = {
"name": "labm",
"desc": "LayerBank Token",
"type": "erc20",
"address": "0x20a512dbdc0d006f46e6ca11329034eb3d18c997",
"chain": "manta",
}

gai: ContractFields = {
"name": "gai",
"desc": "GAI Stablecoin",
Expand All @@ -99,7 +115,7 @@
}

asm: ContractFields = {
"name": "asmatch",
"name": "asm",
"desc": "As Match token",
"type": "erc20",
"address": "0xcd5d6de3fdbce1895f0dac13a065673599ed6806",
Expand Down Expand Up @@ -129,11 +145,13 @@
manta,
usdc,
usdt,
tia,
dai,
wbtc,
stone,
wusdm,
usdm,
labm,
gai,
gok,
maticx,
Expand Down

0 comments on commit e64a00e

Please sign in to comment.