@beefyfinance/blockchain-addressbook 0.56.4 → 0.56.6
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 +26 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +13 -0
- package/build/address-book/ethereum/tokens/tokens.js +13 -0
- package/build/address-book/robinhood/index.d.ts +24 -0
- package/build/address-book/robinhood/tokens/tokens.d.ts +12 -0
- package/build/address-book/robinhood/tokens/tokens.js +49 -40
- package/build-esm/address-book/ethereum/index.d.ts +26 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/ethereum/tokens/tokens.js +13 -0
- package/build-esm/address-book/robinhood/index.d.ts +24 -0
- package/build-esm/address-book/robinhood/tokens/tokens.d.ts +12 -0
- package/build-esm/address-book/robinhood/tokens/tokens.js +49 -40
- package/package.json +1 -1
|
@@ -2974,6 +2974,19 @@ export declare const ethereum: {
|
|
|
2974
2974
|
readonly bridge: "native";
|
|
2975
2975
|
readonly tags: readonly ["STABLECOIN"];
|
|
2976
2976
|
};
|
|
2977
|
+
readonly AAVE: {
|
|
2978
|
+
readonly name: "Aave Token";
|
|
2979
|
+
readonly symbol: "AAVE";
|
|
2980
|
+
readonly oracleId: "AAVE";
|
|
2981
|
+
readonly address: "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9";
|
|
2982
|
+
readonly chainId: 1;
|
|
2983
|
+
readonly decimals: 18;
|
|
2984
|
+
readonly website: "https://aave.com/";
|
|
2985
|
+
readonly documentation: "https://docs.aave.com/";
|
|
2986
|
+
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
2987
|
+
readonly bridge: "native";
|
|
2988
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2989
|
+
};
|
|
2977
2990
|
};
|
|
2978
2991
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2979
2992
|
readonly WNATIVE: {
|
|
@@ -5948,6 +5961,19 @@ export declare const ethereum: {
|
|
|
5948
5961
|
readonly bridge: "native";
|
|
5949
5962
|
readonly tags: readonly ["STABLECOIN"];
|
|
5950
5963
|
};
|
|
5964
|
+
readonly AAVE: {
|
|
5965
|
+
readonly name: "Aave Token";
|
|
5966
|
+
readonly symbol: "AAVE";
|
|
5967
|
+
readonly oracleId: "AAVE";
|
|
5968
|
+
readonly address: "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9";
|
|
5969
|
+
readonly chainId: 1;
|
|
5970
|
+
readonly decimals: 18;
|
|
5971
|
+
readonly website: "https://aave.com/";
|
|
5972
|
+
readonly documentation: "https://docs.aave.com/";
|
|
5973
|
+
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
5974
|
+
readonly bridge: "native";
|
|
5975
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5976
|
+
};
|
|
5951
5977
|
}>;
|
|
5952
5978
|
readonly native: {
|
|
5953
5979
|
readonly symbol: "ETH";
|
|
@@ -2971,4 +2971,17 @@ export declare const tokens: {
|
|
|
2971
2971
|
readonly bridge: "native";
|
|
2972
2972
|
readonly tags: readonly ["STABLECOIN"];
|
|
2973
2973
|
};
|
|
2974
|
+
readonly AAVE: {
|
|
2975
|
+
readonly name: "Aave Token";
|
|
2976
|
+
readonly symbol: "AAVE";
|
|
2977
|
+
readonly oracleId: "AAVE";
|
|
2978
|
+
readonly address: "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9";
|
|
2979
|
+
readonly chainId: 1;
|
|
2980
|
+
readonly decimals: 18;
|
|
2981
|
+
readonly website: "https://aave.com/";
|
|
2982
|
+
readonly documentation: "https://docs.aave.com/";
|
|
2983
|
+
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
2984
|
+
readonly bridge: "native";
|
|
2985
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2986
|
+
};
|
|
2974
2987
|
};
|
|
@@ -2940,4 +2940,17 @@ exports.tokens = {
|
|
|
2940
2940
|
bridge: 'native',
|
|
2941
2941
|
tags: ['STABLECOIN'],
|
|
2942
2942
|
},
|
|
2943
|
+
AAVE: {
|
|
2944
|
+
name: 'Aave Token',
|
|
2945
|
+
symbol: 'AAVE',
|
|
2946
|
+
oracleId: 'AAVE',
|
|
2947
|
+
address: '0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9',
|
|
2948
|
+
chainId: 1,
|
|
2949
|
+
decimals: 18,
|
|
2950
|
+
website: 'https://aave.com/',
|
|
2951
|
+
documentation: 'https://docs.aave.com/',
|
|
2952
|
+
description: 'Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.',
|
|
2953
|
+
bridge: 'native',
|
|
2954
|
+
tags: ['BLUECHIP'],
|
|
2955
|
+
},
|
|
2943
2956
|
};
|
|
@@ -115,6 +115,18 @@ export declare const robinhood: {
|
|
|
115
115
|
readonly documentation: "https://up33.xyz/docs";
|
|
116
116
|
readonly bridge: "native";
|
|
117
117
|
};
|
|
118
|
+
readonly PONS: {
|
|
119
|
+
readonly name: "Pons";
|
|
120
|
+
readonly symbol: "PONS";
|
|
121
|
+
readonly oracleId: "PONS";
|
|
122
|
+
readonly address: "0x39dBED3a2bd333467115dE45665cC57F813C4571";
|
|
123
|
+
readonly chainId: 4663;
|
|
124
|
+
readonly decimals: 18;
|
|
125
|
+
readonly website: "https://www.ponsfamily.com/launchpad";
|
|
126
|
+
readonly description: "Launchpad token for Pons 100% of fees go back to Pons";
|
|
127
|
+
readonly documentation: "";
|
|
128
|
+
readonly bridge: "native";
|
|
129
|
+
};
|
|
118
130
|
};
|
|
119
131
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
120
132
|
readonly WNATIVE: {
|
|
@@ -230,6 +242,18 @@ export declare const robinhood: {
|
|
|
230
242
|
readonly documentation: "https://up33.xyz/docs";
|
|
231
243
|
readonly bridge: "native";
|
|
232
244
|
};
|
|
245
|
+
readonly PONS: {
|
|
246
|
+
readonly name: "Pons";
|
|
247
|
+
readonly symbol: "PONS";
|
|
248
|
+
readonly oracleId: "PONS";
|
|
249
|
+
readonly address: "0x39dBED3a2bd333467115dE45665cC57F813C4571";
|
|
250
|
+
readonly chainId: 4663;
|
|
251
|
+
readonly decimals: 18;
|
|
252
|
+
readonly website: "https://www.ponsfamily.com/launchpad";
|
|
253
|
+
readonly description: "Launchpad token for Pons 100% of fees go back to Pons";
|
|
254
|
+
readonly documentation: "";
|
|
255
|
+
readonly bridge: "native";
|
|
256
|
+
};
|
|
233
257
|
}>;
|
|
234
258
|
readonly native: {
|
|
235
259
|
readonly symbol: "ETH";
|
|
@@ -112,4 +112,16 @@ export declare const tokens: {
|
|
|
112
112
|
readonly documentation: "https://up33.xyz/docs";
|
|
113
113
|
readonly bridge: "native";
|
|
114
114
|
};
|
|
115
|
+
readonly PONS: {
|
|
116
|
+
readonly name: "Pons";
|
|
117
|
+
readonly symbol: "PONS";
|
|
118
|
+
readonly oracleId: "PONS";
|
|
119
|
+
readonly address: "0x39dBED3a2bd333467115dE45665cC57F813C4571";
|
|
120
|
+
readonly chainId: 4663;
|
|
121
|
+
readonly decimals: 18;
|
|
122
|
+
readonly website: "https://www.ponsfamily.com/launchpad";
|
|
123
|
+
readonly description: "Launchpad token for Pons 100% of fees go back to Pons";
|
|
124
|
+
readonly documentation: "";
|
|
125
|
+
readonly bridge: "native";
|
|
126
|
+
};
|
|
115
127
|
};
|
|
@@ -14,43 +14,6 @@ const ETH = {
|
|
|
14
14
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
15
15
|
tags: ['BLUECHIP'],
|
|
16
16
|
};
|
|
17
|
-
const USDG = {
|
|
18
|
-
name: 'Global Dollar',
|
|
19
|
-
address: '0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168',
|
|
20
|
-
symbol: 'USDG',
|
|
21
|
-
oracleId: 'USDG',
|
|
22
|
-
decimals: 6,
|
|
23
|
-
chainId: 4663,
|
|
24
|
-
website: 'https://globaldollar.com/',
|
|
25
|
-
description: 'Global Dollar (USDG) is a single-currency stablecoin pegged to the US dollar, issued by Paxos. Built for payments, settlements and treasury, USDG can be used as an interoperable building block for open-source smart contracts.',
|
|
26
|
-
bridge: 'layer-zero',
|
|
27
|
-
documentation: 'https://docs.paxos.com/guides/stablecoin/usdg',
|
|
28
|
-
tags: ['STABLECOIN'],
|
|
29
|
-
};
|
|
30
|
-
const CASHCAT = {
|
|
31
|
-
name: 'Cash Cat',
|
|
32
|
-
address: '0x020bfC650A365f8BB26819deAAbF3E21291018b4',
|
|
33
|
-
symbol: 'CASHCAT',
|
|
34
|
-
oracleId: 'CASHCAT',
|
|
35
|
-
decimals: 18,
|
|
36
|
-
chainId: 4663,
|
|
37
|
-
website: 'https://cashcattoken.xyz/',
|
|
38
|
-
description: 'The cat that became a hood. The mascot of the movement before the movement had a logo. $CASHCAT honors the origin story of Robinhood Chain.',
|
|
39
|
-
bridge: 'native',
|
|
40
|
-
documentation: 'https://cashcattoken.xyz/#tokenomics',
|
|
41
|
-
tags: ['MEMECOIN'],
|
|
42
|
-
};
|
|
43
|
-
const TENDIES = {
|
|
44
|
-
name: 'TENDIES',
|
|
45
|
-
address: '0x45242320DBB855EeA8Fd36804C6487E10E97FCF9',
|
|
46
|
-
symbol: 'TENDIES',
|
|
47
|
-
oracleId: 'TENDIES',
|
|
48
|
-
decimals: 18,
|
|
49
|
-
chainId: 4663,
|
|
50
|
-
description: 'Tendies is a community/meme token. There is no team, there is no supply hoarding.',
|
|
51
|
-
bridge: 'native',
|
|
52
|
-
tags: ['MEMECOIN'],
|
|
53
|
-
};
|
|
54
17
|
const UP = {
|
|
55
18
|
name: 'up',
|
|
56
19
|
symbol: 'UP33',
|
|
@@ -68,9 +31,55 @@ exports.tokens = {
|
|
|
68
31
|
FEES: ETH,
|
|
69
32
|
ETH,
|
|
70
33
|
WETH: ETH,
|
|
71
|
-
USDG
|
|
72
|
-
|
|
73
|
-
|
|
34
|
+
USDG: {
|
|
35
|
+
name: 'Global Dollar',
|
|
36
|
+
address: '0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168',
|
|
37
|
+
symbol: 'USDG',
|
|
38
|
+
oracleId: 'USDG',
|
|
39
|
+
decimals: 6,
|
|
40
|
+
chainId: 4663,
|
|
41
|
+
website: 'https://globaldollar.com/',
|
|
42
|
+
description: 'Global Dollar (USDG) is a single-currency stablecoin pegged to the US dollar, issued by Paxos. Built for payments, settlements and treasury, USDG can be used as an interoperable building block for open-source smart contracts.',
|
|
43
|
+
bridge: 'layer-zero',
|
|
44
|
+
documentation: 'https://docs.paxos.com/guides/stablecoin/usdg',
|
|
45
|
+
tags: ['STABLECOIN'],
|
|
46
|
+
},
|
|
47
|
+
CASHCAT: {
|
|
48
|
+
name: 'Cash Cat',
|
|
49
|
+
address: '0x020bfC650A365f8BB26819deAAbF3E21291018b4',
|
|
50
|
+
symbol: 'CASHCAT',
|
|
51
|
+
oracleId: 'CASHCAT',
|
|
52
|
+
decimals: 18,
|
|
53
|
+
chainId: 4663,
|
|
54
|
+
website: 'https://cashcattoken.xyz/',
|
|
55
|
+
description: 'The cat that became a hood. The mascot of the movement before the movement had a logo. $CASHCAT honors the origin story of Robinhood Chain.',
|
|
56
|
+
bridge: 'native',
|
|
57
|
+
documentation: 'https://cashcattoken.xyz/#tokenomics',
|
|
58
|
+
tags: ['MEMECOIN'],
|
|
59
|
+
},
|
|
60
|
+
TENDIES: {
|
|
61
|
+
name: 'TENDIES',
|
|
62
|
+
address: '0x45242320DBB855EeA8Fd36804C6487E10E97FCF9',
|
|
63
|
+
symbol: 'TENDIES',
|
|
64
|
+
oracleId: 'TENDIES',
|
|
65
|
+
decimals: 18,
|
|
66
|
+
chainId: 4663,
|
|
67
|
+
description: 'Tendies is a community/meme token. There is no team, there is no supply hoarding.',
|
|
68
|
+
bridge: 'native',
|
|
69
|
+
tags: ['MEMECOIN'],
|
|
70
|
+
},
|
|
74
71
|
UP,
|
|
75
72
|
UP33: UP,
|
|
73
|
+
PONS: {
|
|
74
|
+
name: 'Pons',
|
|
75
|
+
symbol: 'PONS',
|
|
76
|
+
oracleId: 'PONS',
|
|
77
|
+
address: '0x39dBED3a2bd333467115dE45665cC57F813C4571',
|
|
78
|
+
chainId: 4663,
|
|
79
|
+
decimals: 18,
|
|
80
|
+
website: 'https://www.ponsfamily.com/launchpad',
|
|
81
|
+
description: 'Launchpad token for Pons 100% of fees go back to Pons',
|
|
82
|
+
documentation: '',
|
|
83
|
+
bridge: 'native',
|
|
84
|
+
},
|
|
76
85
|
};
|
|
@@ -2974,6 +2974,19 @@ export declare const ethereum: {
|
|
|
2974
2974
|
readonly bridge: "native";
|
|
2975
2975
|
readonly tags: readonly ["STABLECOIN"];
|
|
2976
2976
|
};
|
|
2977
|
+
readonly AAVE: {
|
|
2978
|
+
readonly name: "Aave Token";
|
|
2979
|
+
readonly symbol: "AAVE";
|
|
2980
|
+
readonly oracleId: "AAVE";
|
|
2981
|
+
readonly address: "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9";
|
|
2982
|
+
readonly chainId: 1;
|
|
2983
|
+
readonly decimals: 18;
|
|
2984
|
+
readonly website: "https://aave.com/";
|
|
2985
|
+
readonly documentation: "https://docs.aave.com/";
|
|
2986
|
+
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
2987
|
+
readonly bridge: "native";
|
|
2988
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2989
|
+
};
|
|
2977
2990
|
};
|
|
2978
2991
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2979
2992
|
readonly WNATIVE: {
|
|
@@ -5948,6 +5961,19 @@ export declare const ethereum: {
|
|
|
5948
5961
|
readonly bridge: "native";
|
|
5949
5962
|
readonly tags: readonly ["STABLECOIN"];
|
|
5950
5963
|
};
|
|
5964
|
+
readonly AAVE: {
|
|
5965
|
+
readonly name: "Aave Token";
|
|
5966
|
+
readonly symbol: "AAVE";
|
|
5967
|
+
readonly oracleId: "AAVE";
|
|
5968
|
+
readonly address: "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9";
|
|
5969
|
+
readonly chainId: 1;
|
|
5970
|
+
readonly decimals: 18;
|
|
5971
|
+
readonly website: "https://aave.com/";
|
|
5972
|
+
readonly documentation: "https://docs.aave.com/";
|
|
5973
|
+
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
5974
|
+
readonly bridge: "native";
|
|
5975
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5976
|
+
};
|
|
5951
5977
|
}>;
|
|
5952
5978
|
readonly native: {
|
|
5953
5979
|
readonly symbol: "ETH";
|
|
@@ -2971,4 +2971,17 @@ export declare const tokens: {
|
|
|
2971
2971
|
readonly bridge: "native";
|
|
2972
2972
|
readonly tags: readonly ["STABLECOIN"];
|
|
2973
2973
|
};
|
|
2974
|
+
readonly AAVE: {
|
|
2975
|
+
readonly name: "Aave Token";
|
|
2976
|
+
readonly symbol: "AAVE";
|
|
2977
|
+
readonly oracleId: "AAVE";
|
|
2978
|
+
readonly address: "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9";
|
|
2979
|
+
readonly chainId: 1;
|
|
2980
|
+
readonly decimals: 18;
|
|
2981
|
+
readonly website: "https://aave.com/";
|
|
2982
|
+
readonly documentation: "https://docs.aave.com/";
|
|
2983
|
+
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
2984
|
+
readonly bridge: "native";
|
|
2985
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2986
|
+
};
|
|
2974
2987
|
};
|
|
@@ -2937,4 +2937,17 @@ export const tokens = {
|
|
|
2937
2937
|
bridge: 'native',
|
|
2938
2938
|
tags: ['STABLECOIN'],
|
|
2939
2939
|
},
|
|
2940
|
+
AAVE: {
|
|
2941
|
+
name: 'Aave Token',
|
|
2942
|
+
symbol: 'AAVE',
|
|
2943
|
+
oracleId: 'AAVE',
|
|
2944
|
+
address: '0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9',
|
|
2945
|
+
chainId: 1,
|
|
2946
|
+
decimals: 18,
|
|
2947
|
+
website: 'https://aave.com/',
|
|
2948
|
+
documentation: 'https://docs.aave.com/',
|
|
2949
|
+
description: 'Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.',
|
|
2950
|
+
bridge: 'native',
|
|
2951
|
+
tags: ['BLUECHIP'],
|
|
2952
|
+
},
|
|
2940
2953
|
};
|
|
@@ -115,6 +115,18 @@ export declare const robinhood: {
|
|
|
115
115
|
readonly documentation: "https://up33.xyz/docs";
|
|
116
116
|
readonly bridge: "native";
|
|
117
117
|
};
|
|
118
|
+
readonly PONS: {
|
|
119
|
+
readonly name: "Pons";
|
|
120
|
+
readonly symbol: "PONS";
|
|
121
|
+
readonly oracleId: "PONS";
|
|
122
|
+
readonly address: "0x39dBED3a2bd333467115dE45665cC57F813C4571";
|
|
123
|
+
readonly chainId: 4663;
|
|
124
|
+
readonly decimals: 18;
|
|
125
|
+
readonly website: "https://www.ponsfamily.com/launchpad";
|
|
126
|
+
readonly description: "Launchpad token for Pons 100% of fees go back to Pons";
|
|
127
|
+
readonly documentation: "";
|
|
128
|
+
readonly bridge: "native";
|
|
129
|
+
};
|
|
118
130
|
};
|
|
119
131
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
120
132
|
readonly WNATIVE: {
|
|
@@ -230,6 +242,18 @@ export declare const robinhood: {
|
|
|
230
242
|
readonly documentation: "https://up33.xyz/docs";
|
|
231
243
|
readonly bridge: "native";
|
|
232
244
|
};
|
|
245
|
+
readonly PONS: {
|
|
246
|
+
readonly name: "Pons";
|
|
247
|
+
readonly symbol: "PONS";
|
|
248
|
+
readonly oracleId: "PONS";
|
|
249
|
+
readonly address: "0x39dBED3a2bd333467115dE45665cC57F813C4571";
|
|
250
|
+
readonly chainId: 4663;
|
|
251
|
+
readonly decimals: 18;
|
|
252
|
+
readonly website: "https://www.ponsfamily.com/launchpad";
|
|
253
|
+
readonly description: "Launchpad token for Pons 100% of fees go back to Pons";
|
|
254
|
+
readonly documentation: "";
|
|
255
|
+
readonly bridge: "native";
|
|
256
|
+
};
|
|
233
257
|
}>;
|
|
234
258
|
readonly native: {
|
|
235
259
|
readonly symbol: "ETH";
|
|
@@ -112,4 +112,16 @@ export declare const tokens: {
|
|
|
112
112
|
readonly documentation: "https://up33.xyz/docs";
|
|
113
113
|
readonly bridge: "native";
|
|
114
114
|
};
|
|
115
|
+
readonly PONS: {
|
|
116
|
+
readonly name: "Pons";
|
|
117
|
+
readonly symbol: "PONS";
|
|
118
|
+
readonly oracleId: "PONS";
|
|
119
|
+
readonly address: "0x39dBED3a2bd333467115dE45665cC57F813C4571";
|
|
120
|
+
readonly chainId: 4663;
|
|
121
|
+
readonly decimals: 18;
|
|
122
|
+
readonly website: "https://www.ponsfamily.com/launchpad";
|
|
123
|
+
readonly description: "Launchpad token for Pons 100% of fees go back to Pons";
|
|
124
|
+
readonly documentation: "";
|
|
125
|
+
readonly bridge: "native";
|
|
126
|
+
};
|
|
115
127
|
};
|
|
@@ -11,43 +11,6 @@ const ETH = {
|
|
|
11
11
|
documentation: 'https://ethereum.org/en/developers/docs/',
|
|
12
12
|
tags: ['BLUECHIP'],
|
|
13
13
|
};
|
|
14
|
-
const USDG = {
|
|
15
|
-
name: 'Global Dollar',
|
|
16
|
-
address: '0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168',
|
|
17
|
-
symbol: 'USDG',
|
|
18
|
-
oracleId: 'USDG',
|
|
19
|
-
decimals: 6,
|
|
20
|
-
chainId: 4663,
|
|
21
|
-
website: 'https://globaldollar.com/',
|
|
22
|
-
description: 'Global Dollar (USDG) is a single-currency stablecoin pegged to the US dollar, issued by Paxos. Built for payments, settlements and treasury, USDG can be used as an interoperable building block for open-source smart contracts.',
|
|
23
|
-
bridge: 'layer-zero',
|
|
24
|
-
documentation: 'https://docs.paxos.com/guides/stablecoin/usdg',
|
|
25
|
-
tags: ['STABLECOIN'],
|
|
26
|
-
};
|
|
27
|
-
const CASHCAT = {
|
|
28
|
-
name: 'Cash Cat',
|
|
29
|
-
address: '0x020bfC650A365f8BB26819deAAbF3E21291018b4',
|
|
30
|
-
symbol: 'CASHCAT',
|
|
31
|
-
oracleId: 'CASHCAT',
|
|
32
|
-
decimals: 18,
|
|
33
|
-
chainId: 4663,
|
|
34
|
-
website: 'https://cashcattoken.xyz/',
|
|
35
|
-
description: 'The cat that became a hood. The mascot of the movement before the movement had a logo. $CASHCAT honors the origin story of Robinhood Chain.',
|
|
36
|
-
bridge: 'native',
|
|
37
|
-
documentation: 'https://cashcattoken.xyz/#tokenomics',
|
|
38
|
-
tags: ['MEMECOIN'],
|
|
39
|
-
};
|
|
40
|
-
const TENDIES = {
|
|
41
|
-
name: 'TENDIES',
|
|
42
|
-
address: '0x45242320DBB855EeA8Fd36804C6487E10E97FCF9',
|
|
43
|
-
symbol: 'TENDIES',
|
|
44
|
-
oracleId: 'TENDIES',
|
|
45
|
-
decimals: 18,
|
|
46
|
-
chainId: 4663,
|
|
47
|
-
description: 'Tendies is a community/meme token. There is no team, there is no supply hoarding.',
|
|
48
|
-
bridge: 'native',
|
|
49
|
-
tags: ['MEMECOIN'],
|
|
50
|
-
};
|
|
51
14
|
const UP = {
|
|
52
15
|
name: 'up',
|
|
53
16
|
symbol: 'UP33',
|
|
@@ -65,9 +28,55 @@ export const tokens = {
|
|
|
65
28
|
FEES: ETH,
|
|
66
29
|
ETH,
|
|
67
30
|
WETH: ETH,
|
|
68
|
-
USDG
|
|
69
|
-
|
|
70
|
-
|
|
31
|
+
USDG: {
|
|
32
|
+
name: 'Global Dollar',
|
|
33
|
+
address: '0x5fc5360D0400a0Fd4f2af552ADD042D716F1d168',
|
|
34
|
+
symbol: 'USDG',
|
|
35
|
+
oracleId: 'USDG',
|
|
36
|
+
decimals: 6,
|
|
37
|
+
chainId: 4663,
|
|
38
|
+
website: 'https://globaldollar.com/',
|
|
39
|
+
description: 'Global Dollar (USDG) is a single-currency stablecoin pegged to the US dollar, issued by Paxos. Built for payments, settlements and treasury, USDG can be used as an interoperable building block for open-source smart contracts.',
|
|
40
|
+
bridge: 'layer-zero',
|
|
41
|
+
documentation: 'https://docs.paxos.com/guides/stablecoin/usdg',
|
|
42
|
+
tags: ['STABLECOIN'],
|
|
43
|
+
},
|
|
44
|
+
CASHCAT: {
|
|
45
|
+
name: 'Cash Cat',
|
|
46
|
+
address: '0x020bfC650A365f8BB26819deAAbF3E21291018b4',
|
|
47
|
+
symbol: 'CASHCAT',
|
|
48
|
+
oracleId: 'CASHCAT',
|
|
49
|
+
decimals: 18,
|
|
50
|
+
chainId: 4663,
|
|
51
|
+
website: 'https://cashcattoken.xyz/',
|
|
52
|
+
description: 'The cat that became a hood. The mascot of the movement before the movement had a logo. $CASHCAT honors the origin story of Robinhood Chain.',
|
|
53
|
+
bridge: 'native',
|
|
54
|
+
documentation: 'https://cashcattoken.xyz/#tokenomics',
|
|
55
|
+
tags: ['MEMECOIN'],
|
|
56
|
+
},
|
|
57
|
+
TENDIES: {
|
|
58
|
+
name: 'TENDIES',
|
|
59
|
+
address: '0x45242320DBB855EeA8Fd36804C6487E10E97FCF9',
|
|
60
|
+
symbol: 'TENDIES',
|
|
61
|
+
oracleId: 'TENDIES',
|
|
62
|
+
decimals: 18,
|
|
63
|
+
chainId: 4663,
|
|
64
|
+
description: 'Tendies is a community/meme token. There is no team, there is no supply hoarding.',
|
|
65
|
+
bridge: 'native',
|
|
66
|
+
tags: ['MEMECOIN'],
|
|
67
|
+
},
|
|
71
68
|
UP,
|
|
72
69
|
UP33: UP,
|
|
70
|
+
PONS: {
|
|
71
|
+
name: 'Pons',
|
|
72
|
+
symbol: 'PONS',
|
|
73
|
+
oracleId: 'PONS',
|
|
74
|
+
address: '0x39dBED3a2bd333467115dE45665cC57F813C4571',
|
|
75
|
+
chainId: 4663,
|
|
76
|
+
decimals: 18,
|
|
77
|
+
website: 'https://www.ponsfamily.com/launchpad',
|
|
78
|
+
description: 'Launchpad token for Pons 100% of fees go back to Pons',
|
|
79
|
+
documentation: '',
|
|
80
|
+
bridge: 'native',
|
|
81
|
+
},
|
|
73
82
|
};
|
package/package.json
CHANGED