@beefyfinance/blockchain-addressbook 0.60.0 → 0.60.1
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.
|
@@ -43,6 +43,31 @@ declare const arc: {
|
|
|
43
43
|
readonly documentation: "https://developers.circle.com/docs";
|
|
44
44
|
readonly tags: readonly ["STABLECOIN"];
|
|
45
45
|
};
|
|
46
|
+
readonly cirBTC: {
|
|
47
|
+
readonly name: "Circle Wrapped Bitcoin";
|
|
48
|
+
readonly symbol: "cirBTC";
|
|
49
|
+
readonly oracleId: "cirBTC";
|
|
50
|
+
readonly address: "0x171A4217b86A807A64eB94757Db6849fb4bDbAA0";
|
|
51
|
+
readonly chainId: 5042;
|
|
52
|
+
readonly decimals: 8;
|
|
53
|
+
readonly website: "https://www.circle.com/cirbtc";
|
|
54
|
+
readonly description: "Circle Wrapped Bitcoin is a BTC-backed token issued by Circle that provides exposure to Bitcoin on Arc and unlocks utility for institutional markets.";
|
|
55
|
+
readonly documentation: "https://developers.circle.com/assets/what-is-cirbtc";
|
|
56
|
+
readonly bridge: "native";
|
|
57
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
58
|
+
};
|
|
59
|
+
readonly arcEURC: {
|
|
60
|
+
readonly name: "EURC";
|
|
61
|
+
readonly symbol: "EURC";
|
|
62
|
+
readonly oracleId: "arcEURC";
|
|
63
|
+
readonly address: "0xbEf5f6d51CB62b58e6A8f77868681825C6fe21c1";
|
|
64
|
+
readonly chainId: 5042;
|
|
65
|
+
readonly decimals: 6;
|
|
66
|
+
readonly website: "https://www.circle.com/en/eurc";
|
|
67
|
+
readonly description: "EURC is a euro-backed stablecoin that’s accessible globally on Arc, Avalanche, Ethereum, Base and Stellar. Similar to USDC, EURC is issued by Circle under a full-reserve model.";
|
|
68
|
+
readonly bridge: "native";
|
|
69
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
70
|
+
};
|
|
46
71
|
};
|
|
47
72
|
readonly tokenAddressMap: AddressToTokenMap<{
|
|
48
73
|
readonly WNATIVE: {
|
|
@@ -84,6 +109,31 @@ declare const arc: {
|
|
|
84
109
|
readonly documentation: "https://developers.circle.com/docs";
|
|
85
110
|
readonly tags: readonly ["STABLECOIN"];
|
|
86
111
|
};
|
|
112
|
+
readonly cirBTC: {
|
|
113
|
+
readonly name: "Circle Wrapped Bitcoin";
|
|
114
|
+
readonly symbol: "cirBTC";
|
|
115
|
+
readonly oracleId: "cirBTC";
|
|
116
|
+
readonly address: "0x171A4217b86A807A64eB94757Db6849fb4bDbAA0";
|
|
117
|
+
readonly chainId: 5042;
|
|
118
|
+
readonly decimals: 8;
|
|
119
|
+
readonly website: "https://www.circle.com/cirbtc";
|
|
120
|
+
readonly description: "Circle Wrapped Bitcoin is a BTC-backed token issued by Circle that provides exposure to Bitcoin on Arc and unlocks utility for institutional markets.";
|
|
121
|
+
readonly documentation: "https://developers.circle.com/assets/what-is-cirbtc";
|
|
122
|
+
readonly bridge: "native";
|
|
123
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
124
|
+
};
|
|
125
|
+
readonly arcEURC: {
|
|
126
|
+
readonly name: "EURC";
|
|
127
|
+
readonly symbol: "EURC";
|
|
128
|
+
readonly oracleId: "arcEURC";
|
|
129
|
+
readonly address: "0xbEf5f6d51CB62b58e6A8f77868681825C6fe21c1";
|
|
130
|
+
readonly chainId: 5042;
|
|
131
|
+
readonly decimals: 6;
|
|
132
|
+
readonly website: "https://www.circle.com/en/eurc";
|
|
133
|
+
readonly description: "EURC is a euro-backed stablecoin that’s accessible globally on Arc, Avalanche, Ethereum, Base and Stellar. Similar to USDC, EURC is issued by Circle under a full-reserve model.";
|
|
134
|
+
readonly bridge: "native";
|
|
135
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
136
|
+
};
|
|
87
137
|
}>;
|
|
88
138
|
readonly native: {
|
|
89
139
|
readonly symbol: "USDC";
|
|
@@ -43,6 +43,31 @@ declare const arc: {
|
|
|
43
43
|
readonly documentation: "https://developers.circle.com/docs";
|
|
44
44
|
readonly tags: readonly ["STABLECOIN"];
|
|
45
45
|
};
|
|
46
|
+
readonly cirBTC: {
|
|
47
|
+
readonly name: "Circle Wrapped Bitcoin";
|
|
48
|
+
readonly symbol: "cirBTC";
|
|
49
|
+
readonly oracleId: "cirBTC";
|
|
50
|
+
readonly address: "0x171A4217b86A807A64eB94757Db6849fb4bDbAA0";
|
|
51
|
+
readonly chainId: 5042;
|
|
52
|
+
readonly decimals: 8;
|
|
53
|
+
readonly website: "https://www.circle.com/cirbtc";
|
|
54
|
+
readonly description: "Circle Wrapped Bitcoin is a BTC-backed token issued by Circle that provides exposure to Bitcoin on Arc and unlocks utility for institutional markets.";
|
|
55
|
+
readonly documentation: "https://developers.circle.com/assets/what-is-cirbtc";
|
|
56
|
+
readonly bridge: "native";
|
|
57
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
58
|
+
};
|
|
59
|
+
readonly arcEURC: {
|
|
60
|
+
readonly name: "EURC";
|
|
61
|
+
readonly symbol: "EURC";
|
|
62
|
+
readonly oracleId: "arcEURC";
|
|
63
|
+
readonly address: "0xbEf5f6d51CB62b58e6A8f77868681825C6fe21c1";
|
|
64
|
+
readonly chainId: 5042;
|
|
65
|
+
readonly decimals: 6;
|
|
66
|
+
readonly website: "https://www.circle.com/en/eurc";
|
|
67
|
+
readonly description: "EURC is a euro-backed stablecoin that’s accessible globally on Arc, Avalanche, Ethereum, Base and Stellar. Similar to USDC, EURC is issued by Circle under a full-reserve model.";
|
|
68
|
+
readonly bridge: "native";
|
|
69
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
70
|
+
};
|
|
46
71
|
};
|
|
47
72
|
readonly tokenAddressMap: AddressToTokenMap<{
|
|
48
73
|
readonly WNATIVE: {
|
|
@@ -84,6 +109,31 @@ declare const arc: {
|
|
|
84
109
|
readonly documentation: "https://developers.circle.com/docs";
|
|
85
110
|
readonly tags: readonly ["STABLECOIN"];
|
|
86
111
|
};
|
|
112
|
+
readonly cirBTC: {
|
|
113
|
+
readonly name: "Circle Wrapped Bitcoin";
|
|
114
|
+
readonly symbol: "cirBTC";
|
|
115
|
+
readonly oracleId: "cirBTC";
|
|
116
|
+
readonly address: "0x171A4217b86A807A64eB94757Db6849fb4bDbAA0";
|
|
117
|
+
readonly chainId: 5042;
|
|
118
|
+
readonly decimals: 8;
|
|
119
|
+
readonly website: "https://www.circle.com/cirbtc";
|
|
120
|
+
readonly description: "Circle Wrapped Bitcoin is a BTC-backed token issued by Circle that provides exposure to Bitcoin on Arc and unlocks utility for institutional markets.";
|
|
121
|
+
readonly documentation: "https://developers.circle.com/assets/what-is-cirbtc";
|
|
122
|
+
readonly bridge: "native";
|
|
123
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
124
|
+
};
|
|
125
|
+
readonly arcEURC: {
|
|
126
|
+
readonly name: "EURC";
|
|
127
|
+
readonly symbol: "EURC";
|
|
128
|
+
readonly oracleId: "arcEURC";
|
|
129
|
+
readonly address: "0xbEf5f6d51CB62b58e6A8f77868681825C6fe21c1";
|
|
130
|
+
readonly chainId: 5042;
|
|
131
|
+
readonly decimals: 6;
|
|
132
|
+
readonly website: "https://www.circle.com/en/eurc";
|
|
133
|
+
readonly description: "EURC is a euro-backed stablecoin that’s accessible globally on Arc, Avalanche, Ethereum, Base and Stellar. Similar to USDC, EURC is issued by Circle under a full-reserve model.";
|
|
134
|
+
readonly bridge: "native";
|
|
135
|
+
readonly tags: readonly ["STABLECOIN"];
|
|
136
|
+
};
|
|
87
137
|
}>;
|
|
88
138
|
readonly native: {
|
|
89
139
|
readonly symbol: "USDC";
|
|
@@ -15,7 +15,32 @@ const USDC = {
|
|
|
15
15
|
const tokens = {
|
|
16
16
|
WNATIVE: USDC,
|
|
17
17
|
FEES: USDC,
|
|
18
|
-
USDC
|
|
18
|
+
USDC,
|
|
19
|
+
cirBTC: {
|
|
20
|
+
name: "Circle Wrapped Bitcoin",
|
|
21
|
+
symbol: "cirBTC",
|
|
22
|
+
oracleId: "cirBTC",
|
|
23
|
+
address: "0x171A4217b86A807A64eB94757Db6849fb4bDbAA0",
|
|
24
|
+
chainId: 5042,
|
|
25
|
+
decimals: 8,
|
|
26
|
+
website: "https://www.circle.com/cirbtc",
|
|
27
|
+
description: "Circle Wrapped Bitcoin is a BTC-backed token issued by Circle that provides exposure to Bitcoin on Arc and unlocks utility for institutional markets.",
|
|
28
|
+
documentation: "https://developers.circle.com/assets/what-is-cirbtc",
|
|
29
|
+
bridge: "native",
|
|
30
|
+
tags: ["BLUECHIP"]
|
|
31
|
+
},
|
|
32
|
+
arcEURC: {
|
|
33
|
+
name: "EURC",
|
|
34
|
+
symbol: "EURC",
|
|
35
|
+
oracleId: "arcEURC",
|
|
36
|
+
address: "0xbEf5f6d51CB62b58e6A8f77868681825C6fe21c1",
|
|
37
|
+
chainId: 5042,
|
|
38
|
+
decimals: 6,
|
|
39
|
+
website: "https://www.circle.com/en/eurc",
|
|
40
|
+
description: "EURC is a euro-backed stablecoin that’s accessible globally on Arc, Avalanche, Ethereum, Base and Stellar. Similar to USDC, EURC is issued by Circle under a full-reserve model.",
|
|
41
|
+
bridge: "native",
|
|
42
|
+
tags: ["STABLECOIN"]
|
|
43
|
+
}
|
|
19
44
|
};
|
|
20
45
|
//#endregion
|
|
21
46
|
exports.tokens = tokens;
|
|
@@ -15,7 +15,32 @@ const USDC = {
|
|
|
15
15
|
const tokens = {
|
|
16
16
|
WNATIVE: USDC,
|
|
17
17
|
FEES: USDC,
|
|
18
|
-
USDC
|
|
18
|
+
USDC,
|
|
19
|
+
cirBTC: {
|
|
20
|
+
name: "Circle Wrapped Bitcoin",
|
|
21
|
+
symbol: "cirBTC",
|
|
22
|
+
oracleId: "cirBTC",
|
|
23
|
+
address: "0x171A4217b86A807A64eB94757Db6849fb4bDbAA0",
|
|
24
|
+
chainId: 5042,
|
|
25
|
+
decimals: 8,
|
|
26
|
+
website: "https://www.circle.com/cirbtc",
|
|
27
|
+
description: "Circle Wrapped Bitcoin is a BTC-backed token issued by Circle that provides exposure to Bitcoin on Arc and unlocks utility for institutional markets.",
|
|
28
|
+
documentation: "https://developers.circle.com/assets/what-is-cirbtc",
|
|
29
|
+
bridge: "native",
|
|
30
|
+
tags: ["BLUECHIP"]
|
|
31
|
+
},
|
|
32
|
+
arcEURC: {
|
|
33
|
+
name: "EURC",
|
|
34
|
+
symbol: "EURC",
|
|
35
|
+
oracleId: "arcEURC",
|
|
36
|
+
address: "0xbEf5f6d51CB62b58e6A8f77868681825C6fe21c1",
|
|
37
|
+
chainId: 5042,
|
|
38
|
+
decimals: 6,
|
|
39
|
+
website: "https://www.circle.com/en/eurc",
|
|
40
|
+
description: "EURC is a euro-backed stablecoin that’s accessible globally on Arc, Avalanche, Ethereum, Base and Stellar. Similar to USDC, EURC is issued by Circle under a full-reserve model.",
|
|
41
|
+
bridge: "native",
|
|
42
|
+
tags: ["STABLECOIN"]
|
|
43
|
+
}
|
|
19
44
|
};
|
|
20
45
|
//#endregion
|
|
21
46
|
export { tokens };
|
package/package.json
CHANGED