@bgd-labs/aave-address-book 4.35.1 → 4.36.0
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/dist/AaveAddressBook.d.mts +5 -3
- package/dist/AaveAddressBook.d.ts +5 -3
- package/dist/AaveAddressBook.js +6 -0
- package/dist/AaveAddressBook.js.map +1 -1
- package/dist/AaveAddressBook.mjs +4 -0
- package/dist/AaveAddressBook.mjs.map +1 -1
- package/dist/{AaveV3Ethereum-1ek_ctSE.d.mts → AaveV3Ethereum-B0ns0uTz.d.mts} +2 -2
- package/dist/{AaveV3Ethereum-1ek_ctSE.d.ts → AaveV3Ethereum-B0ns0uTz.d.ts} +2 -2
- package/dist/AaveV3Ethereum.d.mts +1 -1
- package/dist/AaveV3Ethereum.d.ts +1 -1
- package/dist/AaveV3Ethereum.js +2 -2
- package/dist/AaveV3Ethereum.js.map +1 -1
- package/dist/AaveV3Ethereum.mjs +2 -2
- package/dist/AaveV3Ethereum.mjs.map +1 -1
- package/dist/AaveV3EthereumHorizon-LNYyVPi7.d.mts +232 -0
- package/dist/AaveV3EthereumHorizon-LNYyVPi7.d.ts +232 -0
- package/dist/AaveV3EthereumHorizon.d.mts +1 -0
- package/dist/AaveV3EthereumHorizon.d.ts +1 -0
- package/dist/AaveV3EthereumHorizon.js +277 -0
- package/dist/AaveV3EthereumHorizon.js.map +1 -0
- package/dist/AaveV3EthereumHorizon.mjs +230 -0
- package/dist/AaveV3EthereumHorizon.mjs.map +1 -0
- package/dist/{GhoGnosis-OBvgWKIV.d.mts → GhoGnosis-DoqEolA_.d.mts} +4 -2
- package/dist/{GhoGnosis-OBvgWKIV.d.ts → GhoGnosis-DoqEolA_.d.ts} +4 -2
- package/dist/GhoGnosis.d.mts +1 -1
- package/dist/GhoGnosis.d.ts +1 -1
- package/dist/GhoGnosis.js +5 -2
- package/dist/GhoGnosis.js.map +1 -1
- package/dist/GhoGnosis.mjs +3 -1
- package/dist/GhoGnosis.mjs.map +1 -1
- package/dist/{GhoInk-DO3i-Nwh.d.mts → GhoInk-DDKVLj6m.d.mts} +4 -2
- package/dist/{GhoInk-DO3i-Nwh.d.ts → GhoInk-DDKVLj6m.d.ts} +4 -2
- package/dist/GhoInk.d.mts +1 -1
- package/dist/GhoInk.d.ts +1 -1
- package/dist/GhoInk.js +5 -2
- package/dist/GhoInk.js.map +1 -1
- package/dist/GhoInk.mjs +3 -1
- package/dist/GhoInk.mjs.map +1 -1
- package/dist/GhoPlasma-CFRmQ6V2.d.mts +20 -0
- package/dist/GhoPlasma-CFRmQ6V2.d.ts +20 -0
- package/dist/GhoPlasma.d.mts +1 -0
- package/dist/GhoPlasma.d.ts +1 -0
- package/dist/GhoPlasma.js +49 -0
- package/dist/GhoPlasma.js.map +1 -0
- package/dist/GhoPlasma.mjs +18 -0
- package/dist/GhoPlasma.mjs.map +1 -0
- package/dist/tokenlist.d.mts +177 -9
- package/dist/tokenlist.d.ts +177 -9
- package/dist/tokenlist.js +143 -9
- package/dist/tokenlist.js.map +1 -1
- package/dist/tokenlist.mjs +143 -9
- package/dist/tokenlist.mjs.map +1 -1
- package/package.json +1 -1
- package/src/AaveV3EthereumHorizon.sol +245 -0
- package/src/GhoGnosis.sol +3 -0
- package/src/GhoInk.sol +3 -0
- package/src/GhoPlasma.sol +23 -0
- package/tokenlist.json +143 -9
package/dist/tokenlist.mjs
CHANGED
|
@@ -8131,6 +8131,145 @@ var tokens = [
|
|
|
8131
8131
|
underlying: "0x853d955aCEf822Db058eb8505911ED77F175b99e"
|
|
8132
8132
|
}
|
|
8133
8133
|
},
|
|
8134
|
+
{
|
|
8135
|
+
chainId: 1,
|
|
8136
|
+
address: "0x946281A2d0DD6e650d08f74833323D66AE4c8b12",
|
|
8137
|
+
name: "Aave Horizon RWA GHO",
|
|
8138
|
+
decimals: 18,
|
|
8139
|
+
symbol: "aHorRwaGHO",
|
|
8140
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
8141
|
+
logoURI: "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/agho.svg",
|
|
8142
|
+
extensions: {
|
|
8143
|
+
pool: "0xAe05Cd22df81871bc7cC2a04BeCfb516bFe332C8",
|
|
8144
|
+
underlying: "0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f"
|
|
8145
|
+
}
|
|
8146
|
+
},
|
|
8147
|
+
{
|
|
8148
|
+
chainId: 1,
|
|
8149
|
+
address: "0x68215B6533c47ff9f7125aC95adf00fE4a62f79e",
|
|
8150
|
+
name: "Aave Horizon RWA USDC",
|
|
8151
|
+
decimals: 6,
|
|
8152
|
+
symbol: "aHorRwaUSDC",
|
|
8153
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
8154
|
+
logoURI: "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/ausdc.svg",
|
|
8155
|
+
extensions: {
|
|
8156
|
+
pool: "0xAe05Cd22df81871bc7cC2a04BeCfb516bFe332C8",
|
|
8157
|
+
underlying: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
|
|
8158
|
+
}
|
|
8159
|
+
},
|
|
8160
|
+
{
|
|
8161
|
+
chainId: 1,
|
|
8162
|
+
address: "0xE3190143Eb552456F88464662f0c0C4aC67A77eB",
|
|
8163
|
+
name: "Aave Horizon RWA RLUSD",
|
|
8164
|
+
decimals: 18,
|
|
8165
|
+
symbol: "aHorRwaRLUSD",
|
|
8166
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
8167
|
+
logoURI: "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/arlusd.svg",
|
|
8168
|
+
extensions: {
|
|
8169
|
+
pool: "0xAe05Cd22df81871bc7cC2a04BeCfb516bFe332C8",
|
|
8170
|
+
underlying: "0x8292Bb45bf1Ee4d140127049757C2E0fF06317eD"
|
|
8171
|
+
}
|
|
8172
|
+
},
|
|
8173
|
+
{
|
|
8174
|
+
chainId: 1,
|
|
8175
|
+
address: "0x43415eB6ff9DB7E26A15b704e7A3eDCe97d31C4e",
|
|
8176
|
+
name: "Superstate Short Duration US Government Securities Fund",
|
|
8177
|
+
decimals: 6,
|
|
8178
|
+
symbol: "USTB",
|
|
8179
|
+
tags: ["underlying"]
|
|
8180
|
+
},
|
|
8181
|
+
{
|
|
8182
|
+
chainId: 1,
|
|
8183
|
+
address: "0x4E58a2E433A739726134c83d2f07b2562e8dFdB3",
|
|
8184
|
+
name: "Aave Horizon RWA USTB",
|
|
8185
|
+
decimals: 6,
|
|
8186
|
+
symbol: "aHorRwaUSTB",
|
|
8187
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
8188
|
+
extensions: {
|
|
8189
|
+
pool: "0xAe05Cd22df81871bc7cC2a04BeCfb516bFe332C8",
|
|
8190
|
+
underlying: "0x43415eB6ff9DB7E26A15b704e7A3eDCe97d31C4e"
|
|
8191
|
+
}
|
|
8192
|
+
},
|
|
8193
|
+
{
|
|
8194
|
+
chainId: 1,
|
|
8195
|
+
address: "0x14d60E7FDC0D71d8611742720E4C50E7a974020c",
|
|
8196
|
+
name: "Superstate Crypto Carry Fund",
|
|
8197
|
+
decimals: 6,
|
|
8198
|
+
symbol: "USCC",
|
|
8199
|
+
tags: ["underlying"]
|
|
8200
|
+
},
|
|
8201
|
+
{
|
|
8202
|
+
chainId: 1,
|
|
8203
|
+
address: "0x08b798c40b9AB931356d9aB4235F548325C4cb80",
|
|
8204
|
+
name: "Aave Horizon RWA USCC",
|
|
8205
|
+
decimals: 6,
|
|
8206
|
+
symbol: "aHorRwaUSCC",
|
|
8207
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
8208
|
+
extensions: {
|
|
8209
|
+
pool: "0xAe05Cd22df81871bc7cC2a04BeCfb516bFe332C8",
|
|
8210
|
+
underlying: "0x14d60E7FDC0D71d8611742720E4C50E7a974020c"
|
|
8211
|
+
}
|
|
8212
|
+
},
|
|
8213
|
+
{
|
|
8214
|
+
chainId: 1,
|
|
8215
|
+
address: "0x136471a34f6ef19fE571EFFC1CA711fdb8E49f2b",
|
|
8216
|
+
name: "US Yield Coin",
|
|
8217
|
+
decimals: 6,
|
|
8218
|
+
symbol: "USYC",
|
|
8219
|
+
tags: ["underlying"]
|
|
8220
|
+
},
|
|
8221
|
+
{
|
|
8222
|
+
chainId: 1,
|
|
8223
|
+
address: "0xc167932AC4EEc2B65844EF00D31b4550250536A5",
|
|
8224
|
+
name: "Aave Horizon RWA USYC",
|
|
8225
|
+
decimals: 6,
|
|
8226
|
+
symbol: "aHorRwaUSYC",
|
|
8227
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
8228
|
+
extensions: {
|
|
8229
|
+
pool: "0xAe05Cd22df81871bc7cC2a04BeCfb516bFe332C8",
|
|
8230
|
+
underlying: "0x136471a34f6ef19fE571EFFC1CA711fdb8E49f2b"
|
|
8231
|
+
}
|
|
8232
|
+
},
|
|
8233
|
+
{
|
|
8234
|
+
chainId: 1,
|
|
8235
|
+
address: "0x8c213ee79581Ff4984583C6a801e5263418C4b86",
|
|
8236
|
+
name: "Janus Henderson Anemoy Treasury Fund",
|
|
8237
|
+
decimals: 6,
|
|
8238
|
+
symbol: "JTRSY",
|
|
8239
|
+
tags: ["underlying"]
|
|
8240
|
+
},
|
|
8241
|
+
{
|
|
8242
|
+
chainId: 1,
|
|
8243
|
+
address: "0x844f07AB09aa5dBDCE6A9b1206CE150E1eaDacCb",
|
|
8244
|
+
name: "Aave Horizon RWA JTRSY",
|
|
8245
|
+
decimals: 6,
|
|
8246
|
+
symbol: "aHorRwaJTRSY",
|
|
8247
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
8248
|
+
extensions: {
|
|
8249
|
+
pool: "0xAe05Cd22df81871bc7cC2a04BeCfb516bFe332C8",
|
|
8250
|
+
underlying: "0x8c213ee79581Ff4984583C6a801e5263418C4b86"
|
|
8251
|
+
}
|
|
8252
|
+
},
|
|
8253
|
+
{
|
|
8254
|
+
chainId: 1,
|
|
8255
|
+
address: "0x5a0F93D040De44e78F251b03c43be9CF317Dcf64",
|
|
8256
|
+
name: "Janus Henderson Anemoy AAA CLO Fund Token",
|
|
8257
|
+
decimals: 6,
|
|
8258
|
+
symbol: "JAAA",
|
|
8259
|
+
tags: ["underlying"]
|
|
8260
|
+
},
|
|
8261
|
+
{
|
|
8262
|
+
chainId: 1,
|
|
8263
|
+
address: "0xB0EC6c4482Ac1Ef77bE239C0AC833CF37A27c876",
|
|
8264
|
+
name: "Aave Horizon RWA JAAA",
|
|
8265
|
+
decimals: 6,
|
|
8266
|
+
symbol: "aHorRwaJAAA",
|
|
8267
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
8268
|
+
extensions: {
|
|
8269
|
+
pool: "0xAe05Cd22df81871bc7cC2a04BeCfb516bFe332C8",
|
|
8270
|
+
underlying: "0x5a0F93D040De44e78F251b03c43be9CF317Dcf64"
|
|
8271
|
+
}
|
|
8272
|
+
},
|
|
8134
8273
|
{
|
|
8135
8274
|
chainId: 59144,
|
|
8136
8275
|
address: "0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f",
|
|
@@ -8703,8 +8842,7 @@ var tokens = [
|
|
|
8703
8842
|
name: "Kraken Wrapped Bitcoin",
|
|
8704
8843
|
decimals: 8,
|
|
8705
8844
|
symbol: "kBTC",
|
|
8706
|
-
tags: ["underlying"]
|
|
8707
|
-
logoURI: "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/kbtc.svg"
|
|
8845
|
+
tags: ["underlying"]
|
|
8708
8846
|
},
|
|
8709
8847
|
{
|
|
8710
8848
|
chainId: 57073,
|
|
@@ -8713,7 +8851,6 @@ var tokens = [
|
|
|
8713
8851
|
decimals: 8,
|
|
8714
8852
|
symbol: "aInkWlKBTC",
|
|
8715
8853
|
tags: ["aTokenV3", "aaveV3"],
|
|
8716
|
-
logoURI: "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/akbtc.svg",
|
|
8717
8854
|
extensions: {
|
|
8718
8855
|
pool: "0x2816cf15F6d2A220E789aA011D5EE4eB6c47FEbA",
|
|
8719
8856
|
underlying: "0x73E0C0d45E048D25Fc26Fa3159b0aA04BfA4Db98"
|
|
@@ -8897,8 +9034,7 @@ var tokens = [
|
|
|
8897
9034
|
name: "XAUt0",
|
|
8898
9035
|
decimals: 6,
|
|
8899
9036
|
symbol: "XAUt0",
|
|
8900
|
-
tags: ["underlying"]
|
|
8901
|
-
logoURI: "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/xaut0.svg"
|
|
9037
|
+
tags: ["underlying"]
|
|
8902
9038
|
},
|
|
8903
9039
|
{
|
|
8904
9040
|
chainId: 9745,
|
|
@@ -8907,7 +9043,6 @@ var tokens = [
|
|
|
8907
9043
|
decimals: 6,
|
|
8908
9044
|
symbol: "aPlaXAUt0",
|
|
8909
9045
|
tags: ["aTokenV3", "aaveV3"],
|
|
8910
|
-
logoURI: "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/axaut0.svg",
|
|
8911
9046
|
extensions: {
|
|
8912
9047
|
pool: "0x925a2A7214Ed92428B5b1B090F80b25700095e12",
|
|
8913
9048
|
underlying: "0x1B64B9025EEbb9A6239575dF9Ea4b9Ac46D4d193"
|
|
@@ -8920,7 +9055,6 @@ var tokens = [
|
|
|
8920
9055
|
decimals: 6,
|
|
8921
9056
|
symbol: "waPlaXAUt0",
|
|
8922
9057
|
tags: ["aaveV3", "stataToken"],
|
|
8923
|
-
logoURI: "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/stataxaut0.svg",
|
|
8924
9058
|
extensions: {
|
|
8925
9059
|
pool: "0x925a2A7214Ed92428B5b1B090F80b25700095e12",
|
|
8926
9060
|
underlying: "0x1B64B9025EEbb9A6239575dF9Ea4b9Ac46D4d193",
|
|
@@ -9156,8 +9290,8 @@ var tokens = [
|
|
|
9156
9290
|
}
|
|
9157
9291
|
}
|
|
9158
9292
|
];
|
|
9159
|
-
var version = { major: 3, minor: 0, patch:
|
|
9160
|
-
var timestamp = "2025-10-
|
|
9293
|
+
var version = { major: 3, minor: 0, patch: 143 };
|
|
9294
|
+
var timestamp = "2025-10-27T13:51:27.646Z";
|
|
9161
9295
|
var tokenlist_default = {
|
|
9162
9296
|
name,
|
|
9163
9297
|
logoURI,
|