feat: Add PAXG to default ETH tokens list (#2830)

David Adegoke committed Jan 23, 2026 at 14:31 UTC b716fb4ec3680bf88ae2add74375470b197c5938
1 file changed +7
cw_evm/lib/tokens/ethereum_tokens.dart
+7
@@ -75,6 +75,13 @@ class EthereumTokens {
75 decimal: 8,
76 enabled: false,
77 ),
78 + Erc20Token(
79 + name: "Paxos Gold",
80 + symbol: "PAXG",
81 + contractAddress: "0x45804880de22913dafe09f4980848ece6ecbaf78",
82 + decimal: 18,
83 + enabled: false,
84 + ),
85 ];
86
87 return tokens.map((token) {