diff --git a/src/coins-logos/obot.png b/src/coins-logos/obot.png new file mode 100644 index 0000000..3eb55c6 Binary files /dev/null and b/src/coins-logos/obot.png differ diff --git a/src/coins.json b/src/coins.json index b881522..401076e 100644 --- a/src/coins.json +++ b/src/coins.json @@ -1578,5 +1578,16 @@ "symbol": "DMAGA", "type": "0xa331c0ce4c558895772ac3e61c85fa441500e3536ecfbdefbb167698d153d6c3::DMAGA::DMAGA", "symbol_with_bridge": "DMAGA" + }, + { + "chainId": 1, + "decimals": 8, + "logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/obot.png", + "name": "OBOT", + "order": 1001, + "source": "aptos", + "symbol": "OBOT", + "type": "0x8512b34017e087c3707748869ddc317d83f3fe70ab3a162abdc055c761ca9906::OBOT::OBOT", + "symbol_with_bridge": "OBOT" } ] diff --git a/src/pools.json b/src/pools.json index d9c1ba2..ad1600f 100644 --- a/src/pools.json +++ b/src/pools.json @@ -736,5 +736,12 @@ "curve": "unstable", "contract": "0.5", "networkId": 1 + }, + { + "coinX": "0x8512b34017e087c3707748869ddc317d83f3fe70ab3a162abdc055c761ca9906::OBOT::OBOT", + "coinY": "0x1::aptos_coin::AptosCoin", + "curve": "unstable", + "contract": "0.5", + "networkId": 1 } ]