@relai-fi/x402 0.5.15 → 0.5.16

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
@@ -137,14 +137,6 @@ var NETWORK_TOKENS = {
137
137
  decimals: 6,
138
138
  domainVersion: "2",
139
139
  isStableUsd: true
140
- },
141
- {
142
- address: "0x185a7228a7ef0ff5c1b6b3f1045e0b95547ca143",
143
- symbol: "BBRL",
144
- name: "Braza BRL",
145
- decimals: 18,
146
- domainVersion: "2",
147
- isStableUsd: false
148
140
  }
149
141
  ],
150
142
  "ethereum": [
@@ -246,8 +238,7 @@ var GECKOTERMINAL_NETWORK_BY_RELAI = {
246
238
  };
247
239
  var COINGECKO_ID_BY_SYMBOL = {
248
240
  WETH: "ethereum",
249
- WBTC: "bitcoin",
250
- BBRL: "braza-brl"
241
+ WBTC: "bitcoin"
251
242
  };
252
243
  function isStableUsdToken(token) {
253
244
  if (token.isStableUsd === true) return true;