@beefyfinance/blockchain-addressbook 0.57.1 → 0.57.2
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/build/address-book/ethereum/index.d.ts +24 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +12 -0
- package/build/address-book/ethereum/tokens/tokens.js +12 -0
- package/build-esm/address-book/ethereum/index.d.ts +24 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +12 -0
- package/build-esm/address-book/ethereum/tokens/tokens.js +12 -0
- package/package.json +1 -1
|
@@ -2987,6 +2987,18 @@ export declare const ethereum: {
|
|
|
2987
2987
|
readonly bridge: "native";
|
|
2988
2988
|
readonly tags: readonly ["BLUECHIP"];
|
|
2989
2989
|
};
|
|
2990
|
+
readonly PAXG: {
|
|
2991
|
+
readonly name: "Paxos Gold";
|
|
2992
|
+
readonly symbol: "PAXG";
|
|
2993
|
+
readonly oracleId: "PAXG";
|
|
2994
|
+
readonly address: "0x45804880De22913dAFE09f4980848ECE6EcbAf78";
|
|
2995
|
+
readonly chainId: 1;
|
|
2996
|
+
readonly decimals: 18;
|
|
2997
|
+
readonly website: "https://www.paxos.com/pax-gold";
|
|
2998
|
+
readonly documentation: "https://docs.paxos.com/guides/stablecoin/paxg";
|
|
2999
|
+
readonly description: "Paxos Gold (PAXG) is a regulated tokenized gold product where each token represents one fine troy ounce of London Good Delivery gold held in LBMA-accredited vaults.";
|
|
3000
|
+
readonly bridge: "native";
|
|
3001
|
+
};
|
|
2990
3002
|
};
|
|
2991
3003
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2992
3004
|
readonly WNATIVE: {
|
|
@@ -5974,6 +5986,18 @@ export declare const ethereum: {
|
|
|
5974
5986
|
readonly bridge: "native";
|
|
5975
5987
|
readonly tags: readonly ["BLUECHIP"];
|
|
5976
5988
|
};
|
|
5989
|
+
readonly PAXG: {
|
|
5990
|
+
readonly name: "Paxos Gold";
|
|
5991
|
+
readonly symbol: "PAXG";
|
|
5992
|
+
readonly oracleId: "PAXG";
|
|
5993
|
+
readonly address: "0x45804880De22913dAFE09f4980848ECE6EcbAf78";
|
|
5994
|
+
readonly chainId: 1;
|
|
5995
|
+
readonly decimals: 18;
|
|
5996
|
+
readonly website: "https://www.paxos.com/pax-gold";
|
|
5997
|
+
readonly documentation: "https://docs.paxos.com/guides/stablecoin/paxg";
|
|
5998
|
+
readonly description: "Paxos Gold (PAXG) is a regulated tokenized gold product where each token represents one fine troy ounce of London Good Delivery gold held in LBMA-accredited vaults.";
|
|
5999
|
+
readonly bridge: "native";
|
|
6000
|
+
};
|
|
5977
6001
|
}>;
|
|
5978
6002
|
readonly native: {
|
|
5979
6003
|
readonly symbol: "ETH";
|
|
@@ -2984,4 +2984,16 @@ export declare const tokens: {
|
|
|
2984
2984
|
readonly bridge: "native";
|
|
2985
2985
|
readonly tags: readonly ["BLUECHIP"];
|
|
2986
2986
|
};
|
|
2987
|
+
readonly PAXG: {
|
|
2988
|
+
readonly name: "Paxos Gold";
|
|
2989
|
+
readonly symbol: "PAXG";
|
|
2990
|
+
readonly oracleId: "PAXG";
|
|
2991
|
+
readonly address: "0x45804880De22913dAFE09f4980848ECE6EcbAf78";
|
|
2992
|
+
readonly chainId: 1;
|
|
2993
|
+
readonly decimals: 18;
|
|
2994
|
+
readonly website: "https://www.paxos.com/pax-gold";
|
|
2995
|
+
readonly documentation: "https://docs.paxos.com/guides/stablecoin/paxg";
|
|
2996
|
+
readonly description: "Paxos Gold (PAXG) is a regulated tokenized gold product where each token represents one fine troy ounce of London Good Delivery gold held in LBMA-accredited vaults.";
|
|
2997
|
+
readonly bridge: "native";
|
|
2998
|
+
};
|
|
2987
2999
|
};
|
|
@@ -2953,4 +2953,16 @@ exports.tokens = {
|
|
|
2953
2953
|
bridge: 'native',
|
|
2954
2954
|
tags: ['BLUECHIP'],
|
|
2955
2955
|
},
|
|
2956
|
+
PAXG: {
|
|
2957
|
+
name: 'Paxos Gold',
|
|
2958
|
+
symbol: 'PAXG',
|
|
2959
|
+
oracleId: 'PAXG',
|
|
2960
|
+
address: '0x45804880De22913dAFE09f4980848ECE6EcbAf78',
|
|
2961
|
+
chainId: 1,
|
|
2962
|
+
decimals: 18,
|
|
2963
|
+
website: 'https://www.paxos.com/pax-gold',
|
|
2964
|
+
documentation: 'https://docs.paxos.com/guides/stablecoin/paxg',
|
|
2965
|
+
description: 'Paxos Gold (PAXG) is a regulated tokenized gold product where each token represents one fine troy ounce of London Good Delivery gold held in LBMA-accredited vaults.',
|
|
2966
|
+
bridge: 'native',
|
|
2967
|
+
},
|
|
2956
2968
|
};
|
|
@@ -2987,6 +2987,18 @@ export declare const ethereum: {
|
|
|
2987
2987
|
readonly bridge: "native";
|
|
2988
2988
|
readonly tags: readonly ["BLUECHIP"];
|
|
2989
2989
|
};
|
|
2990
|
+
readonly PAXG: {
|
|
2991
|
+
readonly name: "Paxos Gold";
|
|
2992
|
+
readonly symbol: "PAXG";
|
|
2993
|
+
readonly oracleId: "PAXG";
|
|
2994
|
+
readonly address: "0x45804880De22913dAFE09f4980848ECE6EcbAf78";
|
|
2995
|
+
readonly chainId: 1;
|
|
2996
|
+
readonly decimals: 18;
|
|
2997
|
+
readonly website: "https://www.paxos.com/pax-gold";
|
|
2998
|
+
readonly documentation: "https://docs.paxos.com/guides/stablecoin/paxg";
|
|
2999
|
+
readonly description: "Paxos Gold (PAXG) is a regulated tokenized gold product where each token represents one fine troy ounce of London Good Delivery gold held in LBMA-accredited vaults.";
|
|
3000
|
+
readonly bridge: "native";
|
|
3001
|
+
};
|
|
2990
3002
|
};
|
|
2991
3003
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2992
3004
|
readonly WNATIVE: {
|
|
@@ -5974,6 +5986,18 @@ export declare const ethereum: {
|
|
|
5974
5986
|
readonly bridge: "native";
|
|
5975
5987
|
readonly tags: readonly ["BLUECHIP"];
|
|
5976
5988
|
};
|
|
5989
|
+
readonly PAXG: {
|
|
5990
|
+
readonly name: "Paxos Gold";
|
|
5991
|
+
readonly symbol: "PAXG";
|
|
5992
|
+
readonly oracleId: "PAXG";
|
|
5993
|
+
readonly address: "0x45804880De22913dAFE09f4980848ECE6EcbAf78";
|
|
5994
|
+
readonly chainId: 1;
|
|
5995
|
+
readonly decimals: 18;
|
|
5996
|
+
readonly website: "https://www.paxos.com/pax-gold";
|
|
5997
|
+
readonly documentation: "https://docs.paxos.com/guides/stablecoin/paxg";
|
|
5998
|
+
readonly description: "Paxos Gold (PAXG) is a regulated tokenized gold product where each token represents one fine troy ounce of London Good Delivery gold held in LBMA-accredited vaults.";
|
|
5999
|
+
readonly bridge: "native";
|
|
6000
|
+
};
|
|
5977
6001
|
}>;
|
|
5978
6002
|
readonly native: {
|
|
5979
6003
|
readonly symbol: "ETH";
|
|
@@ -2984,4 +2984,16 @@ export declare const tokens: {
|
|
|
2984
2984
|
readonly bridge: "native";
|
|
2985
2985
|
readonly tags: readonly ["BLUECHIP"];
|
|
2986
2986
|
};
|
|
2987
|
+
readonly PAXG: {
|
|
2988
|
+
readonly name: "Paxos Gold";
|
|
2989
|
+
readonly symbol: "PAXG";
|
|
2990
|
+
readonly oracleId: "PAXG";
|
|
2991
|
+
readonly address: "0x45804880De22913dAFE09f4980848ECE6EcbAf78";
|
|
2992
|
+
readonly chainId: 1;
|
|
2993
|
+
readonly decimals: 18;
|
|
2994
|
+
readonly website: "https://www.paxos.com/pax-gold";
|
|
2995
|
+
readonly documentation: "https://docs.paxos.com/guides/stablecoin/paxg";
|
|
2996
|
+
readonly description: "Paxos Gold (PAXG) is a regulated tokenized gold product where each token represents one fine troy ounce of London Good Delivery gold held in LBMA-accredited vaults.";
|
|
2997
|
+
readonly bridge: "native";
|
|
2998
|
+
};
|
|
2987
2999
|
};
|
|
@@ -2950,4 +2950,16 @@ export const tokens = {
|
|
|
2950
2950
|
bridge: 'native',
|
|
2951
2951
|
tags: ['BLUECHIP'],
|
|
2952
2952
|
},
|
|
2953
|
+
PAXG: {
|
|
2954
|
+
name: 'Paxos Gold',
|
|
2955
|
+
symbol: 'PAXG',
|
|
2956
|
+
oracleId: 'PAXG',
|
|
2957
|
+
address: '0x45804880De22913dAFE09f4980848ECE6EcbAf78',
|
|
2958
|
+
chainId: 1,
|
|
2959
|
+
decimals: 18,
|
|
2960
|
+
website: 'https://www.paxos.com/pax-gold',
|
|
2961
|
+
documentation: 'https://docs.paxos.com/guides/stablecoin/paxg',
|
|
2962
|
+
description: 'Paxos Gold (PAXG) is a regulated tokenized gold product where each token represents one fine troy ounce of London Good Delivery gold held in LBMA-accredited vaults.',
|
|
2963
|
+
bridge: 'native',
|
|
2964
|
+
},
|
|
2953
2965
|
};
|
package/package.json
CHANGED