Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,18 @@ components:
- NEM
- Centrifuge
- Canton
- ZIGChain
- Axelar
- zkSync Era
- Filecoin
- Scroll
- Plasma
- Codex
- World Chain
- Sei
- Monad
- The Open Network
- Gram
example:
Ethereum
Testnet_Networks:
Expand Down Expand Up @@ -1251,6 +1263,13 @@ components:
- Berachain
- Sui
- Canton
- Axelar
- Celestia
- Plasma
- World Chain
- Monad
- The Open Network
- Gram
example:
Westend
Coin_Class:
Expand Down
3 changes: 3 additions & 0 deletions v2/api-validator/src/client/generated/models/Blockchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,7 @@ export enum Blockchain {
XIN_FIN_NETWORK = 'XinFin Network',
XRP = 'XRP',
ZCASH = 'ZCash',
LINEA = 'Linea',
BABYLON = 'Babylon',
CANTON = 'Canton',
}
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,7 @@ export enum CryptocurrencySymbol {
XRP = 'XRP',
XTZ = 'XTZ',
ZEC = 'ZEC',
GRAM = 'GRAM',
BABY = 'BABY',
CANTON = 'CANTON',
}
7 changes: 6 additions & 1 deletion v2/openapi/fb-provider-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,9 @@ components:
- XinFin Network
- XRP
- ZCash

- Linea
- Babylon
- Canton
CryptocurrencySymbol:
type: string
enum:
Expand Down Expand Up @@ -1307,6 +1309,9 @@ components:
- XRP
- XTZ
- ZEC
- GRAM
- BABY
- CANTON

NationalCurrencyCode:
type: string
Expand Down
6 changes: 6 additions & 0 deletions v2/openapi/fb-unified-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3163,6 +3163,9 @@ components:
- XinFin Network
- XRP
- ZCash
- Linea
- Babylon
- Canton
CryptocurrencySymbol:
type: string
enum:
Expand Down Expand Up @@ -3230,6 +3233,9 @@ components:
- XRP
- XTZ
- ZEC
- GRAM
- BABY
- CANTON
NationalCurrencyCode:
type: string
description: National currency codes as defined in ISO 4217.
Expand Down
Loading