@relai-fi/x402 0.5.15 → 0.5.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -32,14 +32,12 @@ var NETWORK_TOKENS = {
32
32
  }
33
33
  ],
34
34
  "base": [
35
- {
36
- address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
37
- symbol: "USDC",
38
- name: "USD Coin",
39
- decimals: 6,
40
- domainVersion: "2",
41
- isStableUsd: true
42
- }
35
+ { address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", symbol: "USDC", name: "USD Coin", decimals: 6, domainVersion: "2", isStableUsd: true },
36
+ { address: "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2", symbol: "USDT", name: "Tether USD", decimals: 6, domainVersion: "1", isStableUsd: true },
37
+ { address: "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42", symbol: "EURC", name: "Euro Coin", decimals: 6, domainVersion: "2", isStableUsd: false },
38
+ { address: "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb", symbol: "DAI", name: "Dai Stablecoin", decimals: 18, domainVersion: "1", isStableUsd: true },
39
+ { address: "0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22", symbol: "cbETH", name: "Coinbase Wrapped Ether", decimals: 18, domainVersion: "1", isStableUsd: false },
40
+ { address: "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf", symbol: "cbBTC", name: "Coinbase Wrapped BTC", decimals: 8, domainVersion: "1", isStableUsd: false }
43
41
  ],
44
42
  "avalanche": [
45
43
  {
@@ -137,14 +135,6 @@ var NETWORK_TOKENS = {
137
135
  decimals: 6,
138
136
  domainVersion: "2",
139
137
  isStableUsd: true
140
- },
141
- {
142
- address: "0x185a7228a7ef0ff5c1b6b3f1045e0b95547ca143",
143
- symbol: "BBRL",
144
- name: "Braza BRL",
145
- decimals: 18,
146
- domainVersion: "2",
147
- isStableUsd: false
148
138
  }
149
139
  ],
150
140
  "ethereum": [
@@ -247,7 +237,11 @@ var GECKOTERMINAL_NETWORK_BY_RELAI = {
247
237
  var COINGECKO_ID_BY_SYMBOL = {
248
238
  WETH: "ethereum",
249
239
  WBTC: "bitcoin",
250
- BBRL: "braza-brl"
240
+ USDT: "tether",
241
+ EURC: "euro-coin",
242
+ DAI: "dai",
243
+ cbETH: "coinbase-wrapped-staked-eth",
244
+ cbBTC: "coinbase-wrapped-btc"
251
245
  };
252
246
  function isStableUsdToken(token) {
253
247
  if (token.isStableUsd === true) return true;