Skip to content

Commit

Permalink
feat: extend usomm support (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidax authored Feb 8, 2024
1 parent 8b68503 commit 18bbb96
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/data/evm_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -3182,6 +3182,34 @@
"symbol": "axlSOMM",
"decimals": 6,
"transfer_fee": 10.0
},
{
"chain": "base",
"address": "0x4e914bbDCDE0f455A8aC9d59d3bF739c46287Ed2",
"symbol": "axlSOMM",
"decimals": 6,
"transfer_fee": 33.0
},
{
"chain": "binance",
"address": "0xBa0651622b11110Ef1F04cE7c78f10ca0AF997bD",
"symbol": "axlSOMM",
"decimals": 6,
"transfer_fee": 10.0
},
{
"chain": "optimism",
"address": "0x4e914bbDCDE0f455A8aC9d59d3bF739c46287Ed2",
"symbol": "axlSOMM",
"decimals": 6,
"transfer_fee": 33.0
},
{
"chain": "polygon",
"address": "0xDd96E9c50f5dA40180e3848e712D349Ad2511D57",
"symbol": "axlSOMM",
"decimals": 6,
"transfer_fee": 10.0
}
]
},
Expand Down
28 changes: 28 additions & 0 deletions src/data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1904,6 +1904,13 @@
"name": null,
"is_native": false,
"address": "0xC35294306B17FA2A30Eda3bdd345630e516111F5"
},
"usomm": {
"symbol": "axlSOMM",
"decimals": 6,
"name": null,
"is_native": false,
"address": "0x4e914bbDCDE0f455A8aC9d59d3bF739c46287Ed2"
}
},
"binance": {
Expand Down Expand Up @@ -2179,6 +2186,13 @@
"name": null,
"is_native": false,
"address": "0xeB3e10979280aDd77f3E59cf220885646A852784"
},
"usomm": {
"symbol": "axlSOMM",
"decimals": 6,
"name": null,
"is_native": false,
"address": "0xBa0651622b11110Ef1F04cE7c78f10ca0AF997bD"
}
},
"carbon": {
Expand Down Expand Up @@ -6270,6 +6284,13 @@
"name": null,
"is_native": false,
"address": "0xC35294306B17FA2A30Eda3bdd345630e516111F5"
},
"usomm": {
"symbol": "axlSOMM",
"decimals": 6,
"name": null,
"is_native": false,
"address": "0x4e914bbDCDE0f455A8aC9d59d3bF739c46287Ed2"
}
},
"osmosis": {
Expand Down Expand Up @@ -6941,6 +6962,13 @@
"name": null,
"is_native": false,
"address": "0x59BE025398162d0B911E0b9D8a6FEB52dF64637f"
},
"usomm": {
"symbol": "axlSOMM",
"decimals": 6,
"name": null,
"is_native": false,
"address": "0xDd96E9c50f5dA40180e3848e712D349Ad2511D57"
}
},
"provenance": {
Expand Down

0 comments on commit 18bbb96

Please sign in to comment.