@beefyfinance/blockchain-addressbook 0.57.0 → 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/address-book/robinhood/index.d.ts +26 -0
- package/build/address-book/robinhood/tokens/tokens.d.ts +13 -0
- package/build/address-book/robinhood/tokens/tokens.js +13 -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/build-esm/address-book/robinhood/index.d.ts +26 -0
- package/build-esm/address-book/robinhood/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/robinhood/tokens/tokens.js +13 -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
|
};
|
|
@@ -67,6 +67,19 @@ export declare const robinhood: {
|
|
|
67
67
|
readonly documentation: "https://docs.paxos.com/guides/stablecoin/usdg";
|
|
68
68
|
readonly tags: readonly ["STABLECOIN"];
|
|
69
69
|
};
|
|
70
|
+
readonly rhGME: {
|
|
71
|
+
readonly name: "GameStop • Robinhood Token";
|
|
72
|
+
readonly address: "0x1b0E319c6A659F002271B69dB8A7df2F911c153E";
|
|
73
|
+
readonly symbol: "GME";
|
|
74
|
+
readonly oracleId: "rhGME";
|
|
75
|
+
readonly decimals: 18;
|
|
76
|
+
readonly chainId: 4663;
|
|
77
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
78
|
+
readonly description: "GameStop Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to GameStop shares without conferring ownership or shareholder rights.";
|
|
79
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_gamestop.pdf";
|
|
80
|
+
readonly bridge: "native";
|
|
81
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
82
|
+
};
|
|
70
83
|
readonly CASHCAT: {
|
|
71
84
|
readonly name: "Cash Cat";
|
|
72
85
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -194,6 +207,19 @@ export declare const robinhood: {
|
|
|
194
207
|
readonly documentation: "https://docs.paxos.com/guides/stablecoin/usdg";
|
|
195
208
|
readonly tags: readonly ["STABLECOIN"];
|
|
196
209
|
};
|
|
210
|
+
readonly rhGME: {
|
|
211
|
+
readonly name: "GameStop • Robinhood Token";
|
|
212
|
+
readonly address: "0x1b0E319c6A659F002271B69dB8A7df2F911c153E";
|
|
213
|
+
readonly symbol: "GME";
|
|
214
|
+
readonly oracleId: "rhGME";
|
|
215
|
+
readonly decimals: 18;
|
|
216
|
+
readonly chainId: 4663;
|
|
217
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
218
|
+
readonly description: "GameStop Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to GameStop shares without conferring ownership or shareholder rights.";
|
|
219
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_gamestop.pdf";
|
|
220
|
+
readonly bridge: "native";
|
|
221
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
222
|
+
};
|
|
197
223
|
readonly CASHCAT: {
|
|
198
224
|
readonly name: "Cash Cat";
|
|
199
225
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -64,6 +64,19 @@ export declare const tokens: {
|
|
|
64
64
|
readonly documentation: "https://docs.paxos.com/guides/stablecoin/usdg";
|
|
65
65
|
readonly tags: readonly ["STABLECOIN"];
|
|
66
66
|
};
|
|
67
|
+
readonly rhGME: {
|
|
68
|
+
readonly name: "GameStop • Robinhood Token";
|
|
69
|
+
readonly address: "0x1b0E319c6A659F002271B69dB8A7df2F911c153E";
|
|
70
|
+
readonly symbol: "GME";
|
|
71
|
+
readonly oracleId: "rhGME";
|
|
72
|
+
readonly decimals: 18;
|
|
73
|
+
readonly chainId: 4663;
|
|
74
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
75
|
+
readonly description: "GameStop Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to GameStop shares without conferring ownership or shareholder rights.";
|
|
76
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_gamestop.pdf";
|
|
77
|
+
readonly bridge: "native";
|
|
78
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
79
|
+
};
|
|
67
80
|
readonly CASHCAT: {
|
|
68
81
|
readonly name: "Cash Cat";
|
|
69
82
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -44,6 +44,19 @@ exports.tokens = {
|
|
|
44
44
|
documentation: 'https://docs.paxos.com/guides/stablecoin/usdg',
|
|
45
45
|
tags: ['STABLECOIN'],
|
|
46
46
|
},
|
|
47
|
+
rhGME: {
|
|
48
|
+
name: 'GameStop • Robinhood Token',
|
|
49
|
+
address: '0x1b0E319c6A659F002271B69dB8A7df2F911c153E',
|
|
50
|
+
symbol: 'GME',
|
|
51
|
+
oracleId: 'rhGME',
|
|
52
|
+
decimals: 18,
|
|
53
|
+
chainId: 4663,
|
|
54
|
+
website: 'https://robinhood.com/rhj/stocktokens/',
|
|
55
|
+
description: 'GameStop Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to GameStop shares without conferring ownership or shareholder rights.',
|
|
56
|
+
documentation: 'https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_gamestop.pdf',
|
|
57
|
+
bridge: 'native',
|
|
58
|
+
tags: ['LARGE_HOLDERS'],
|
|
59
|
+
},
|
|
47
60
|
CASHCAT: {
|
|
48
61
|
name: 'Cash Cat',
|
|
49
62
|
address: '0x020bfC650A365f8BB26819deAAbF3E21291018b4',
|
|
@@ -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
|
};
|
|
@@ -67,6 +67,19 @@ export declare const robinhood: {
|
|
|
67
67
|
readonly documentation: "https://docs.paxos.com/guides/stablecoin/usdg";
|
|
68
68
|
readonly tags: readonly ["STABLECOIN"];
|
|
69
69
|
};
|
|
70
|
+
readonly rhGME: {
|
|
71
|
+
readonly name: "GameStop • Robinhood Token";
|
|
72
|
+
readonly address: "0x1b0E319c6A659F002271B69dB8A7df2F911c153E";
|
|
73
|
+
readonly symbol: "GME";
|
|
74
|
+
readonly oracleId: "rhGME";
|
|
75
|
+
readonly decimals: 18;
|
|
76
|
+
readonly chainId: 4663;
|
|
77
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
78
|
+
readonly description: "GameStop Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to GameStop shares without conferring ownership or shareholder rights.";
|
|
79
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_gamestop.pdf";
|
|
80
|
+
readonly bridge: "native";
|
|
81
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
82
|
+
};
|
|
70
83
|
readonly CASHCAT: {
|
|
71
84
|
readonly name: "Cash Cat";
|
|
72
85
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -194,6 +207,19 @@ export declare const robinhood: {
|
|
|
194
207
|
readonly documentation: "https://docs.paxos.com/guides/stablecoin/usdg";
|
|
195
208
|
readonly tags: readonly ["STABLECOIN"];
|
|
196
209
|
};
|
|
210
|
+
readonly rhGME: {
|
|
211
|
+
readonly name: "GameStop • Robinhood Token";
|
|
212
|
+
readonly address: "0x1b0E319c6A659F002271B69dB8A7df2F911c153E";
|
|
213
|
+
readonly symbol: "GME";
|
|
214
|
+
readonly oracleId: "rhGME";
|
|
215
|
+
readonly decimals: 18;
|
|
216
|
+
readonly chainId: 4663;
|
|
217
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
218
|
+
readonly description: "GameStop Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to GameStop shares without conferring ownership or shareholder rights.";
|
|
219
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_gamestop.pdf";
|
|
220
|
+
readonly bridge: "native";
|
|
221
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
222
|
+
};
|
|
197
223
|
readonly CASHCAT: {
|
|
198
224
|
readonly name: "Cash Cat";
|
|
199
225
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -64,6 +64,19 @@ export declare const tokens: {
|
|
|
64
64
|
readonly documentation: "https://docs.paxos.com/guides/stablecoin/usdg";
|
|
65
65
|
readonly tags: readonly ["STABLECOIN"];
|
|
66
66
|
};
|
|
67
|
+
readonly rhGME: {
|
|
68
|
+
readonly name: "GameStop • Robinhood Token";
|
|
69
|
+
readonly address: "0x1b0E319c6A659F002271B69dB8A7df2F911c153E";
|
|
70
|
+
readonly symbol: "GME";
|
|
71
|
+
readonly oracleId: "rhGME";
|
|
72
|
+
readonly decimals: 18;
|
|
73
|
+
readonly chainId: 4663;
|
|
74
|
+
readonly website: "https://robinhood.com/rhj/stocktokens/";
|
|
75
|
+
readonly description: "GameStop Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to GameStop shares without conferring ownership or shareholder rights.";
|
|
76
|
+
readonly documentation: "https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_gamestop.pdf";
|
|
77
|
+
readonly bridge: "native";
|
|
78
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
79
|
+
};
|
|
67
80
|
readonly CASHCAT: {
|
|
68
81
|
readonly name: "Cash Cat";
|
|
69
82
|
readonly address: "0x020bfC650A365f8BB26819deAAbF3E21291018b4";
|
|
@@ -41,6 +41,19 @@ export const tokens = {
|
|
|
41
41
|
documentation: 'https://docs.paxos.com/guides/stablecoin/usdg',
|
|
42
42
|
tags: ['STABLECOIN'],
|
|
43
43
|
},
|
|
44
|
+
rhGME: {
|
|
45
|
+
name: 'GameStop • Robinhood Token',
|
|
46
|
+
address: '0x1b0E319c6A659F002271B69dB8A7df2F911c153E',
|
|
47
|
+
symbol: 'GME',
|
|
48
|
+
oracleId: 'rhGME',
|
|
49
|
+
decimals: 18,
|
|
50
|
+
chainId: 4663,
|
|
51
|
+
website: 'https://robinhood.com/rhj/stocktokens/',
|
|
52
|
+
description: 'GameStop Robinhood Token is a tokenized debt security issued by Robinhood Assets (Jersey) Limited that provides price exposure to GameStop shares without conferring ownership or shareholder rights.',
|
|
53
|
+
documentation: 'https://cdn.robinhood.com/assets/robinhood/legal/rhj_final_terms_for_tokenised_debt_securities_linked_to_gamestop.pdf',
|
|
54
|
+
bridge: 'native',
|
|
55
|
+
tags: ['LARGE_HOLDERS'],
|
|
56
|
+
},
|
|
44
57
|
CASHCAT: {
|
|
45
58
|
name: 'Cash Cat',
|
|
46
59
|
address: '0x020bfC650A365f8BB26819deAAbF3E21291018b4',
|
package/package.json
CHANGED