Skip to content

Commit

Permalink
Merge pull request #652 from wanderwallet/development
Browse files Browse the repository at this point in the history
Update ao pid
  • Loading branch information
7i7o authored Feb 8, 2025
2 parents 98e9d16 + a2087a1 commit 27869a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/tokens/aoTokens/ao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export const defaultTokens: TokenInfo[] = [
Ticker: "AO",
Denomination: 12,
Logo: "UkS-mdoiG8hcAClhKK8ch4ZhEzla0mCPDOix9hpdSFE",
processId: "m3PaWzK4PTG9lAaqYQPaPdOcXdO8hYqi5Fe9NWqXd0w"
// processId: "m3PaWzK4PTG9lAaqYQPaPdOcXdO8hYqi5Fe9NWqXd0w"
processId: "0syT13r0s0tgPmIed95bJnuSqaD29HQNN8D3ElLSrsc"
},
{
Name: "Q Arweave",
Expand Down
7 changes: 5 additions & 2 deletions src/utils/ao_import.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
import { getAoTokens } from "~tokens";
import { ExtensionStorage } from "./storage";

export const AO_NATIVE_TOKEN = "m3PaWzK4PTG9lAaqYQPaPdOcXdO8hYqi5Fe9NWqXd0w";
// export const AO_NATIVE_TOKEN = "m3PaWzK4PTG9lAaqYQPaPdOcXdO8hYqi5Fe9NWqXd0w";
export const AO_NATIVE_TOKEN = "0syT13r0s0tgPmIed95bJnuSqaD29HQNN8D3ElLSrsc";
export const EXP_TOKEN = "aYrCboXVSl1AXL9gPFe3tfRxRf0ZmkOXH65mKT0HHZw";
export const AO_NATIVE_TOKEN_BALANCE_MIRROR =
"Pi-WmAQp2-mh-oWH9lWpz5EthlUDj_W0IusAv-RXhRk";
// export const AO_NATIVE_OLD_TOKEN =
// "BJj8sNao3XPqsoJnea4DnJyPzHnKhkhcY1HtWBxHcLs";
export const AO_NATIVE_OLD_TOKEN =
"BJj8sNao3XPqsoJnea4DnJyPzHnKhkhcY1HtWBxHcLs";
"m3PaWzK4PTG9lAaqYQPaPdOcXdO8hYqi5Fe9NWqXd0w";

export const AO_NATIVE_TOKEN_INFO = {
Name: "AO",
Expand Down

0 comments on commit 27869a3

Please sign in to comment.