@beefyfinance/blockchain-addressbook 0.54.172 → 0.54.174
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/base/index.d.ts +74 -0
- package/build/address-book/base/tokens/tokens.d.ts +37 -0
- package/build/address-book/base/tokens/tokens.js +37 -0
- package/build-esm/address-book/base/index.d.ts +74 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +37 -0
- package/build-esm/address-book/base/tokens/tokens.js +37 -0
- package/package.json +1 -1
|
@@ -3173,6 +3173,43 @@ export declare const base: {
|
|
|
3173
3173
|
readonly bridge: "native";
|
|
3174
3174
|
readonly tags: readonly ["MEMECOIN"];
|
|
3175
3175
|
};
|
|
3176
|
+
readonly UP: {
|
|
3177
|
+
readonly name: "Superform";
|
|
3178
|
+
readonly symbol: "UP";
|
|
3179
|
+
readonly oracleId: "UP";
|
|
3180
|
+
readonly address: "0x5b2193fDc451C1f847bE09CA9d13A4Bf60f8c86B";
|
|
3181
|
+
readonly chainId: 8453;
|
|
3182
|
+
readonly decimals: 18;
|
|
3183
|
+
readonly website: "https://www.superform.xyz/";
|
|
3184
|
+
readonly description: "Superform is an onchain neobank that helps you earn, swap, send, and spend stablecoins & crypto from one convenient location across web and mobile.";
|
|
3185
|
+
readonly documentation: "https://help.superform.xyz/en/";
|
|
3186
|
+
readonly bridge: "layer-zero";
|
|
3187
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3188
|
+
};
|
|
3189
|
+
readonly FAIR: {
|
|
3190
|
+
readonly name: "Faircaster";
|
|
3191
|
+
readonly symbol: "FAIR";
|
|
3192
|
+
readonly oracleId: "FAIR";
|
|
3193
|
+
readonly address: "0x7D928816CC9c462DD7adef911De41535E444CB07";
|
|
3194
|
+
readonly chainId: 8453;
|
|
3195
|
+
readonly decimals: 18;
|
|
3196
|
+
readonly website: "https://x.com/faircaster";
|
|
3197
|
+
readonly description: "FAIR is a VC agent that finds alpha projects early.";
|
|
3198
|
+
readonly bridge: "native";
|
|
3199
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
3200
|
+
};
|
|
3201
|
+
readonly OWB: {
|
|
3202
|
+
readonly name: "OWB";
|
|
3203
|
+
readonly symbol: "OWB";
|
|
3204
|
+
readonly oracleId: "OWB";
|
|
3205
|
+
readonly address: "0xEF5997c2cf2f6c138196f8A6203afc335206b3c1";
|
|
3206
|
+
readonly chainId: 8453;
|
|
3207
|
+
readonly decimals: 18;
|
|
3208
|
+
readonly website: "https://clashofcoins.com/";
|
|
3209
|
+
readonly description: "OWB is the native token of Clash of Coins. Clash of Coins is a real-time strategy MMORPG built by OWB Studio, where players compete for control over a global map through territory conquest, strategic battles, and dynamic AI encounters.";
|
|
3210
|
+
readonly bridge: "native";
|
|
3211
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3212
|
+
};
|
|
3176
3213
|
};
|
|
3177
3214
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3178
3215
|
readonly WNATIVE: {
|
|
@@ -6346,6 +6383,43 @@ export declare const base: {
|
|
|
6346
6383
|
readonly bridge: "native";
|
|
6347
6384
|
readonly tags: readonly ["MEMECOIN"];
|
|
6348
6385
|
};
|
|
6386
|
+
readonly UP: {
|
|
6387
|
+
readonly name: "Superform";
|
|
6388
|
+
readonly symbol: "UP";
|
|
6389
|
+
readonly oracleId: "UP";
|
|
6390
|
+
readonly address: "0x5b2193fDc451C1f847bE09CA9d13A4Bf60f8c86B";
|
|
6391
|
+
readonly chainId: 8453;
|
|
6392
|
+
readonly decimals: 18;
|
|
6393
|
+
readonly website: "https://www.superform.xyz/";
|
|
6394
|
+
readonly description: "Superform is an onchain neobank that helps you earn, swap, send, and spend stablecoins & crypto from one convenient location across web and mobile.";
|
|
6395
|
+
readonly documentation: "https://help.superform.xyz/en/";
|
|
6396
|
+
readonly bridge: "layer-zero";
|
|
6397
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6398
|
+
};
|
|
6399
|
+
readonly FAIR: {
|
|
6400
|
+
readonly name: "Faircaster";
|
|
6401
|
+
readonly symbol: "FAIR";
|
|
6402
|
+
readonly oracleId: "FAIR";
|
|
6403
|
+
readonly address: "0x7D928816CC9c462DD7adef911De41535E444CB07";
|
|
6404
|
+
readonly chainId: 8453;
|
|
6405
|
+
readonly decimals: 18;
|
|
6406
|
+
readonly website: "https://x.com/faircaster";
|
|
6407
|
+
readonly description: "FAIR is a VC agent that finds alpha projects early.";
|
|
6408
|
+
readonly bridge: "native";
|
|
6409
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
6410
|
+
};
|
|
6411
|
+
readonly OWB: {
|
|
6412
|
+
readonly name: "OWB";
|
|
6413
|
+
readonly symbol: "OWB";
|
|
6414
|
+
readonly oracleId: "OWB";
|
|
6415
|
+
readonly address: "0xEF5997c2cf2f6c138196f8A6203afc335206b3c1";
|
|
6416
|
+
readonly chainId: 8453;
|
|
6417
|
+
readonly decimals: 18;
|
|
6418
|
+
readonly website: "https://clashofcoins.com/";
|
|
6419
|
+
readonly description: "OWB is the native token of Clash of Coins. Clash of Coins is a real-time strategy MMORPG built by OWB Studio, where players compete for control over a global map through territory conquest, strategic battles, and dynamic AI encounters.";
|
|
6420
|
+
readonly bridge: "native";
|
|
6421
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6422
|
+
};
|
|
6349
6423
|
}>;
|
|
6350
6424
|
readonly native: {
|
|
6351
6425
|
readonly symbol: "ETH";
|
|
@@ -3170,4 +3170,41 @@ export declare const tokens: {
|
|
|
3170
3170
|
readonly bridge: "native";
|
|
3171
3171
|
readonly tags: readonly ["MEMECOIN"];
|
|
3172
3172
|
};
|
|
3173
|
+
readonly UP: {
|
|
3174
|
+
readonly name: "Superform";
|
|
3175
|
+
readonly symbol: "UP";
|
|
3176
|
+
readonly oracleId: "UP";
|
|
3177
|
+
readonly address: "0x5b2193fDc451C1f847bE09CA9d13A4Bf60f8c86B";
|
|
3178
|
+
readonly chainId: 8453;
|
|
3179
|
+
readonly decimals: 18;
|
|
3180
|
+
readonly website: "https://www.superform.xyz/";
|
|
3181
|
+
readonly description: "Superform is an onchain neobank that helps you earn, swap, send, and spend stablecoins & crypto from one convenient location across web and mobile.";
|
|
3182
|
+
readonly documentation: "https://help.superform.xyz/en/";
|
|
3183
|
+
readonly bridge: "layer-zero";
|
|
3184
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3185
|
+
};
|
|
3186
|
+
readonly FAIR: {
|
|
3187
|
+
readonly name: "Faircaster";
|
|
3188
|
+
readonly symbol: "FAIR";
|
|
3189
|
+
readonly oracleId: "FAIR";
|
|
3190
|
+
readonly address: "0x7D928816CC9c462DD7adef911De41535E444CB07";
|
|
3191
|
+
readonly chainId: 8453;
|
|
3192
|
+
readonly decimals: 18;
|
|
3193
|
+
readonly website: "https://x.com/faircaster";
|
|
3194
|
+
readonly description: "FAIR is a VC agent that finds alpha projects early.";
|
|
3195
|
+
readonly bridge: "native";
|
|
3196
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
3197
|
+
};
|
|
3198
|
+
readonly OWB: {
|
|
3199
|
+
readonly name: "OWB";
|
|
3200
|
+
readonly symbol: "OWB";
|
|
3201
|
+
readonly oracleId: "OWB";
|
|
3202
|
+
readonly address: "0xEF5997c2cf2f6c138196f8A6203afc335206b3c1";
|
|
3203
|
+
readonly chainId: 8453;
|
|
3204
|
+
readonly decimals: 18;
|
|
3205
|
+
readonly website: "https://clashofcoins.com/";
|
|
3206
|
+
readonly description: "OWB is the native token of Clash of Coins. Clash of Coins is a real-time strategy MMORPG built by OWB Studio, where players compete for control over a global map through territory conquest, strategic battles, and dynamic AI encounters.";
|
|
3207
|
+
readonly bridge: "native";
|
|
3208
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3209
|
+
};
|
|
3173
3210
|
};
|
|
@@ -3138,4 +3138,41 @@ exports.tokens = {
|
|
|
3138
3138
|
bridge: 'native',
|
|
3139
3139
|
tags: ['MEMECOIN'],
|
|
3140
3140
|
},
|
|
3141
|
+
UP: {
|
|
3142
|
+
name: 'Superform',
|
|
3143
|
+
symbol: 'UP',
|
|
3144
|
+
oracleId: 'UP',
|
|
3145
|
+
address: '0x5b2193fDc451C1f847bE09CA9d13A4Bf60f8c86B',
|
|
3146
|
+
chainId: 8453,
|
|
3147
|
+
decimals: 18,
|
|
3148
|
+
website: 'https://www.superform.xyz/',
|
|
3149
|
+
description: 'Superform is an onchain neobank that helps you earn, swap, send, and spend stablecoins & crypto from one convenient location across web and mobile.',
|
|
3150
|
+
documentation: 'https://help.superform.xyz/en/',
|
|
3151
|
+
bridge: 'layer-zero',
|
|
3152
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3153
|
+
},
|
|
3154
|
+
FAIR: {
|
|
3155
|
+
name: 'Faircaster',
|
|
3156
|
+
symbol: 'FAIR',
|
|
3157
|
+
oracleId: 'FAIR',
|
|
3158
|
+
address: '0x7D928816CC9c462DD7adef911De41535E444CB07',
|
|
3159
|
+
chainId: 8453,
|
|
3160
|
+
decimals: 18,
|
|
3161
|
+
website: 'https://x.com/faircaster',
|
|
3162
|
+
description: 'FAIR is a VC agent that finds alpha projects early.',
|
|
3163
|
+
bridge: 'native',
|
|
3164
|
+
tags: ['LARGE_HOLDERS', 'MEMECOIN'],
|
|
3165
|
+
},
|
|
3166
|
+
OWB: {
|
|
3167
|
+
name: 'OWB',
|
|
3168
|
+
symbol: 'OWB',
|
|
3169
|
+
oracleId: 'OWB',
|
|
3170
|
+
address: '0xEF5997c2cf2f6c138196f8A6203afc335206b3c1',
|
|
3171
|
+
chainId: 8453,
|
|
3172
|
+
decimals: 18,
|
|
3173
|
+
website: 'https://clashofcoins.com/',
|
|
3174
|
+
description: 'OWB is the native token of Clash of Coins. Clash of Coins is a real-time strategy MMORPG built by OWB Studio, where players compete for control over a global map through territory conquest, strategic battles, and dynamic AI encounters.',
|
|
3175
|
+
bridge: 'native',
|
|
3176
|
+
tags: ['LARGE_HOLDERS'],
|
|
3177
|
+
},
|
|
3141
3178
|
};
|
|
@@ -3173,6 +3173,43 @@ export declare const base: {
|
|
|
3173
3173
|
readonly bridge: "native";
|
|
3174
3174
|
readonly tags: readonly ["MEMECOIN"];
|
|
3175
3175
|
};
|
|
3176
|
+
readonly UP: {
|
|
3177
|
+
readonly name: "Superform";
|
|
3178
|
+
readonly symbol: "UP";
|
|
3179
|
+
readonly oracleId: "UP";
|
|
3180
|
+
readonly address: "0x5b2193fDc451C1f847bE09CA9d13A4Bf60f8c86B";
|
|
3181
|
+
readonly chainId: 8453;
|
|
3182
|
+
readonly decimals: 18;
|
|
3183
|
+
readonly website: "https://www.superform.xyz/";
|
|
3184
|
+
readonly description: "Superform is an onchain neobank that helps you earn, swap, send, and spend stablecoins & crypto from one convenient location across web and mobile.";
|
|
3185
|
+
readonly documentation: "https://help.superform.xyz/en/";
|
|
3186
|
+
readonly bridge: "layer-zero";
|
|
3187
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3188
|
+
};
|
|
3189
|
+
readonly FAIR: {
|
|
3190
|
+
readonly name: "Faircaster";
|
|
3191
|
+
readonly symbol: "FAIR";
|
|
3192
|
+
readonly oracleId: "FAIR";
|
|
3193
|
+
readonly address: "0x7D928816CC9c462DD7adef911De41535E444CB07";
|
|
3194
|
+
readonly chainId: 8453;
|
|
3195
|
+
readonly decimals: 18;
|
|
3196
|
+
readonly website: "https://x.com/faircaster";
|
|
3197
|
+
readonly description: "FAIR is a VC agent that finds alpha projects early.";
|
|
3198
|
+
readonly bridge: "native";
|
|
3199
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
3200
|
+
};
|
|
3201
|
+
readonly OWB: {
|
|
3202
|
+
readonly name: "OWB";
|
|
3203
|
+
readonly symbol: "OWB";
|
|
3204
|
+
readonly oracleId: "OWB";
|
|
3205
|
+
readonly address: "0xEF5997c2cf2f6c138196f8A6203afc335206b3c1";
|
|
3206
|
+
readonly chainId: 8453;
|
|
3207
|
+
readonly decimals: 18;
|
|
3208
|
+
readonly website: "https://clashofcoins.com/";
|
|
3209
|
+
readonly description: "OWB is the native token of Clash of Coins. Clash of Coins is a real-time strategy MMORPG built by OWB Studio, where players compete for control over a global map through territory conquest, strategic battles, and dynamic AI encounters.";
|
|
3210
|
+
readonly bridge: "native";
|
|
3211
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3212
|
+
};
|
|
3176
3213
|
};
|
|
3177
3214
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3178
3215
|
readonly WNATIVE: {
|
|
@@ -6346,6 +6383,43 @@ export declare const base: {
|
|
|
6346
6383
|
readonly bridge: "native";
|
|
6347
6384
|
readonly tags: readonly ["MEMECOIN"];
|
|
6348
6385
|
};
|
|
6386
|
+
readonly UP: {
|
|
6387
|
+
readonly name: "Superform";
|
|
6388
|
+
readonly symbol: "UP";
|
|
6389
|
+
readonly oracleId: "UP";
|
|
6390
|
+
readonly address: "0x5b2193fDc451C1f847bE09CA9d13A4Bf60f8c86B";
|
|
6391
|
+
readonly chainId: 8453;
|
|
6392
|
+
readonly decimals: 18;
|
|
6393
|
+
readonly website: "https://www.superform.xyz/";
|
|
6394
|
+
readonly description: "Superform is an onchain neobank that helps you earn, swap, send, and spend stablecoins & crypto from one convenient location across web and mobile.";
|
|
6395
|
+
readonly documentation: "https://help.superform.xyz/en/";
|
|
6396
|
+
readonly bridge: "layer-zero";
|
|
6397
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6398
|
+
};
|
|
6399
|
+
readonly FAIR: {
|
|
6400
|
+
readonly name: "Faircaster";
|
|
6401
|
+
readonly symbol: "FAIR";
|
|
6402
|
+
readonly oracleId: "FAIR";
|
|
6403
|
+
readonly address: "0x7D928816CC9c462DD7adef911De41535E444CB07";
|
|
6404
|
+
readonly chainId: 8453;
|
|
6405
|
+
readonly decimals: 18;
|
|
6406
|
+
readonly website: "https://x.com/faircaster";
|
|
6407
|
+
readonly description: "FAIR is a VC agent that finds alpha projects early.";
|
|
6408
|
+
readonly bridge: "native";
|
|
6409
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
6410
|
+
};
|
|
6411
|
+
readonly OWB: {
|
|
6412
|
+
readonly name: "OWB";
|
|
6413
|
+
readonly symbol: "OWB";
|
|
6414
|
+
readonly oracleId: "OWB";
|
|
6415
|
+
readonly address: "0xEF5997c2cf2f6c138196f8A6203afc335206b3c1";
|
|
6416
|
+
readonly chainId: 8453;
|
|
6417
|
+
readonly decimals: 18;
|
|
6418
|
+
readonly website: "https://clashofcoins.com/";
|
|
6419
|
+
readonly description: "OWB is the native token of Clash of Coins. Clash of Coins is a real-time strategy MMORPG built by OWB Studio, where players compete for control over a global map through territory conquest, strategic battles, and dynamic AI encounters.";
|
|
6420
|
+
readonly bridge: "native";
|
|
6421
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6422
|
+
};
|
|
6349
6423
|
}>;
|
|
6350
6424
|
readonly native: {
|
|
6351
6425
|
readonly symbol: "ETH";
|
|
@@ -3170,4 +3170,41 @@ export declare const tokens: {
|
|
|
3170
3170
|
readonly bridge: "native";
|
|
3171
3171
|
readonly tags: readonly ["MEMECOIN"];
|
|
3172
3172
|
};
|
|
3173
|
+
readonly UP: {
|
|
3174
|
+
readonly name: "Superform";
|
|
3175
|
+
readonly symbol: "UP";
|
|
3176
|
+
readonly oracleId: "UP";
|
|
3177
|
+
readonly address: "0x5b2193fDc451C1f847bE09CA9d13A4Bf60f8c86B";
|
|
3178
|
+
readonly chainId: 8453;
|
|
3179
|
+
readonly decimals: 18;
|
|
3180
|
+
readonly website: "https://www.superform.xyz/";
|
|
3181
|
+
readonly description: "Superform is an onchain neobank that helps you earn, swap, send, and spend stablecoins & crypto from one convenient location across web and mobile.";
|
|
3182
|
+
readonly documentation: "https://help.superform.xyz/en/";
|
|
3183
|
+
readonly bridge: "layer-zero";
|
|
3184
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3185
|
+
};
|
|
3186
|
+
readonly FAIR: {
|
|
3187
|
+
readonly name: "Faircaster";
|
|
3188
|
+
readonly symbol: "FAIR";
|
|
3189
|
+
readonly oracleId: "FAIR";
|
|
3190
|
+
readonly address: "0x7D928816CC9c462DD7adef911De41535E444CB07";
|
|
3191
|
+
readonly chainId: 8453;
|
|
3192
|
+
readonly decimals: 18;
|
|
3193
|
+
readonly website: "https://x.com/faircaster";
|
|
3194
|
+
readonly description: "FAIR is a VC agent that finds alpha projects early.";
|
|
3195
|
+
readonly bridge: "native";
|
|
3196
|
+
readonly tags: readonly ["LARGE_HOLDERS", "MEMECOIN"];
|
|
3197
|
+
};
|
|
3198
|
+
readonly OWB: {
|
|
3199
|
+
readonly name: "OWB";
|
|
3200
|
+
readonly symbol: "OWB";
|
|
3201
|
+
readonly oracleId: "OWB";
|
|
3202
|
+
readonly address: "0xEF5997c2cf2f6c138196f8A6203afc335206b3c1";
|
|
3203
|
+
readonly chainId: 8453;
|
|
3204
|
+
readonly decimals: 18;
|
|
3205
|
+
readonly website: "https://clashofcoins.com/";
|
|
3206
|
+
readonly description: "OWB is the native token of Clash of Coins. Clash of Coins is a real-time strategy MMORPG built by OWB Studio, where players compete for control over a global map through territory conquest, strategic battles, and dynamic AI encounters.";
|
|
3207
|
+
readonly bridge: "native";
|
|
3208
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3209
|
+
};
|
|
3173
3210
|
};
|
|
@@ -3135,4 +3135,41 @@ export const tokens = {
|
|
|
3135
3135
|
bridge: 'native',
|
|
3136
3136
|
tags: ['MEMECOIN'],
|
|
3137
3137
|
},
|
|
3138
|
+
UP: {
|
|
3139
|
+
name: 'Superform',
|
|
3140
|
+
symbol: 'UP',
|
|
3141
|
+
oracleId: 'UP',
|
|
3142
|
+
address: '0x5b2193fDc451C1f847bE09CA9d13A4Bf60f8c86B',
|
|
3143
|
+
chainId: 8453,
|
|
3144
|
+
decimals: 18,
|
|
3145
|
+
website: 'https://www.superform.xyz/',
|
|
3146
|
+
description: 'Superform is an onchain neobank that helps you earn, swap, send, and spend stablecoins & crypto from one convenient location across web and mobile.',
|
|
3147
|
+
documentation: 'https://help.superform.xyz/en/',
|
|
3148
|
+
bridge: 'layer-zero',
|
|
3149
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3150
|
+
},
|
|
3151
|
+
FAIR: {
|
|
3152
|
+
name: 'Faircaster',
|
|
3153
|
+
symbol: 'FAIR',
|
|
3154
|
+
oracleId: 'FAIR',
|
|
3155
|
+
address: '0x7D928816CC9c462DD7adef911De41535E444CB07',
|
|
3156
|
+
chainId: 8453,
|
|
3157
|
+
decimals: 18,
|
|
3158
|
+
website: 'https://x.com/faircaster',
|
|
3159
|
+
description: 'FAIR is a VC agent that finds alpha projects early.',
|
|
3160
|
+
bridge: 'native',
|
|
3161
|
+
tags: ['LARGE_HOLDERS', 'MEMECOIN'],
|
|
3162
|
+
},
|
|
3163
|
+
OWB: {
|
|
3164
|
+
name: 'OWB',
|
|
3165
|
+
symbol: 'OWB',
|
|
3166
|
+
oracleId: 'OWB',
|
|
3167
|
+
address: '0xEF5997c2cf2f6c138196f8A6203afc335206b3c1',
|
|
3168
|
+
chainId: 8453,
|
|
3169
|
+
decimals: 18,
|
|
3170
|
+
website: 'https://clashofcoins.com/',
|
|
3171
|
+
description: 'OWB is the native token of Clash of Coins. Clash of Coins is a real-time strategy MMORPG built by OWB Studio, where players compete for control over a global map through territory conquest, strategic battles, and dynamic AI encounters.',
|
|
3172
|
+
bridge: 'native',
|
|
3173
|
+
tags: ['LARGE_HOLDERS'],
|
|
3174
|
+
},
|
|
3138
3175
|
};
|
package/package.json
CHANGED